How to use the "SendMessage" function?

  • Thread starter Thread starter phx
  • Start date Start date
P

phx

In order to use "sendMessage" of "findwindowex" functions , think
"user32.lib" must be declared. but In vb.net , i can only reference .dll 's.
how am i going to user these functions , or similer functions in .net?
 
phx said:
In order to use "sendMessage" of "findwindowex" functions ,
think "user32.lib" must be declared. but In vb.net , i can only
reference .dll 's. how am i going to user these functions , or
similer functions in .net?

http://msdn.microsoft.com/library/en-us/vbcn7/html/vaconCallingWindowsAPIs.asp

http://msdn.microsoft.com/library/en-us/cpguide/html/cpconconsumingunmanageddllfunctions.asp


--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html
 
Back
Top