Gurra,
Use VB.NET 2003! ;-) As it does it automatically when you press ENTER after
typing 'Implements interface'.
C# 2003 does it when you press TAB after typing the interface name after the
class name. There should be a tool tip telling you to press TAB when you
finished typing the interface name.
I'm not sure about C# 2002. VB.NET 2002 does not support the feature at all.
Hope this helps
Jay
> Hi There
> Forgive my imbecille question, but is there any way I
> can Aut generate an inteface members in the imlementing
> class.
>
> Sinc anon