CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    Join Date
    Sep 2003
    Posts
    60

    Re: Change Windows Display Settings

    thanks guys, it worked for me, that was my mistake, when calling the api for unchecking i passed 1 instead of 0 in the second parameter. so this means that what all have posted is correct.Thanks a lot for you ppl for your help.

  2. #17
    Join Date
    Sep 2003
    Posts
    60

    Re: Change Windows Display Settings

    It worked for me, thanks a lot for all of u. it was my mistake, i passed 1 instead of 0 for the second parameter while unchecking. Now its working. Once again thanks for all of you.

Page 2 of 2 FirstFirst 12

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