VB Express

SamSpade

Well-Known Member
PREMO Member
Got a few general questions about VB Express. When MS first announced they were releasing Visual Studio Express version free until a given date, I was one of the first to download it. Later they announced it would remain free, and oddly enough, my interest dwindled. There was no hurry, and I dropped looking at it.

I have a few apps at work that are written in VB6 and are becoming decidedly antiquated. But my division has no plans to purchase Visual Studio under any circumstances, and they want to either continue using VB6 or force it to be migrated to an even more antiquated development tool that I won't mention.

Does VB Express permit the creation of full blown desktop applications? Or is it sufficiently stripped down version of VB.NET that it won't really do anything? If I can rewrite this in an IDE that is *FREE*, no one can complain about the consequences if I rewrite it ahead of time.
 
W

wileyCoyote

Guest
Haven't tried VB Express but I have C# Express at home and it works fine for creating simple applications. I have not done anything more complicated than creating a few classes and reusing the native windows controls that are available with it. From what I remember MS deactivated some of the VS/IDE features in the express version but I don't think that impacts the language capabilities.

Hope this helps.
 
Top