English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i had created a project,it was run after opening Visual basic and using run option ,,,,,,, Instead i want to run my project directly when i double click on my project name without viewing the code any one help me

2007-03-20 03:44:10 · 1 answers · asked by rajesh 2 in Computers & Internet Programming & Design

1 answers

Basically what you need to do is compile the application and create and executable file.

For VB6 all you need to do is to click File on the menu and select make .exe

This will create the executable file in your project folder.

For VB.net you need to click Build on the menu and select Build . The executable will be created in the bin (binary) folder of your project folder.

2007-03-20 04:04:34 · answer #1 · answered by dizay72 1 · 2 0

fedest.com, questions and answers