Re: How to make a Window manager?
- Posted by francis at gmx.co.uk Sep 07, 2001
- 423 views
I did not download the window "finding" library: but by the word "find", surely the window enumerating functions would instinctively be more applicable than having to first know the title/attributes of a window first? You can enumerate the desktop windows with one API call or enumerate the child windows by calling this API function with GetDesktopWindow() function in whatever library you happen to be using. This way you can achieve enumeration of all active windows (and I mean ALL if EnumChildWindows is called with the handle of the desktop window) F. -- Sent through GMX FreeMail - http://www.gmx.net