Click here to Skip to main content
15,910,130 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: columntype checkbox does not chech Pin
Scubapro14-Jul-10 0:55
Scubapro14-Jul-10 0:55 
GeneralRe: columntype checkbox does not chech Pin
Ebube14-Jul-10 4:43
Ebube14-Jul-10 4:43 
QuestionRTF IMAGE INSERTION Pin
djdrew12-Jul-10 5:35
djdrew12-Jul-10 5:35 
AnswerRe: RTF IMAGE INSERTION Pin
Dalek Dave13-Jul-10 4:14
professionalDalek Dave13-Jul-10 4:14 
AnswerRe: RTF IMAGE INSERTION Pin
The Man from U.N.C.L.E.13-Jul-10 6:54
The Man from U.N.C.L.E.13-Jul-10 6:54 
GeneralRe: RTF IMAGE INSERTION Pin
djdrew15-Jul-10 5:23
djdrew15-Jul-10 5:23 
Questionclick one treenode but it didn't response ,why Pin
sanyexian12-Jul-10 3:18
sanyexian12-Jul-10 3:18 
AnswerRe: click one treenode but it didn't response ,why Pin
Simon_Whale12-Jul-10 3:26
Simon_Whale12-Jul-10 3:26 
Have a look at this link click here

but a snippet here shows how to read a selected node into a label

Public Class Form12 Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "

#End Region

Private Sub TreeView1_AfterSelect(ByVal sender As System.Object, ByVal e As_
System.Windows.Forms.TreeViewEventArgs) Handles TreeView1.AfterSelect
Label1.Text = "You are here->" & " " & e.Node.FullPath
'displaying the path of the selected node
Label2.Text = "Current node selected:" & " " & e.Node.Text
'displaying the selected node
End Sub

End Class 

As barmey as a sack of badgers

GeneralRe: click one treenode but it didn't response ,why Pin
sanyexian12-Jul-10 4:34
sanyexian12-Jul-10 4:34 
GeneralRe: click one treenode but it didn't response ,why Pin
Simon_Whale12-Jul-10 4:41
Simon_Whale12-Jul-10 4:41 
GeneralRe: click one treenode but it didn't response ,why Pin
sanyexian12-Jul-10 5:06
sanyexian12-Jul-10 5:06 
AnswerRe: click one treenode but it didn't response ,why Pin
Аslam Iqbal12-Jul-10 11:54
professionalАslam Iqbal12-Jul-10 11:54 
GeneralRe: click one treenode but it didn't response ,why Pin
sanyexian12-Jul-10 20:50
sanyexian12-Jul-10 20:50 
QuestionCopy data from one excel file to another excel file Pin
priyaahh12-Jul-10 0:49
priyaahh12-Jul-10 0:49 
AnswerRe: Copy data from one excel file to another excel file Pin
Syed Wayez Ahmed12-Jul-10 2:49
Syed Wayez Ahmed12-Jul-10 2:49 
GeneralRe: Copy data from one excel file to another excel file Pin
Syed Wayez Ahmed12-Jul-10 3:13
Syed Wayez Ahmed12-Jul-10 3:13 
GeneralRe: Copy data from one excel file to another excel file Pin
priyaahh12-Jul-10 5:22
priyaahh12-Jul-10 5:22 
AnswerRe: Copy data from one excel file to another excel file Pin
Sonhospa12-Jul-10 11:58
Sonhospa12-Jul-10 11:58 
GeneralRe: Copy data from one excel file to another excel file Pin
priyaahh12-Jul-10 18:32
priyaahh12-Jul-10 18:32 
GeneralRe: Copy data from one excel file to another excel file Pin
Syed Wayez Ahmed12-Jul-10 21:18
Syed Wayez Ahmed12-Jul-10 21:18 
AnswerRe: Copy data from one excel file to another excel file Pin
Sonhospa12-Jul-10 22:36
Sonhospa12-Jul-10 22:36 
AnswerRe: Copy data from one excel file to another excel file Pin
Sonhospa13-Jul-10 7:08
Sonhospa13-Jul-10 7:08 
GeneralRe: Copy data from one excel file to another excel file Pin
priyaahh13-Jul-10 7:17
priyaahh13-Jul-10 7:17 
GeneralRe: Copy data from one excel file to another excel file Pin
Sonhospa13-Jul-10 9:20
Sonhospa13-Jul-10 9:20 
Questionretrieve the salt from a mysql database for a password. [modified] Pin
malcomhfc11-Jul-10 9:09
malcomhfc11-Jul-10 9:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.