Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Control & SHDocVw.InternetExplorer How to

Status
Not open for further replies.

cmlimnet

Programmer
Mar 7, 2002
29
IN
Dear All,
How to use Web Control & SHDocVw.InternetExplorer in vb to disable and enable certain menu items in the Internet Explorer menu. More over, how to enable or disable certain item on the menu bar. Currently, I can make the menu, menu bar, address bar to be visible or invisible but I want to show these menu and menu bar with certain items disabled.

Any ideas?

Best Regards,
The cmlimnet
 
In standard VB menus, just set enabled = false

mnuFileOpen.Enabled = False Let me know if this helps
________________________________________________________________
If you are worried about how to post, please check out FAQ222-2244 first

'There are 10 kinds of people in the world: those who understand binary, and those who don't.'
 
Dear johnwm,
I dont think there is a menu item knownas "mnuFileOpen" in the Internet Explorer. Infect, I have used Web Control & SHDocVw.InternetExplorer to control an instance of Internet Explorer, these OCX control and automation object dont provide such interface.

Thank you very much.

Best Regards,
cmlimnet
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top