CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2002
    Posts
    381

    Resizing Desktop Screen..

    Hi ,

    Normally I can resize the Desktop Window using Monitor Menu .. Is it possible to do it using program. Can anybody pls tell me any MFC functions are available for this or any other way to do it.


    Thanks

    Regards
    SK

  2. #2
    Join Date
    May 2003
    Posts
    30

    resize

    You mean change the screen resolution?

    Jimmy
    www.viscomsoft.com

  3. #3
    Join Date
    Nov 2002
    Posts
    381
    Thanks Jimmy..

    No .
    Actually I dont want to change the Screen resolution . Want to change the size of the Desktop Window. Even though the resolution is changed ,desktop window is always fit to the Screen. I want some blank space at any side( left , right , top or bottom) of the screen which generally we can do using Screen(Monitor) Menu and want to make it programatically.

    I think now you and gurus can understand my problem...
    Last edited by svcpp; June 10th, 2003 at 07:29 PM.

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

Featured