FindWindow
I'm learning to use the FLI, but I can't get FindWindow to work:
HWND FindWindow(
LPCTSTR lpClassName,
LPCTSTR lpWindowName
);
FindWindow("Type32_Main_Window", NULL)
Does anyone have this working? And then how do you call it since it
requires a NULL argument?
Thanks in advance!
Bruce.