Click here to Skip to main content
16,006,006 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralWindows Components Checker Pin
Antosha16-Jul-02 15:39
Antosha16-Jul-02 15:39 
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 
I've created a my own node class that inherits from treenode and included some extra properties. When I try and add one to a normal treeview, my custom properties are gone. Here is what I do:

Dim temp as new myNode()
with temp
'set some properties
End with
treeview1.nodes.add(temp) 'I'm assuming that here it gets converted to a normal node.

To get around this, I tried to make a custom TreeNodeCollection, but the IDE gives me problems with sub new. To see the errors, copy this:

Public Class myCol
Inherits TreeNodeCollection
'...
End Class

I would greatly appriciate any help.

-Steve
GeneralRe: custom treeview Pin
Poolbeer9-Aug-02 2:13
Poolbeer9-Aug-02 2:13 
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 

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.