Hi,
i'm trying to implement the following code:
var objColorDialog;
objColorDialog = new ActiveXObject("MSComDlg.CommonDialog"
;
// Show it to user
objColorDialog.ShowColor();
// Retrieve color
var selColor;
selColor = objColorDialog.Color;
ok, this throws the following error on my machine:
Automation server can't create object.
The same code works on a different machine. what is going on here?? Please help!!!
i'm trying to implement the following code:
var objColorDialog;
objColorDialog = new ActiveXObject("MSComDlg.CommonDialog"
// Show it to user
objColorDialog.ShowColor();
// Retrieve color
var selColor;
selColor = objColorDialog.Color;
ok, this throws the following error on my machine:
Automation server can't create object.
The same code works on a different machine. what is going on here?? Please help!!!