Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tracing a library

Status
Not open for further replies.

thumbtwiddler

IS-IT--Management
Nov 21, 2006
8
GB
Hope someone can help, bit of a noob question. Have tried hunting it out but my search-fu is obviously weak!

I've got an xla I've unzipped and gone through the code. I'm trying to find 3 functions but am unsure how to find the function with the user32.dll to see what it does. Can anyone please tell me how to do this? I'm trying to expand on the addin but it's proving a bit solid for me.


For ref, the code is :-

Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" _
(ByVal lpClassName As String, ByVal lpWindowName As String) As Long

and the other two functions I'm looking for is FindWindowEx and SendMessage.

Thanks in advance for the help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top