Web browser properties/methods (1 Viewer)

mresann

Registered User.
Local time
Today, 02:24
Joined
Jan 11, 2005
Messages
357
My turn to ask for help.

I have a Web Browser Active X control on my form. I have two command buttons, cmdForward and cmdBack, which navigate to the previous or the next page, using the GoBack or GoFoward method of the browser property. How do I identify when I am at the beginning or the end of the browser queue so I can disable the command buttons?

As an extended question, where can I find comprehensive details on the Active X control Web Browser? I'm talking of the methods, actions, and properties.

Thanks
 

mresann

Registered User.
Local time
Today, 02:24
Joined
Jan 11, 2005
Messages
357
OK, I found all my answers at the MSDN site. Thanks for reading my problem.

The answer to my question was to use the CommandStateChange method.
 

Users who are viewing this thread

Top Bottom