N
Nathan Sokalski
When implementing an interface in VB.NET using Visual Studio .NET 2005, it
would be nice if I could have the method/function headers inserted
automatically. Whenever we implement an event (such as Button.Click,
TextBox.TextChanged, etc.), all we have to do is select the control and
event from the dropdownlists at the top of the editor. Obviously the
interfaces (IPostBackDataHandler, ICallbackEventHandler, etc.) are not
listed there, but because some of the interfaces are used rather often and
the headers must match the ones defined in the interfaces, I would think
Visual Studio .NET 2005 would have a way to insert them. Is there a way to
do this? If so, what is it? Thanks.
would be nice if I could have the method/function headers inserted
automatically. Whenever we implement an event (such as Button.Click,
TextBox.TextChanged, etc.), all we have to do is select the control and
event from the dropdownlists at the top of the editor. Obviously the
interfaces (IPostBackDataHandler, ICallbackEventHandler, etc.) are not
listed there, but because some of the interfaces are used rather often and
the headers must match the ones defined in the interfaces, I would think
Visual Studio .NET 2005 would have a way to insert them. Is there a way to
do this? If so, what is it? Thanks.