📄 11082.html
字号:
<html>
<head>
<title>try it...</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>try it...</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by wei on March 18, 1999 at 03:23:47:<p>
In Reply to: <a href="10888.html">Re: Help郎□□╭□ㄓ?</a> posted by AndyLin on March 12, 1999 at 09:24:40:<p>
'Put these lines in global module<br>Option Explicit<br>'For access help file<br>Declare Function WinHelp Lib "user32" Alias "WinHelpA" (ByVal hWnd As Long, ByVal lpHelpFile As String, ByVal wCommand As Long, ByVal dwData As Long) As Long<br>Public Const HELP_TAB = &HF<br>Public Const cdlHelpContext = 1<p>'In your form module<br> <br>Dim x<p>'View help context<br> x = WinHelp(hWnd,"Sample.hlp",cdlHelpContext,100) <p>'View find<br> x = WinHelp(hWnd, "Sample.hlp", HELP_TAB, -1)<p>'View Index<br> x = WinHelp(hWnd, "Sample.hlp", HELP_TAB, -2)<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 11082-->
<!--top: 11123--><li><a href="11123.html">Re: try it...</a> <b>Fred Tsai</b> <i>21:35:16 3/18/99</i>
(<!--responses: 11123-->1)
<ul><!--insert: 11123-->
<!--top: 11132--><li><a href="11132.html">Set Window position...</a> <b>wei</b> <i>03:51:36 3/19/99</i>
(<!--responses: 11132-->0)
<ul><!--insert: 11132-->
</ul><!--end: 11132-->
</ul><!--end: 11123-->
</ul><!--end: 11082-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -