I'm using JavaScript code in c# web browser object (winform). from some reason I cannot use ActiveXObject... the line:
var fso = new ActiveXObject("Scripting.FileSystemObject");
doesn't work.
I'm using JavaScript code in c# web browser object (winform). from some reason I cannot use ActiveXObject... the line:
var fso = new ActiveXObject("Scripting.FileSystemObject");
doesn't work.