Window class finding utility
Archives Forums/Win32 Discussion/Window class finding utility| 
 | ||
| Is there a utility that will identify the class and such of a particular window for me? I'm going to try to locate a web browser window through a program, and it seems that I need its class... | 
| 
 | ||
| somebody wrote a little program to identify all programs running. 'ShowWinAppl.exe' unfortunately i don't remember who it was.. it should do the job. ghislain | 
| 
 | ||
| Ah, that's what you were emailing to me! | 
| 
 | ||
| I have a program on my computer called ScreenX, it identifies the class and handle of anything you mouse over.   | 
| 
 | ||
| WinDowse is another one. Lots of info returned. | 
| 
 | ||
| Hey thanks! Lucky I looked in here again :) It's true! Java windows have a unique handle. Anyone know how to specifically identify a web browser window? |