TaskDialog Exception |
Post Reply |
Author | |
RobertJ
Newbie Joined: 09 February 2008 Location: France Status: Offline Points: 2 |
Post Options
Thanks(0)
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 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |