I am using vb6 and tries to browse a html source created by me: say its urlsource
i did webbrowser1.document.body.innerhtml=urlsource and it displays the page i desired.
but it has an annoying thick border around the page which i dont like.
is there a way to get rid of the border as the full webbrowser window mode if i do webbrowser1.navigate(someurl)?
Thank you.
i did webbrowser1.document.body.innerhtml=urlsource and it displays the page i desired.
but it has an annoying thick border around the page which i dont like.
is there a way to get rid of the border as the full webbrowser window mode if i do webbrowser1.navigate(someurl)?
Thank you.