Thank you for the reply.
Yes, I have VS 2003 and the Automatic insertion of.... is checked in. When I
implement an interface from a third party .dll it automatically creates the
members, however if I define the interfaces myself (in my own class) it does
not. Is there something special you need in the interface definition to have
it automatically genetate?
Thanks!!
"Herfried K. Wagner [MVP]" <hirf-spam-me-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> * "Brian Mitchell" <(E-Mail Removed)> scripsit:
> > What's the secret to getting the text editor to automatically create the
> > interface members when you use an implements?
> >
> > I am implementing an interface in my class, which has about 20
functions, 2
> > events, and 34 properties.
>
> You need VS.NET 2003.
>
> "Tools" -> "Options..." -> "Text Editor" -> "Basic" -> "VB Specific" ->
> [X] "Auto insert ...".
>
> --
> Herfried K. Wagner [MVP]
> <URL:http://dotnet.mvps.org/>
|