how to open a specific file with vb?

Ben Terry

New member
Joined
Apr 9, 2024
Messages
11
Points
1
I am willing to make a vb exe file which will open another file when you click a button or something.
how can I do this?

btw I am having VB 2010 and when I do build application I don't know where the exe is being saved.

Thanks in advance for the helpers and sorry if this is the wrong section.

Chen
 

Chloe Mitchell

New member
Joined
Apr 9, 2024
Messages
10
Points
1
It depends on the what type of file you want to open but for the selection of the file you can use opendialog box control of vb
 

Kirstin Ruecker

New member
Joined
Apr 9, 2024
Messages
10
Points
1
The .vb file extension format can be opened using the following:
Text Editors - The code is placed in the text editor and the file is saved with the .vb file extension. Some popular editors are listed below.

TextPad
Microsoft Word
Notepad
Abiword
Browsers - the .vb file extension can be viewed and executed using the popular browsers listed below.
Internet Explorer

Safari
Firefox
Chrome
Opera
Web Development Software's

Visual Studio
Microsoft Expression Web
Dreamweaver
 
Top