Code:
Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
how do I use this?
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.