Results 1 to 5 of 5

Thread: EnumWindows Example

Hybrid View

  1. #1
    Hyperactive Member Jenova's Avatar
    Join Date
    Feb 06
    Location
    Googleplex
    Posts
    413

    EnumWindows Example

    This is just a small example on how the EnumWindows function works. This little application has the ability to restore your window either to a Normal, Maximized or Minimized state.

    This example alos uses the PostMessage function to close the selected window, provided of course that it is visible otherwise the the Close and Restore options will become disabled disallowing you to restore the window or closing it. I have included a screen shot of the application.

    I hope this will be of some use. Feedback appreciated.
    Attached Images Attached Images  
    Attached Files Attached Files

  2. #2
    New Member
    Join Date
    Oct 09
    Posts
    1

    Re: EnumWindows Example

    Thanks a lot...

    I think it will help me in what I'm up to.

  3. #3
    Fanatic Member
    Join Date
    Mar 09
    Posts
    721

    Re: EnumWindows Example

    Nice job--well written & easily understood. One nitpick, the Close button should
    probably be grouped with the Min,Max,Normal buttons, as it applies to the
    selection in the LV. Assume your users are idiots like me, as I thought it was
    meant to close your app, vice the selected app.

  4. #4
    Hyperactive Member
    Join Date
    Jun 06
    Posts
    272

    Re: EnumWindows Example

    thank you
    DONT RUN EXECUTABLE FILES FROM UNKNOWN SOURCES.

  5. #5
    New Member
    Join Date
    Jan 06
    Posts
    2

    Re: EnumWindows Example

    thanksssssssssssss

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •