Jump to content
Xtreme .Net Talk

moggsie

Members
  • Posts

    2
  • Joined

  • Last visited

About moggsie

  • Birthday 05/31/1963

Personal Information

  • Occupation
    Systems Engineer
  • Visual Studio .NET Version
    Visual Studio .NET Professional
  • .NET Preferred Language
    VB.NET

moggsie's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Divergence Instead Of Convergence Y'know, someday someone is going to make a shed-load of cash by writing a book that explains to the remnents of the COBOL,vb,c,c++ ( and dare I mention FORTRAN ) old guard just what are the real-life differences between internet-based programming and the good 'ole ways of doing things Any volunteers !!! bring on assembler !!!! :D
  2. Try.... Dim clickedNode As TreeNode clickedNode = TreeView1.GetNodeFromIndex(TreeView1.SelectedNodeIndex) txtArea.Text = clickedNode.Text
×
×
  • Create New...