| Author |
difference between vb.net standard and vb.net professional
|
|
| gr33nd4yg1rl 2005-01-28, 7:45 am |
| hi, forum. can anyone explain to me the difference between vb.net standard and vb.net professional software programs? any help is greatly appreciated.  | |
| TheShadow 2005-01-29, 3:33 am |
| They needed to have a version that they could basically give away with books. The standard version has class library creation disabled stopping you from doing visual inheritance and DLL type stuff. People have come up with ways abound it if you want to go through the hassle. But people learning to program really don't need those features for a while. When you do here is a link to tell you how to bypass the visual limits.
http://www.devcity.net/Articles/111/1/vbnet_se_dll.aspx | |
| gr33nd4yg1rl 2005-01-30, 8:13 pm |
| quote: Originally posted by TheShadow
They needed to have a version that they could basically give away with books. The standard version has class library creation disabled stopping you from doing visual inheritance and DLL type stuff. People have come up with ways abound it if you want to go through the hassle. But people learning to program really don't need those features for a while. When you do here is a link to tell you how to bypass the visual limits.
http://www.devcity.net/Articles/111/1/vbnet_se_dll.aspx
great. thanks a lot for your help.  |
|
|
|