About FindWindow(): 
Author Message
 About FindWindow():

Hi,all:
  When I use the FindWindow(lpClassName,lpWindowName),Generally,which value  
should be passed on the lpClassName parameter.Offer your good idea,please.


Thu, 17 Feb 2005 10:01:20 GMT  
 About FindWindow():

Quote:

> Hi,all:
>   When I use the FindWindow(lpClassName,lpWindowName),Generally,which value
> should be passed on the lpClassName parameter.Offer your good idea,please.

lpClassName should be the class namme of the window you are trying to
find.  It is not a C++ "class" it is a Win32 property of a window.  For
example, on Win2000, the Notepad main window class name is "Notepad" and
the class name of its typing area is "Edit", which means it is a
standard edit control.  Use Spy++ to find the class name of windows.

--
Scott McPhillips [VC++ MVP]



Thu, 17 Feb 2005 11:07:37 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Convert FindWindow to FindWindow Ex *HELP*

2. FindWindow in .Net?

3. FindWindow...

4. FindWindow API

5. Problem with calling function FindWindow from NT Service

6. findwindow,getwindowaddress,writeproccesmemory(flags), hack windows

7. FindWindow

8. FindWindow\SendMessage

9. FindWindow and NT

10. FindWindow?

11. FindWindow

12. FindWindow

 

 
Powered by phpBB® Forum Software