CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2002
    Posts
    72

    Multiple Monitor Question

    Is there a way to easily allow a user to move a form that has its Window State set to Max from one monitor to another when a person is working with a dual monitor setup? Some code example would be appreciated.

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Multiple Monitor Question

    In code, just add the coord's of the first screen to get 0,0 of the second monitor. You can stitch two images together for a screen saver with two images
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Jul 2006
    Location
    Germany
    Posts
    3,725

    Re: Multiple Monitor Question

    I recently did a sample which might help you showing a form on a secondary monitor.
    Please look it up here:
    http://www.codeguru.com/forum/showpo...7&postcount=15

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

Featured