M
Marian
Hello,
I'd like use well-know TreeNodeCollection.Find method from .NET in my
Pocket PC application, but this method isn't available in .NET CF. How
implement it in my code? I'm trying put into TreeView control data from
text file organized in this format:
cat_id;parent_cat_id;category_name
cat_id;parent_cat_id;category_name
......
cat_id;parent_cat_id;category_name
Regards,
Marian
I'd like use well-know TreeNodeCollection.Find method from .NET in my
Pocket PC application, but this method isn't available in .NET CF. How
implement it in my code? I'm trying put into TreeView control data from
text file organized in this format:
cat_id;parent_cat_id;category_name
cat_id;parent_cat_id;category_name
......
cat_id;parent_cat_id;category_name
Regards,
Marian