when you goto View ---> Text Size
you have the order the wrong way around, Largest makes it small and Smallest makes it big!
And the colour scheme is a bit bright! i agree with Millenium_edition about changing the colours and the background and buttons sepersatley.
To do the resizing, do what Matty said,
code:
Private Sub Form_Resize()
webBrowser1.width = screen.width - 100
webBrowser1.left = 50
end sub
something like that, but obviuously do the height too and change weBrowser1 to your control name
And add a XP manifest file, so the controls look XP stylee