tweetie777
Programmer
How would i print internet explorer web pg through delphi?
I know that to print a word doc i would do as follows:
Var msword
levariant;
msword:=createoleobject('word.basic');
msword.fileprint;
I would be so gratefule to anyone that can help me. Thanks
I know that to print a word doc i would do as follows:
Var msword
msword:=createoleobject('word.basic');
msword.fileprint;
I would be so gratefule to anyone that can help me. Thanks