André
André

Reputation: 25554

What Framework should I use to edit VB6 Projects?

I have a VB6 project that I need to edit. I have downloaded the Visual Studio 2010, but I have read that I need VB6. I have googled but I can't find where I can download VB6.

It is possible to edit this VB6 project with Visual Studio 2010? If not, what can I do?

Best Regards,

Upvotes: 1

Views: 1293

Answers (1)

slugster
slugster

Reputation: 49974

You can't just download the older versions of Visual Studio that are used to edit VB6 projects, AFAIK there has never been an Express edition put out for the older version.

Your best bet may be to:

  • pick up a second hand copy from online, i.e. eBay
  • use VS2008 or VS2010 and upgrade the VB6 project to .Net
  • enrol in the BizSpark program if you are eligible

Upvotes: 2

Related Questions