Click here to Skip to main content
15,912,457 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Windows Components Checker Pin
JohnnyG18-Jul-02 16:11
JohnnyG18-Jul-02 16:11 
GeneralThat Good-looking VS-menu Pin
Knappen16-Jul-02 10:43
Knappen16-Jul-02 10:43 
GeneralRe: That Good-looking VS-menu Pin
Richard Deeming17-Jul-02 0:24
mveRichard Deeming17-Jul-02 0:24 
GeneralAdding a form to and existing form Pin
a confused dude16-Jul-02 10:11
sussa confused dude16-Jul-02 10:11 
GeneralRe: Adding a form to and existing form Pin
SHaroz16-Jul-02 10:21
SHaroz16-Jul-02 10:21 
GeneralRe: Adding a form to and existing form Pin
shady20-Jul-02 8:54
shady20-Jul-02 8:54 
Generalcustom treeview Pin
SHaroz16-Jul-02 9:47
SHaroz16-Jul-02 9:47 
GeneralRe: custom treeview Pin
Poolbeer9-Aug-02 2:13
Poolbeer9-Aug-02 2:13 
Hi,

When your going to retrieve the TreeNode you'll have to cast it to the right object-type like

- Custom node-class = TreeNodeEx

Private Sub TreeNode1_Click(sender as object, e as TreenodeEventArgs) ...<br />
    Dim MyTreeNodeEx As TreeNodeEx<br />
<br />
    MyTreeNodeEx = CType(e.Nodes.SelectedNode, TreeNodeX)<br />
    ...<br />
End Sub


This is what I'm doing when using the treeview with custom nodes.

I hope this answers your question.

Greets,

Poolbeer

Sorry no sigh yet
Generaldrawing a graph in vb.net Pin
devil66616-Jul-02 9:22
devil66616-Jul-02 9:22 
GeneralRe: drawing a graph in vb.net Pin
Slim Shady20-Jul-02 8:56
Slim Shady20-Jul-02 8:56 
GeneralProblem with TextBox Pin
Pradhip15-Jul-02 11:18
Pradhip15-Jul-02 11:18 
GeneralRe: Problem with TextBox Pin
Richard Deeming16-Jul-02 6:17
mveRichard Deeming16-Jul-02 6:17 
GeneralHELP!!!! ComboBox Pin
MFC is the Best15-Jul-02 10:32
MFC is the Best15-Jul-02 10:32 
GeneralRe: HELP!!!! ComboBox Pin
SHaroz16-Jul-02 10:17
SHaroz16-Jul-02 10:17 
GeneralRe: HELP!!!! ComboBox Pin
MFC is the Best16-Jul-02 12:04
MFC is the Best16-Jul-02 12:04 
Generalcommand line Pin
Unplugged15-Jul-02 6:33
Unplugged15-Jul-02 6:33 
GeneralRe: command line Pin
sultan_of_6string15-Jul-02 7:28
sultan_of_6string15-Jul-02 7:28 
GeneralRe: command line Pin
Jeremy Falcon15-Jul-02 7:40
professionalJeremy Falcon15-Jul-02 7:40 
QuestionHow can i create timeline Pin
Mustafai15-Jul-02 0:25
Mustafai15-Jul-02 0:25 
GeneralTransfering Files/Folder over a network (LAN) Pin
Birdy14-Jul-02 19:57
Birdy14-Jul-02 19:57 
GeneralRe: Transfering Files/Folder over a network (LAN) Pin
devil66614-Jul-02 23:44
devil66614-Jul-02 23:44 
GeneralVB code problem - string Pin
Member 4167514-Jul-02 18:27
Member 4167514-Jul-02 18:27 
GeneralRe: VB code problem - string Pin
Ravi_Shankar14-Jul-02 21:27
Ravi_Shankar14-Jul-02 21:27 
GeneralRe: VB code problem - string Pin
Ravi_Shankar14-Jul-02 21:31
Ravi_Shankar14-Jul-02 21:31 
GeneralRe: VB code problem - string Pin
James T. Johnson14-Jul-02 22:07
James T. Johnson14-Jul-02 22:07 

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.