Results 1 to 4 of 4

Thread: [2005] URGENT - How to deal with multiple monitors

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2007
    Location
    Silly Clone Valley CA
    Posts
    47

    [2005] URGENT - How to deal with multiple monitors

    My development system has two monitors. When I build and distribute my application users with one monitor sometimes don't see all the forms on their screen or the main form starts up off of a single monitor screen making it look like the program never loaded except for the task bar item.

    How do I handle making sure when my program is first run and all forms will start up center screen and center parent on the main monitor?

    Thanks!
    My Languages: English, VB 2005, Perl
    My Hobbies: Code, Photoshop, Skateboarding, Video Games, Flying, Cars(modification), Airbrushing, Electronic music DJing, and production.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] URGENT - How to deal with multiple monitors

    Have you set their StartPosition property to CenterScreen or CenterParent?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2007
    Location
    Silly Clone Valley CA
    Posts
    47

    Re: [2005] URGENT - How to deal with multiple monitors

    Yes, I have. Here is an example of an issue:

    1. Run program
    2. Splash screen shows on screen #2
    3. Main form shows on screen #1
    4. Open up the preferences form and it show on screen #2.

    I need some way to really keep the forms in the center screen or center parent.
    My Languages: English, VB 2005, Perl
    My Hobbies: Code, Photoshop, Skateboarding, Video Games, Flying, Cars(modification), Airbrushing, Electronic music DJing, and production.

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339

    Re: [2005] URGENT - How to deal with multiple monitors

    Pay attention to the width of your forms and make sure to keep them within the width of the resolution that your customers are using. Remember to leave some space for taskbars and scroll bars.

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