TaskDialog with JScript |
Post Reply |
Author | |
AndreasM
Newbie Joined: 25 August 2008 Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: 25 August 2008 at 6:11am |
Hi,
we purchased the Controls (ActiveX) and I'd like to use the TaskDialog from JScript. I tried the following simple test code: try { var TaskDialog = new ActiveXObject("Codejock.TaskDialog.12.0.1"); TaskDialog.ShowDialog(); } catch(e){ WScript.Echo("Error: " + e.description + " No: " + e.number); } But I always get the error -2147418113 Has anybody an idea what's wrong here? Thanks, Andreas |
|
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 |