NTGraph problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • carvalho.georges@gmail.com

    #1

    NTGraph problem

    Hi,
    I work on visual c++ and i want to use a NTGraph (activex) dialog box,
    During the DoModal, it returns 53277920 and the box does not open.
    I ve already add AfxEnableContro lContainer(); in the InitInstance() but
    nothing happens.

    In the debug consol i ve got the message:
    CreateDlgContro ls failed during dialog init.

    I even dont reach DodataExchange .

    thx for your help

  • Stuart Redmann

    #2
    Re: NTGraph problem

    carvalho.george s@gmail.com wrote:
    Hi,
    I work on visual c++ and i want to use a NTGraph (activex) dialog box,
    During the DoModal, it returns 53277920 and the box does not open.
    I ve already add AfxEnableContro lContainer(); in the InitInstance() but
    nothing happens.
    >
    In the debug consol i ve got the message:
    CreateDlgContro ls failed during dialog init.
    >
    I even dont reach DodataExchange .
    >
    thx for your help
    This is off-topic here, as this newsgroup only deals with issues about
    the C++ language, not with particular platforms/libraries.

    I'd suggest to post to microsoft.publi c.vc.mfc.

    Regards,
    Stuart

    Comment

    Working...