1
Reply

Visual Studio .vb open web site/page/file

kingo

kingo

Jul 4 2009 11:51 AM
6k

Hi all,
 
Very new to tinkering with Visual studio. I am trying the 2010 beta to see If I am able to fumble through a simple application.
I am wanting to do this, however have tried many ways and failed.
1./ from a button - on click, open a webpage.
2./ from a dropdown list - on click, open a webpage
3./ same as above but for a network/local file .pdf/.xls.whatever.
 
This is the start of the code
Private
Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
however anything I try turns to crap.
 
Appreciate your kind assistance.

Answers (1)