You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
RDCA
  • TTG Contender
Status: Offline
Joined: Jul 12, 201013Year Member
Posts: 3,612
Reputation Power: 173
Status: Offline
Joined: Jul 12, 201013Year Member
Posts: 3,612
Reputation Power: 173
My question to everyone but derp and programmer is why are you guys declaring a new instance of a form when your going to add it anyway? Just do this:
Left Click on your project in solution explorer, then chose add new form, name it form2. Then on the button on form 1 double click and put
form2.show()
me.hide
Now go to form two in your solution explorer and double click and not c+p this code
webbrowser1.navigate("www.thetechgame.com")
#12. Posted:
TTG_JKFX
  • Junior Member
Status: Offline
Joined: Apr 24, 201113Year Member
Posts: 75
Reputation Power: 2
Status: Offline
Joined: Apr 24, 201113Year Member
Posts: 75
Reputation Power: 2
that means i have to make a new form for ever buttion
cos i dont want it to bring me to the main site at all but the sections on the site
#13. Posted:
Bighair
  • Powerhouse
Status: Offline
Joined: Sep 26, 201013Year Member
Posts: 401
Reputation Power: 17
Status: Offline
Joined: Sep 26, 201013Year Member
Posts: 401
Reputation Power: 17
TTG_JKFX wrote that means i have to make a new form for ever buttion
cos i dont want it to bring me to the main site at all but the sections on the site


No it doesnt just change the link for each button
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.