Step into the standard C# libraries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to step into the TreeView SelectedNode property set method. I can't seem to step into any of the standard C# .Net libraries. When I was using C++ I could step into the MFC code, but in C# I haven't been able to figure out how to do so

Any help would be appreciated

I'm using Developer Studio .Net 2003 in C#

- Bruc
 
If the source code is not available, you cannot step into the operations. I
imagine that Microsoft provided the source code for MFC which allowed you to
step into the libraries.

Are you trying to debug something in the TreeView or just look at that code
to see how it works?

I want to step into the TreeView SelectedNode property set method. I
can't seem to step into any of the standard C# .Net libraries. When I was
using C++ I could step into the MFC code, but in C# I haven't been able to
figure out how to do so.
 
Back
Top