2 questions
-
1.what is top-level window? 2.how to enumerates all top-level windows? I love you not for whom you are, but who i am when I'm by your side
-
1.what is top-level window? 2.how to enumerates all top-level windows? I love you not for whom you are, but who i am when I'm by your side
gohappy_1999 wrote: 1.what is top-level window? A top-level window is any window that is not a child window. Top-level windows do not have the WS_CHILD style. gohappy_1999 wrote: 2.how to enumerates all top-level windows? You can do that by using EnumWindows API
- Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw
-
gohappy_1999 wrote: 1.what is top-level window? A top-level window is any window that is not a child window. Top-level windows do not have the WS_CHILD style. gohappy_1999 wrote: 2.how to enumerates all top-level windows? You can do that by using EnumWindows API
- Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw
Thank you very much! I love you not for whom you are, but who i am when I'm by your side