We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

[1714] Attaching and Detaching Objects

Last post 09-13-2006 7:43 AM by gloriousgopi. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 01-01-1999 12:00 AM

    [1714] Attaching and Detaching Objects

    This thread is for discussions of Attaching and Detaching Objects.

    • Post Points: 10
  • 09-13-2006 6:14 AM In reply to

    Assertion Error plz give some suggestion

    Hi

    i am new to VC++, while creating a model dialog from a cwnd class i am getting a Assertion error.
    can any one tell me where i did wrong.

    class CAuthen:: public CWnd
    {
      ............
    ..
    public:
     
    CAuthenDlg auth_dlg;
    ..

    public :

     void checkAuthentication();
     

    };

    void CAuthen :: checkAuthentication()
    {
    ..
    ..
    ..

       if(  auth_dlg.DoModal() == IDOK)
        {
           ...
           // some operation goes here
        }
    ..
    ..
    }



































    • Post Points: 5
  • 09-13-2006 7:43 AM In reply to

    Re: Assertion Error plz give some suggestion

    Sorry posted in wrong thread

    • Post Points: 5
Page 1 of 1 (3 items)