Gaurav
Oct 20th, 1999, 12:11 PM
Hi,
Using the IE obj model one can access the document being viewed, so here we go..
I have a standard HTML file with a style sheet.
<style>
h1{
font-family:Arial;
}
</style>
how can I programmatically access font-family and change its value from Arial to say Verdana thru VB? I know there's some way of doing this thru the Web Browser control, but can't seem to figure it out??
Any ideas would be greatly appreciated. Thank you for your time.
------------------
Gaurav Mahindra
gmahindra@extentia.com
Using the IE obj model one can access the document being viewed, so here we go..
I have a standard HTML file with a style sheet.
<style>
h1{
font-family:Arial;
}
</style>
how can I programmatically access font-family and change its value from Arial to say Verdana thru VB? I know there's some way of doing this thru the Web Browser control, but can't seem to figure it out??
Any ideas would be greatly appreciated. Thank you for your time.
------------------
Gaurav Mahindra
gmahindra@extentia.com