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

i've written the code and it works fine. but how do i make into an application for a user to operate on?

2007-04-04 21:49:01 · 5 answers · asked by roadrunner 1 in Computers & Internet Programming & Design

5 answers

Open Package & Deployment wizard and follow it.

2007-04-05 06:13:03 · answer #1 · answered by Vaibhav 4 · 0 0

Goto Package & Deployment Wizard in Visual Studio Tools and browse your project's vbp file. Follow the wizard and you will get the package created. Simply run setup.

But note that if you have created your package in Win XP it MAY not work on other Windows and vice a versa. For this you will have to create separate packages for different OS.

2007-04-05 01:34:23 · answer #2 · answered by Vikram jit singh 1 · 0 0

If your program is small and not using any complex activeX controls, you can simply compile it and generate EXE file.

In other case Microsoft Visual Studio comes with Package and Deployment Wizard which very simple to use and will help you creating installer i.e. setup.exe for your program which you can give to any user and he/she will simply run the setup.exe file to install it!

2007-04-04 22:28:43 · answer #3 · answered by vivek on the web 2 · 1 0

I think the .exe file is in the debug folder of the project. Dont know if that helps.

2016-05-17 21:24:18 · answer #4 · answered by kassandra 3 · 0 0

Compile it.

2007-04-04 21:52:41 · answer #5 · answered by ELfaGeek 7 · 0 0

fedest.com, questions and answers