Hihi..
I would like to ask about ::FindWindow's function..
I execute a program call ABC.exe..
I have coding like below..
HWND window = ::FindWindow("ABC", NULL);
but I get the window value is NULL..
may I know what is my mistake..??
I had execute the ABC program, suspose it can return me it's hwnd..
I didn't use the second variable from FindWindow's function because it's title is different..
pls advise..
thank you..