I want to add fields or methods to a Windows Form class through the VS.NET.
However, when I right clicked on the Form in the Class View, I do not see the
Add/Add Field menu item in the context menu. Can anybody tell me what is
causing the menu item from being displayed?
Thanks.
If I remember correctly, those options are available for C# projects, but
not for VB.NET projects. My add-in (below) has a New Procedure Assistant
feature, if you are interested.

Signature
Carlos J. Quintero
MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
>I want to add fields or methods to a Windows Form class through the VS.NET.
> However, when I right clicked on the Form in the Class View, I do not see
[quoted text clipped - 3 lines]
>
> Thanks.