7713.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 30 行
HTML
30 行
<html>
<head>
<title>How to create remote hook procedure ?</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>How to create remote hook procedure ?</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:loyal@mail.soyo.com.tw">loyal</a> on November 27, 1998 at 10:13:52:<p>
My enviorment are : Win95 osr2 ver and vb6.0 Enterprise<p>I wnat use Remote Hook Procedure,but it must locate on .dll program,<br>I'm not able to create .dll function call? Could you tell me how to create it? For example : on form_load event I write initialize call following:<br> hHook = SetWindowsHookEx(WH_SHELL, AddressOf ShellHookProc, App.hInstance, App.ThreadID)<br> question:<br> How to create ShellHookProc in .dll file ?<br> and is the above initialize right ?<br> Thank!!!!!<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 7713-->
<!--top: 7718--><li><a href="7718.html">放在.dll中</a> <b>cww</b> <i>11:03:28 11/27/98</i>
(<!--responses: 7718-->1)
<ul><!--insert: 7718-->
<!--top: 9032--><li><a href="9032.html">Re: 放在.dll中</a> <b>Loyal</b> <i>10:10:09 1/11/99</i>
(<!--responses: 9032-->0)
<ul><!--insert: 9032-->
</ul><!--end: 9032-->
</ul><!--end: 7718-->
</ul><!--end: 7713-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?