J
Jeroen CEuppens
Hi
I want to know which type the object is:
Type t=treeViewSequence.SelectedNode.GetType();
Now I know the type, so now I want to cast the following object to that
type;
LijstNode help;
(t)help;
help=(t)treeViewSequence.SelectedNode;
But this doesn't work :-(
How should i get these working?
THX
JC
I want to know which type the object is:
Type t=treeViewSequence.SelectedNode.GetType();
Now I know the type, so now I want to cast the following object to that
type;
LijstNode help;
(t)help;
help=(t)treeViewSequence.SelectedNode;
But this doesn't work :-(
How should i get these working?
THX
JC