Hello ,
im pretty newb in all this C# thing...
so i just wanna know ... How i save my proj. into something that others can see too,
like open it in the cmd...
Please help me
Thank You
DeadLine
Hello ,
im pretty newb in all this C# thing...
so i just wanna know ... How i save my proj. into something that others can see too,
like open it in the cmd...
Please help me
Thank You
DeadLine
How do i save my Program into something that everyone can see
aant10
If you compile your application (Build -> Build ApplicationName), you will get a .exe file in the project folder (in bin\release). You can simply copy this file to other computers that have the .NET framework installed and run your program.
Another possiblity is the Publish feature (Build -> Publish ApplicationName), if you want to publish your program on the internet.