Hey everybody, Just curious, has anyone ever had the pleasure of doing a change screen res on a dual monitor system? I'm using budyApi's 'baSetDisplay' function as per bellow set OK = baSetDisplay( 640 , 480 , 16 , 75 , "temp" , false ) -- i need to run at 1280x480 or 640x480 x2. and have also tried DMchangeRes set oldres = changeres(["640x480]) -- i need to run at 1280x480 or 640x480 x2. but have major trouble under windows98 and using dual head video cards that run drivers like the win98 dual display mode. Problem is that windows 98 treats each screen independently, so using just the script above will only change the first screen. Under windows 2000 the desktop is seen as one stretched screen but with certain video cards and drivers it reverts to the split screens that can display independent resolutions. if anyone has any ideas on how i could change the res of both monitors and not just the first, they would be most welcome. thanks all. riki [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]
