Question calling other files

YuYu

New member
Joined
Oct 8, 2010
Messages
1
Programming Experience
Beginner
HELLO,
I'm a beginner in vb.net, i want to know how can i call other files that i programmed to the main programm
 
You don't call a file and I'm not sure what:
other files that i programmed to the main programm
means. If you mean that you want execute another program then you would call Process.Start and pass the file path. Process.Start is basically the same as typing into a command prompt, so you can execute any program or you can specify a URL or data file and it will be opened in the default app.
 
Back
Top