How do I Size Internet Explorer Window Programically? (1 Viewer)

llyal

Registered User.
Local time
Today, 18:20
Joined
Feb 1, 2000
Messages
72
How do I Size Internet Explorer Window Programically?

Hi,

I am making a tool that opens several URLs in different Internet Explorer Instances; Internet Explore does not automatically resize to full-screen so I need to do this programically; How does one do this in Visual Basic? I have Java code that does what I want (see below), but I need a solution that I can put inside a VB application;

Thank you!

--Llyal

(Java Code)
window.open(url, name, 'left='left',top='top',width='width',height='height',toolbar='toolbar_str',menubar='menubar_str',status='statusbar_str',scrollbars='scrollbar_str',resizable='resizable_str);
 

Users who are viewing this thread

Top Bottom