Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am looking for some help on how to programmatically change a users monitor resolution. For example if they are running 800x600 when my app opens I want to set resolution to 1024x780, then change back when my app exits.

 

I'm looking for examples in VB.NET 2k3.

 

Thanks,

D-

Posted
It's a business application. The need is to stop the complaining of managers that don't want to scroll a datagrid because all the columns (3 of them) aren't visible.... because they do screen prints of the data.
  • *Experts*
Posted
You can achieve that result by using the ChangeDisplaySettings api. But not many people like their resolution being changed without asking unless its for a game.
  • *Experts*
Posted
My recommendation is to allow users to change their resolution, but not to force the change on them. If they are using a higher resolution than the one you force on them, it will not please them, I'm sure.
  • Moderators
Posted

I have face many clients with the same woes...

If you are creating apps that use 1024x768 and some users are still on 800x600 then I feel that it's the office manager's or IT dept's duty/obligation to change the res of the monitors not yours (the developer).

Visit...Bassic Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...