11082.html
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 31 行
HTML
31 行
<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 + =
减小字号Ctrl + -
显示快捷键?