Good morning,
I'm using a OLE Web Browser as a E-mail template, this email is a HTML page, and i can modify manu properties as the size, font, Bold, Italic, Underline, Align, etc.. of my Template.
Can i reproduce the same is the new WebBroser object ?
How can i do it ?
Greetings,
Edi
this.Object.Document.ExecCommand(as_Command, False, as_Value)
where as_command could be (Bold,Italic,FontSize,..) all properties that can be changed.
Andreas.