• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

VB 2008 Confusion?

Status
Not open for further replies.
Level 3
Joined
Jun 5, 2009
Messages
21
Anyways last night i was working on a web browser trying to make it cool , and then something confusing happens.
I have a multiple one , not a plain button that say's [New]
it has multiple options more into it . does anyone know a script to make it do the multiple options?
the main info in attachment image. Please help VB 2008 Users!
 

Attachments

  • doh.JPG
    doh.JPG
    131.7 KB · Views: 119
Level 9
Joined
Apr 28, 2009
Messages
538
I'm not sure what are you trying to do, but if you want to navigate back add this line at "Navigate - Back" button:

WebBrowser1.GoBack()

replace WebBrowser1 with the name of your control.

Also, the submenu for "Back", "Home", etc should be under "Browse Menu".

Something like this:
1.PNG
 
Status
Not open for further replies.
Top