Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Controls
  New Posts New Posts RSS Feed - TaskDialog with JScript
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

TaskDialog with JScript

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


Joined: 25 August 2008
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote AndreasM Quote  Post ReplyReply Direct Link To This Post Topic: TaskDialog with JScript
    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


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.172 seconds.