how do I use this?Code:Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
also, what is it used for, when it finds the window, does it open it, or does it have to be open to find the window?
help me please.




Reply With Quote