• Welcome to Valhalla Legends Archive.
 

Multiple Monitors

Started by HIGHWAY99, September 01, 2003, 05:41 PM

Previous topic - Next topic

HIGHWAY99

Hey, anyone out in forum land know any api calls or vb coding for stuff like checking how many monitors/desktops are currently setup on a pc.  and the size and dementions of each. also, how to change just the dementions of like the 2nd or 3rd without doing the same to the first. :o

Hazard

#1
Quote from: HIGHWAY99 on September 01, 2003, 05:41 PM
Hey, anyone out in forum land know any api calls or vb coding for stuff like checking how many monitors/desktops are currently setup on a pc.  and the size and dementions of each. also, how to change just the dementions of like the 2nd or 3rd without doing the same to the first. :o

Huh?

!~!HaZaRD!~!

[Edit]Ok now I get it... had to read it a few times before I got it. I don't think this is much of a programming question... more of a networking question if you ask me.

"Courage is being scared to death - but saddling up anyway." --John Wayne

j0k3r

Does your vid card support second and third monitors? If so you can go into the settings (Display Properties > Settings) and once you mess with that for awhile you'll understand how to change them individually (confused the hell out of me at first).
QuoteAnyone attempting to generate random numbers by deterministic means is, of course, living in a state of sin
John Vo

HIGHWAY99

Really, i wouldn't call it a networking question at all, and i'm not trying to change settings manually through control panel :p

I got more than one video card (1onboard, 1expansionslot).  Trying to see how to do an api call or something in v.b. to catch info and maybe even change/set it.  Sounds like a programming question to me.   ;)

It's just that i haven't seen where V.B.6 actually handles doing much on more than just the first screen without some tweeking.

Had some spear time, and since password recovery for the forum was working again :) I figured i'ld see what some others thought about it.

Skywing

Quote from: HIGHWAY99 on September 01, 2003, 07:08 PM
Really, i wouldn't call it a networking question at all, and i'm not trying to change settings manually through control panel :p

I got more than one video card (1onboard, 1expansionslot).  Trying to see how to do an api call or something in v.b. to catch info and maybe even change/set it.  Sounds like a programming question to me.   ;)

It's just that i haven't seen where V.B.6 actually handles doing much on more than just the first screen without some tweeking.

Had some spear time, and since password recovery for the forum was working again :) I figured i'ld see what some others thought about it.
Look up EnumDisplaySettings and EnumDisplayDevices in MSDN.