.net form application compiled

S

segue

How do I compile a .net windows form into an exe that everyone can use.
A form app. that I created using vs2003.
The only exe that gets created gets put into the project bin folder.
When I click on the bin folder program which acts like an exe but
doesn't have that file extension, after placing the program on a
mapped computer drive, then it tries to invoke vs2003 to open the
program.

In the old vs you had the choice under the file dropdown menu to compile
into a .dll or .exe.

Sounds like a stupid question, I dunno.

Also, how do I bind an icon image to my program?

Remarks appreciated.
 
Top