Or if you are using Visual Studio .Net 200x then you can
build it from the build menu.
[quoted text, click to view] >-----Original Message-----
>
>vbc.exe /target:exe /out:Module.exe Module.vb
>
>or
>
>csc.exe /target:exe /out:Module.exe Module.cs
>
>
>"Joe Fallon" <jfallon1@nospamtwcny.rr.com> wrote in
message
>news:uMTgB$ghDHA.1084@tk2msftngp13.phx.gbl...
>> You just Build it.
>> The .exe ends up in th Bin folder.
>> The .Net framework IS the runtime.
>> --
>> Joe Fallon
>>
>>
>>
>> "Terry V" <terryv@nbnet.nb.ca> wrote in message
>> news:0e1801c38584$c6f94cb0$a101280a@phx.gbl...
>> > Hello
>> > Once Im done developing my app in .net, how do I make
it
>> > into a .exe?
>> >
>> > do I need to include the vb runtime? If so, how?
>> >
>> > Thank you
>> > Terry V
>>
>>
>
>
>.