CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2010
    Posts
    1

    Modeless Propertysheet with Standardbuttons

    Hello @all,

    i found the article http://support.microsoft.com/kb/146916 !

    This code i used for creating an modeless Propertysheet!

    This works fine under VS6 but now i converted my code to VS10 and now the Application crashes.

    I got "Unhandled exception at 0x77863f44 in ntc250.exe: 0xC000001D: Illegal Instruction." @ the function ::CallWindowProc with nMsg 295!

    I also had to change the winver from 0x0400 to 0x0501 to get my code running under VS10!

    Does anyone have an idea?

  2. #2
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917

    Re: Modeless Propertysheet with Standardbuttons

    I have been doing this (without setting flags) for eons.
    Just tested on VS 2010 and it worked without a hitch. It must be something else than property sheet, causing this problem.
    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

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