VB.NET alone ??

R

Richie

Hi all,

Please help me with my doubt.
I have purchased VB.NET standard edition (just VB.NET and not the entire
studio). now my issue is , how do i make a composite control in VB.NET ? And
how do I use it in my application ?

Also, if I want to make a class library, when I say New > Project, there is
no option of a class library which I can make and compile to create a dll.
This "Class Library" option is there is VS.NET IDE, and also in VB.NET
enterprise edition...

Please suggest..
 
P

Peter van der Goes

Richie said:
Hi all,

Please help me with my doubt.
I have purchased VB.NET standard edition (just VB.NET and not the entire
studio). now my issue is , how do i make a composite control in VB.NET ? And
how do I use it in my application ?

Also, if I want to make a class library, when I say New > Project, there is
no option of a class library which I can make and compile to create a dll.
This "Class Library" option is there is VS.NET IDE, and also in VB.NET
enterprise edition...

Please suggest..
I believe you're looking for features that are not part of the Standard
Edition. You'll need Visual Studio .NET 2003 Professional Edition, at
minimum.
Here is a feature comparison chart for the various editions of Visual Studio
..NET:

http://msdn.microsoft.com/howtobuy/vstudio/features/

And, here are the VB Standard Edition features:

http://msdn.microsoft.com/vbasic/productinfo/features/default.aspx

Peter [MVP Visual Developer]
Jack of all trades, master of none.


Peter [MVP Visual Developer]
Jack of all trades, master of none.
 
H

Herfried K. Wagner [MVP]

Richie said:
I have purchased VB.NET standard edition (just VB.NET and not the entire
studio). now my issue is , how do i make a composite control in VB.NET ?
And
how do I use it in my application ?

I assume that the term composite control refers to usercontrol. You can add
a usercontrol by selecting "Project" -> "Add UserControl...".
Also, if I want to make a class library, when I say New > Project, there
is
no option of a class library which I can make and compile to create a dll.
This "Class Library" option is there is VS.NET IDE, and also in VB.NET
enterprise edition...

You are right, the Standard edition doesn't contain the templates for class
library projects. Workaround:

Creating class libraries with the Standard edition of Visual Basic .NET
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=standardclasslibraries&lang=en>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top