几个API函数的用法(30分)

H

hongsen

Unregistered / Unconfirmed
GUEST, unregistred user!
1.setcapture<br>&nbsp; &nbsp;Does it capture the mouse action even it is out of the scope <br>&nbsp; of the application which the form belongs to ?<br>&nbsp; &nbsp; Does it capture the mouse action when the mmouse is act on <br>a control within the form?<br><br>2.setprop &amp; getprop<br><br>3.all the API functions about Enumerating:<br>&nbsp; &nbsp; enumtaskwindows ,enumchildwindows,etc.<br>&nbsp; I think they should have a loop operation,but I can't find.<br><br>May you explain the APIs above to me and demonstrate them <br>respectively?<br>&nbsp; &nbsp; &nbsp; &nbsp;thanks<br>&nbsp; &nbsp;
 
As Delphi wraps all these API in controls, classes, we don't need to<br>care about them.<br><br>If you want any sample, see the source code come with delphi vcl controls.<br>Simplly use windows Find File, search for *.pas files and includ key<br>words of API function names.<br><br>For further information, read Win32 API help or MSDN libray.
 
BTW:MSDN is inclued in visual studio full version 6cd
 
接受答案了.
 

Similar threads

I
回复
0
查看
578
import
I
I
回复
0
查看
2K
import
I
I
回复
0
查看
1K
import
I
I
回复
0
查看
646
import
I
顶部