Dual Monitor Support

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
oldefoxx
Enthusiast
Enthusiast
Posts: 532
Joined: Fri Jul 25, 2003 11:24 pm

Dual Monitor Support

Post by oldefoxx »

I've considered updating to a dual monitor graphics card, such as the All-in_Wonder, but mostly because I have to have so many windows opened at the same time when programming in PureBasic and trying to single step code and watch results and changes. So I wondered how it would work on two montiros, and if PureBasic could be configured to use both monitors according to my preferences.

I'm also looking at the issue of programming two computers to interact with each other. It could be very useful to be able to program one of the two computers remotely, and to monitor it remotely as well, so that you could develop and run code interactively to see how well it would mesh.

A further thought is that the second computer could be a virtual PC so that the code for two computers can be developed and run on one, with some certainty that you will get the same results when actually running the code on different computers.
has-been wanna-be (You may not agree with what I say, but it will make you think).
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

I have 2 monitors. No problem with PB. Windows turns it into one big desktop area anyway.
Of course an OpenScreen() will only use one (primary) monitor, but that is a
windows limitation, not a PB one.

Timo
quidquid Latine dictum sit altum videtur
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Same here - I have 3 monitors and haven't had a problem...
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

running two monitors here, no problem

i'd advice to get multimon or ultramon to make life easier :-)

there's somewhere a pb snippet on the forum for detecting multimonitor setups from within pb, otherwise you can still find it in the survival guide (link below)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Post Reply