Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - TaskDialog Exception
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

TaskDialog Exception

 Post Reply Post Reply
Author
Message
RobertJ View Drop Down
Newbie
Newbie


Joined: 09 February 2008
Location: France
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote RobertJ Quote  Post ReplyReply Direct Link To This Post Topic: TaskDialog Exception
    Posted: 09 February 2008 at 9:53am

Hello,

I try use ActiveX TaskDialog in the program written c++ (see example) :

CComPtr<_DTaskDialog> pITaskDialog;

HRESULT hr=pITaskDialog.CoCreateInstance(__uuidof ( TaskDialog )) ;
if ( pITaskDialog ) pITaskDialog->ShowDialog () ; // or ->AboutBox ()
 
I get an exception. Any idea ?
 
Thanks
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.