How would i make my program a .exe so people can run it, i made a simple calculator and i want to share it with some people so they can test it out.

Recommended Answers

All 5 Replies

Compile it.
If you are using Visual Studio, select the Build option from the menu.
If you are in release mode, the executable will be in the bin\release directory or the bin\debug directory for debug mode.

You will need to distribute the main.exe file as well as any .dll files that are in that same directory.

In Visual Studio, select Publish from the Build menu.

Hi......I am new to c# in asp.net. I want to code for send email and hide the text boxes after sending the mail in asp.net .

To the original post of this thread:
when done with the project, go to upper drop down menu, select Build > Publsh YourApplicationName.
This will create a setup.exr file. You can find it on a specified path.

To the last question: Sorry, we have to follow the forum`s rules, and answer one question at a time per thread. This last question has nothing to do with the thread`s title, so we cannot help you.
Create a new thread and ask the question there. Sorry.

bye

kvrk, please start a new post with your question.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.