I want to be able to open internet explorer at a particular internet page from a VB Form but I need it to be full screen.
I have found the object model stuff on microsoft but am not sure how to use it (a little knowledge is a dangerous thing I know)
the extract reads:
Syntax
InternetExplorer.FullScreen(bFullScreen) [ = bFullScreen ]
Possible Values
bFullScreen Boolean that specifies or receives one of the following values:True Internet Explorer is in full-screen mode.
False Default. Internet Explorer is in normal window mode.
The property is read/write. The property has a default value of False.
Ok so where do I chuck the word TRUE??
I am probably being very dense, my forte really is creating exit buttons rather than programming
Thanks
Roberta