Results 1 to 5 of 5

Thread: Multiple Monitor Madness... [Resolved] (all by my own, yay!)

  1. #1

    Thread Starter
    Fanatic Member arsmakman's Avatar
    Join Date
    Dec 2001
    Location
    Leiden, Netherlands.
    Posts
    719

    Unhappy Multiple Monitor Madness... [Resolved] (all by my own, yay!)

    I am making an application which runs on pcs with multiple monitors (dual head etc.)
    Now, I want the user to be able to set on what monitor they want my (fullscreen) application to run. Is there a way to do such a thing? If so, please tell me how.

    Thanx in advance.
    Last edited by arsmakman; Feb 2nd, 2004 at 10:43 AM.
    No matter how fool-proof your program is, there will always be a better fool.

    Was a post helpful to you? Rate it!

  2. #2

    Thread Starter
    Fanatic Member arsmakman's Avatar
    Join Date
    Dec 2001
    Location
    Leiden, Netherlands.
    Posts
    719
    I really need some help here. I can't find a thing that works.

    Could this perhaps be done with the screen.cls file?
    No matter how fool-proof your program is, there will always be a better fool.

    Was a post helpful to you? Rate it!

  3. #3
    Not NoteMe SLH's Avatar
    Join Date
    Mar 2002
    Location
    192.168.0.1 Preferred Animal: Penguin Reason for errors: Line#38
    Posts
    3,051
    What type of app is it? Are you using something like DX to do the fullscreen? If so, you may be able to do an emumeration and have DX use the correct one.
    Quotes:
    "I am getting better then you guys.." NoteMe, on his leet english skills.
    "And I am going to meat her again later on tonight." NoteMe
    "I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
    "my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
    Have I helped you? Please Rate my posts.


  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,109
    I would expect that you would have to enumerate the display devices, no matter what solution you use. Most programs deal with the primary display device, and leave dealing with which one that is up to the operating system. To actually target the second screen, you would have to know it's there (some kind of system call), and target it. I have seen this in DirectX, but not otherwise.

  5. #5

    Thread Starter
    Fanatic Member arsmakman's Avatar
    Join Date
    Dec 2001
    Location
    Leiden, Netherlands.
    Posts
    719
    I have tried a lot of things with the 'screen.cls'-file and gotten quite far, then I found out that a form maximizes on the screen that it is on. So the user just needs to drag the window to the right screen and that's it. It would have been a lot harder using screen.cls on systems with FIVE screens.

    BTW: I make the form borderless, titleless and the maximize it using Me.WindowState

    Thanx for not helping me.
    Last edited by arsmakman; Feb 2nd, 2004 at 10:42 AM.
    No matter how fool-proof your program is, there will always be a better fool.

    Was a post helpful to you? Rate it!

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