A
AlexS
I have app, which has usings for System.Windows.Forms
But when I do Type.GetType("TreeView") or use full class name for TreeView
I get null.
Why?
Anything I miss? What are the rules of use for Type.GetType?
Thx
But when I do Type.GetType("TreeView") or use full class name for TreeView
I get null.
Why?
Anything I miss? What are the rules of use for Type.GetType?
Thx