I have the microsoft web browser control on my form to display images and i was wondering how to set the margins so there isnt so much white space on the top and left side.
I would have used a picturebox but some of the images are too big to fit in it.
EDIT:
also.. what is the code to display "loading" and "done" in the status bar?
I put a status bar on my form and tried statusbar1.text = axwebbrowser1.statustext but it gives me an error.
I would have used a picturebox but some of the images are too big to fit in it.
EDIT:
also.. what is the code to display "loading" and "done" in the status bar?
I put a status bar on my form and tried statusbar1.text = axwebbrowser1.statustext but it gives me an error.
Last edited: