Send Message

wiremonkey22

Registered User.
Local time
Yesterday, 20:20
Joined
Jan 13, 2008
Messages
68
Does any one have a working example (links) of the SendMessage function they could share cant seem to find anything simple on the web
I found the declare im just confused on how to use it

Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long

Just looking for a simple explination of the paramators like if i was going to use notepad how would i tell it to handle that window Thanx for any and all help.;)
 

Users who are viewing this thread

Back
Top Bottom