Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nunob

  1. nunob

    Compact Framework 2.0

    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...
  2. nunob

    Extend TreeView Class

    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
  3. nunob

    Extend TreeView Class

    i can inherit.. and then what? for example the method tree.Nodes.Add accepts TreeNodes but i want it to add MyTreeNodes.
  4. nunob

    Extend TreeView Class

    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

Part and Inventory Search

Back
Top