Search found 2 matches

by lilsizzo
Thu Aug 19, 2010 3:59 pm
Forum: Other Scripting Languages
Topic: Print without prompting
Replies: 6
Views: 16193

Print without prompting

Hi there, is there any possibility to make this vbscript acceptable in hta? It is currently workin in IE but not HTA.<script language='VBScript'> Sub Print() OLECMDID_PRINT = 6 OLECMDEXECOPT_DONTPROMPTUSER = 2 OLECMDEXECOPT_PROMPTUSER = 1 call WB.ExecWB(OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER,1...
by lilsizzo
Thu Aug 19, 2010 3:59 pm
Forum: Other Scripting Languages
Topic: Print without prompting
Replies: 6
Views: 16193

Print without prompting

Hi there, is there any possibility to make this vbscript acceptable in hta? It is currently workin in IE but not HTA.<script language='VBScript'> Sub Print() OLECMDID_PRINT = 6 OLECMDEXECOPT_DONTPROMPTUSER = 2 OLECMDEXECOPT_PROMPTUSER = 1 call WB.ExecWB(OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER,1...