Yeah, C# and C++ have wizards for adding class, methods, even fields. No
such features for VB programmers. This is strange considering that VB5/6
were quite big on wizards. I hope we do indeed get them in VS.NET 2003.
--
Daniel Okely
dbokely at yahoo.com.au
Quote:
> Hello,
> in C# to implement and interface, you can right click on the on the
> interface in Class View and click Add and then on Implement Interface and
> the IDE with create stubs for all of the members of the interface for you.
> Does VB.NET has a way to do the same thing? It would seem odd for C# to
make
> something easier than VB.NET but I guess it's possible. I've searched
> through the IDE and don't see anything.
> Any help is much appreciated
> Steve