I need to obtain the handle to the parent window of the printer-configuration property sheet in Excel. I think I have to use FindWindow,
But I have no idea what the strings for the two parameters should be? Could someone tell me how to determine these parameters?
Thanks,
Tom
Code:
Declare Function FindWindow Lib "user32" Alias "FindWindowA" _
(ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Thanks,
Tom