Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Visual Basic 2008

Options
  • 14-04-2009 11:31am
    #1
    Closed Accounts Posts: 99 ✭✭


    Just downloaded MS Visual Studio 2008 Express for free online. Can I use this version to create a .exe executable program file that can run on windows outside and independently of Visual Studio?


Comments

  • Registered Users Posts: 7,468 ✭✭✭Evil Phil


    Yeah you should be able to. Easiest way to find out is to start a new windows project, compile and build it, then see if the executable works.


  • Moderators, Society & Culture Moderators Posts: 9,689 Mod ✭✭✭✭stevenmu


    Yes you can. The PC you want to run the executable on will need the relevant version of the .Net framework installed. This is fairly common on windows PCs these days, and you can also download a redistributable installer file for it that you can distribute with your app.


Advertisement