Is there any ready framework/code in vb.net for common programming

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I m .NET programmer. I am looking for a ready framework/code in vb.net, which contain all default menus, toolbar, so I only have to add my package related forms and coding. I am looking for some ready code or software which gives ready solution containing code for the most of the common tasks.


Regards,
Programmer2004
 
Hi Programmer,

What are common task, that is a very personal opinion mostly.

There is a resource kit, which can help you with samples which you can set
in your application however not the other way, what is for you common can be
for another one very rare.

The posibilities with dotNet and VBNet seems sometimes endless.

VB.net Resource kit
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

And if you have problems installing the resource kit
http://msdn.microsoft.com/vbasic/vbrkit/faq/#installvdir

Another resource for learning is the Quick Starts
http://samples.gotdotnet.com/quickstart/

I hope this helps a little bit?

Cor
 
* "=?Utf-8?B?cHJvZ3JhbW1lcjIwMDQ=?= said:
I m .NET programmer. I am looking for a ready framework/code in
vb.net, which contain all default menus, toolbar, so I only have to add
my package related forms and coding. I am looking for some ready code or
software which gives ready solution containing code for the most of the
common tasks.

Inside VS.NET, currently no. In VB 2005 there will be templates for
application windows with menus, splash screens, about boxes and login
dialogs.
 
Back
Top