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

    Angry Why EnumDisplaySettingsEx doesn't work

    I use EnumDisplaySettingsEx in my program,but it doesn't work ,just say undefined.
    I think it maybe require defining of winver 0x0500,but it is still not work after I added the definition.
    please give me some suggestion or sample .
    thank you!

  2. #2
    Join Date
    Nov 2002
    Location
    Los Angeles, California
    Posts
    3,863
    Have you installed the latest version of the SDK?
    Wakeup in the morning and kick the day in the teeth!! Or something like that.

    "i don't want to write leak free code or most efficient code, like others traditional (so called expert) coders do."

  3. #3
    Join Date
    Nov 2003
    Posts
    29

    thank you for reply

    thank you for reply, but I don't know which version of sdk should I download,please give me suggestion or page link.

  4. #4
    Join Date
    Nov 2002
    Location
    Los Angeles, California
    Posts
    3,863
    Wakeup in the morning and kick the day in the teeth!! Or something like that.

    "i don't want to write leak free code or most efficient code, like others traditional (so called expert) coders do."

  5. #5
    Join Date
    Nov 2003
    Posts
    29

    I solve the problem

    thank for your help,I downloaded and installed it .and the enumdisplaysettingex has been working .

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