One thing I miss from VB6

  • Thread starter Thread starter John Bailo
  • Start date Start date
J

John Bailo

Doing some c# client programming in VS.net

One thing I miss is that in the code view I could set the focus to a
form object in the left hand drop down ( like a TreeView control ) and
then the right hand drop down would expose only the properties and
events associated with that control.

I don't see that in VS.NET
 
Hi John.
You can use the Object Browser in VS .NET (using c#)
Click View\Object Browser, and click
system.windows.forms\System.Windows.Forms\TreeView
to see its methods, properties and events.
HTH
Ron.
 
Back
Top