Results 1 to 7 of 7

Thread: EnumWindows - With Restore Options

  1. #1

    Thread Starter
    Hyperactive Member Jenova's Avatar
    Join Date
    Feb 2006
    Location
    Googleplex
    Posts
    413

    EnumWindows - With Restore Options

    I have spent nearly a week making this and i would very much aprreciate some feedback on it, and mainly is there any way i can make it more efficient or improve some of the code.

    ALL comments are welcome.
    Attached Files Attached Files

  2. #2
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: EnumWindows - With Restore Options

    Maybe if you explained a little more about what your app does, maybe more people would view your code.
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


  3. #3

    Thread Starter
    Hyperactive Member Jenova's Avatar
    Join Date
    Feb 2006
    Location
    Googleplex
    Posts
    413

    Re: EnumWindows - With Restore Options

    Basically the project is an EnumWindows Example, It has the ability to Enumerate either all Top Level Windows on the screen or just Enumerate the windows that are currently visible. The project can also restore the window to any of the following window states:

    - Maximized
    - Minimized
    - Normal

  4. #4
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Re: EnumWindows - With Restore Options

    Here's something to consider.....if a program is minimised to the system tray (eg Messenger) and you attempt to restore it (normal, maximised) your code doesn't restore it.

  5. #5

    Thread Starter
    Hyperactive Member Jenova's Avatar
    Join Date
    Feb 2006
    Location
    Googleplex
    Posts
    413

    Re: EnumWindows - With Restore Options

    Thanks Lintz i will consider that, what about the current code that is their, do you think there is a way i could improve that and what other suggestion have you got?

    Thanks for your reply

  6. #6
    Lively Member
    Join Date
    Jan 2007
    Posts
    96

    Re: EnumWindows - With Restore Options

    Quote Originally Posted by lintz
    Here's something to consider.....if a program is minimised to the system tray (eg Messenger) and you attempt to restore it (normal, maximised) your code doesn't restore it.
    do you know how to do this? i have been trying and can't figure it out.

  7. #7
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: EnumWindows - With Restore Options

    Quote Originally Posted by Jenova
    I have spent nearly a week making this and i would very much aprreciate some feedback on it, and mainly is there any way i can make it more efficient or improve some of the code.

    ALL comments are welcome.
    Jenova, i hope the program in my signature will give you some idea
    if you need any inforamtion pls pm me

Posting Permissions

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



Click Here to Expand Forum to Full Width