Monday, 2 January 2012

How to make Set up in .net

Step 1 Create your own windows application. Create a new Windows application project in C# and named it as Sample. Step 2 Design your own application. Here we have a simple login form for example. Step 3 After completing the design and coding, build the solution of the project in release mode. Step 4 Check the Release folder for the file “ProjectName.exe”. Here in this example we have the project name as sample so we can find a file with the...