How to compile a program in VB.NET?

M

Marco Vajda

I am really beginner in programming. I would like to compile a program in
VB.NET, but I don't know how to do it. I have just put some buttons, text
boxes, datagrid and picturebox on form.

Thanks, Marco
 
R

Robert Jacobson

If you've created a standard Windows Forms project, just select "Build
Solution" from the Build menu. After the project's been built, there will
be a compiled .exe in your project's /Bin folder.

However, this is only "compiled" to intermediate language ("MSIL" or "IL"),
not native code. To run a .Net application, the client machine must have
the .Net Framework installed. You cannot compile a .Net application to
native code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top