|
-
Jan 30th, 2004, 09:13 AM
#1
Thread Starter
Fanatic Member
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!
-
Feb 1st, 2004, 05:35 AM
#2
Thread Starter
Fanatic Member
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!
-
Feb 1st, 2004, 08:22 AM
#3
Not NoteMe
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. 
-
Feb 1st, 2004, 12:33 PM
#4
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.
-
Feb 2nd, 2004, 10:38 AM
#5
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|