Hi,
I've tried to install CF 2.0 (NetCFSetupv2.msi available in the msdn site) in my Windows Mobile 5 device via activesync but i get this error message when installing:
'Application Manager cannot install this application on your mobile devicedue to an invalid setup file. Reinstall and try...
Hi Rick
You are right, the thing is that i've tried:
dim aNode as MyTreeNode
aNode = Tree.Nodes.Add(key, text)
and i got an InvalidCastException, and thought it wouldn´t work but then i changed the code to
aNode.Key = key
aNode.Text = text
Tree.Nodes.Add(aNode)
and it worked fine
thanks
Hi,
I want my TreeNodes to have extra properties so i've extended the TreeNode Class and add a few new properties, but i need to extend the UltraTree Class so i can add this new nodes instead of the traditional nodes, how can i acomplish this,
thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.