Results 1 to 2 of 2

Thread: Resolution Changes

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2000
    Location
    Louisiana
    Posts
    1

    Unhappy

    Could someone please tell me how to change the resolution of the monitor when my program starts up then set it back to the resolution it was before the user accessed the program.
    Thanks for any help you can provide.

  2. #2
    New Member
    Join Date
    Dec 2000
    Posts
    4

    Talking

    Hi,

    If u are using Windows o/s u can use Api calls to do this,
    The api calls are

    EnumDisplaySettings(...)
    ChangeDisplaySettings(...)

    Search for these two apis in MSDN and u will get samples to change the display settings, Dots inside the brackets are to be treated as parameters to be passed.



    bye
    Visual Basic you can do 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
  •  



Click Here to Expand Forum to Full Width