FindWindow()
-
Hi All,
HWND FindWindow(LPCTSTR lpClassName,LPCTSTR lpWindowName);
In this function, how to find the lpClassName for particular dialog. Regards, Anitha
-
Hi All,
HWND FindWindow(LPCTSTR lpClassName,LPCTSTR lpWindowName);
In this function, how to find the lpClassName for particular dialog. Regards, Anitha
I have found WinSpy++ to be useful in finding class names for particular windows, or you could use CP's own WinSpy, part of a demonstration of code injection into another process. They're especially useful when you want to find the class name for Windows components (such as the task bar, for example). Regards, --Perspx
"A refund for defective software might be nice, except it would bankrupt the entire software industry in the first year."
-Andrew Tanenbaum
"Einstein argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer."
-Fred Brooks -
Hi All,
HWND FindWindow(LPCTSTR lpClassName,LPCTSTR lpWindowName);
In this function, how to find the lpClassName for particular dialog. Regards, Anitha
GetClassName
«_Superman_»
-
Hi All,
HWND FindWindow(LPCTSTR lpClassName,LPCTSTR lpWindowName);
In this function, how to find the lpClassName for particular dialog. Regards, Anitha
IIRC, all dialogs are of class
#32770
.Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p