Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Visual Basic 2008

  • 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, Registered Users 2 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,688 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