|
-
Nov 12th, 2001, 03:10 PM
#1
Thread Starter
Lively Member
enumerating windows (hard)
Is there a way to get all the windows that are useful/visible to the user i.e. ones that are on the taskbar?
I am able to go through all the windoes using EnumWindowsProc
then I am using the following API calls to indicate (so I can then remove) windows not normally visible to the user...
GetWindowRect (to check if the window has size)
IsWindow (to check if is a window)
this still leaves some windows that I would like to have removed e.g.
Window # 85 : Tsp3216LWindow
Width = 112
Height = 27
How do I identify those windows
thanks for any help
Everytime
"I'm not normally a religious man, but if you're up there, save me, Superman!" Homer Simpson
Visit my site
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|