thumbtwiddler
IS-IT--Management
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!
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!