L linxiwen Unregistered / Unconfirmed GUEST, unregistred user! 2002-08-22 #2 如果有人回答了这个问题,请用 email 通知我。
D darksmile Unregistered / Unconfirmed GUEST, unregistred user! 2002-08-22 #3 使用预定义变量:MainInstance<br>这个变量在System单元中说明<br>Noteo not use MainInstance <br>when running a Delphi DLL from a non-Delphi executable.
使用预定义变量:MainInstance<br>这个变量在System单元中说明<br>Noteo not use MainInstance <br>when running a Delphi DLL from a non-Delphi executable.
J jsxjd Unregistered / Unconfirmed GUEST, unregistred user! 2002-08-22 #4 我想如果这样的DLL是你自己设计的,<br>可以要求应用程序作为参数传递它的handle.
L leon.zhou Unregistered / Unconfirmed GUEST, unregistred user! 2002-08-23 #5 sorry,我没有说清楚!<br>我的DLL是一个COM,被IE或者其他的浏览器调用,<br>我想获得调用我的应用程序(IE或者其他)的Handle!<br><br>to darksmile:<br> 谢谢,但是不能够使用,得到0
sorry,我没有说清楚!<br>我的DLL是一个COM,被IE或者其他的浏览器调用,<br>我想获得调用我的应用程序(IE或者其他)的Handle!<br><br>to darksmile:<br> 谢谢,但是不能够使用,得到0
D darksmile Unregistered / Unconfirmed GUEST, unregistred user! 2002-08-23 #6 你早就该说是Com呀,MainInstance在Com里面没用<br>试试,handleincomingcall<br>DWORD HandleInComingCall(<br><br> DWORD dwCallType, //Type of incoming call<br> HTASK threadIDCaller, //Task handle calling this task<br> DWORD dwTickCount, //Elapsed tick count<br> LPINTERFACEINFO lpInterfaceInfo //Points to INTERFACEINFO structure<br> <br>
你早就该说是Com呀,MainInstance在Com里面没用<br>试试,handleincomingcall<br>DWORD HandleInComingCall(<br><br> DWORD dwCallType, //Type of incoming call<br> HTASK threadIDCaller, //Task handle calling this task<br> DWORD dwTickCount, //Elapsed tick count<br> LPINTERFACEINFO lpInterfaceInfo //Points to INTERFACEINFO structure<br> <br>
飞 飞机 Unregistered / Unconfirmed GUEST, unregistred user! 2002-08-27 #7 .Application->Handle<br>.GetCurrentProcess<br>.GetCurrentProcessId<br>.GetCurrentThread<br>.GetCurrentThreadId<br>
.Application->Handle<br>.GetCurrentProcess<br>.GetCurrentProcessId<br>.GetCurrentThread<br>.GetCurrentThreadId<br>