You are viewing our Forum Archives. To view or take place in current topics click here.
Need Help in visual studio/ basic +rep
Posted:
Need Help in visual studio/ basic +repPosted:
Status: Offline
Joined: Apr 17, 201113Year Member
Posts: 83
Reputation Power: 3
Status: Offline
Joined: Apr 17, 201113Year Member
Posts: 83
Reputation Power: 3
How do i link a button to webpage? please help, i will +rep
#2. Posted:
Status: Offline
Joined: Jul 17, 201014Year Member
Posts: 1,266
Reputation Power: 59
Status: Offline
Joined: Jul 17, 201014Year Member
Posts: 1,266
Reputation Power: 59
Hmmm, Maybe try this. Double click thye button and paste the following
Replace "randomsite" with the webpage you want.
Hope I helped
Dim theWebSite As String
theWebSite = "http://randomsite.com"
Call Shell("explorer.exe " & theWebSite, vbNormalFocus)
Replace "randomsite" with the webpage you want.
Hope I helped
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Apr 17, 201113Year Member
Posts: 83
Reputation Power: 3
Status: Offline
Joined: Apr 17, 201113Year Member
Posts: 83
Reputation Power: 3
Thankyou!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!11
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 3,612
Reputation Power: 173
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 3,612
Reputation Power: 173
Or you can just add a link label.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.