Click here to Skip to main content
15,898,134 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sending And receving XML Pin
Scott Dorman23-Dec-07 2:24
professionalScott Dorman23-Dec-07 2:24 
QuestionParameterized queries in VB.Net 2005 Pin
ekowwillis19-Dec-07 1:37
ekowwillis19-Dec-07 1:37 
GeneralRe: Parameterized queries in VB.Net 2005 Pin
nishkarsh_k19-Dec-07 3:31
nishkarsh_k19-Dec-07 3:31 
QuestionHow can I add a Windows menu in the MDI form Pin
SekharOne19-Dec-07 1:10
SekharOne19-Dec-07 1:10 
AnswerRe: How can I add a Windows menu in the MDI form Pin
Tom Deketelaere19-Dec-07 1:26
professionalTom Deketelaere19-Dec-07 1:26 
GeneralRe: How can I add a Windows menu in the MDI form Pin
SekharOne19-Dec-07 1:42
SekharOne19-Dec-07 1:42 
Questiontreeview in vb.net Pin
deepakkp18-Dec-07 23:55
deepakkp18-Dec-07 23:55 
GeneralRe: treeview in vb.net Pin
Tom Deketelaere19-Dec-07 1:17
professionalTom Deketelaere19-Dec-07 1:17 
don't just ask for code
the right course of action is:
1 try to write it yourself
2 if 1 fails do a google search
3 if 2 fails ask here with you'r code from point 1 and specification where things go wrong

to help you on you'r way

loop thru the nodes in treeview
check the node
inside loop1 loop thru the nodes of that node
check the subnode
repeat loop2 for the subnodes

you will need to do this in a recursive methode

maybe this article could help (haven't looked at it for more than 1 min so can't be shure)
http://www.codeproject.com/KB/list/treelistview.aspx[^]
If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistakes.

GeneralRe: treeview in vb.net Pin
Paul Conrad19-Dec-07 16:33
professionalPaul Conrad19-Dec-07 16:33 
GeneralRe: treeview in vb.net Pin
ChandraRam20-Dec-07 1:30
ChandraRam20-Dec-07 1:30 
QuestionHow to put a Label or picture Box on MDI form Pin
SekharOne18-Dec-07 23:25
SekharOne18-Dec-07 23:25 
AnswerRe: How to put a Label or picture Box on MDI form Pin
CKnig18-Dec-07 23:34
CKnig18-Dec-07 23:34 
GeneralRe: How to put a Label or picture Box on MDI form Pin
SekharOne19-Dec-07 1:33
SekharOne19-Dec-07 1:33 
GeneralRe: How to put a Label or picture Box on MDI form Pin
CKnig19-Dec-07 1:37
CKnig19-Dec-07 1:37 
QuestionHow can I add multiple new row into datagrid ? Pin
Eunice (VB junior)18-Dec-07 22:42
Eunice (VB junior)18-Dec-07 22:42 
AnswerRe: How can I add multiple new row into datagrid ? Pin
CKnig18-Dec-07 23:31
CKnig18-Dec-07 23:31 
GeneralRe: How can I add multiple new row into datagrid ? Pin
Eunice (VB junior)20-Dec-07 13:33
Eunice (VB junior)20-Dec-07 13:33 
GeneralRe: How can I add multiple new row into datagrid ? Pin
Eunice (VB junior)25-Dec-07 20:11
Eunice (VB junior)25-Dec-07 20:11 
Generalparameter search Pin
BOREC18-Dec-07 22:37
BOREC18-Dec-07 22:37 
GeneralRe: parameter search Pin
CKnig18-Dec-07 23:36
CKnig18-Dec-07 23:36 
GeneralRe: parameter search Pin
Christian Graus18-Dec-07 23:36
protectorChristian Graus18-Dec-07 23:36 
Generalsecurity issue Pin
Tauseef A18-Dec-07 22:31
Tauseef A18-Dec-07 22:31 
GeneralRe: security issue Pin
CKnig18-Dec-07 23:39
CKnig18-Dec-07 23:39 
QuestionDo i need a close at the end of this code??? Pin
Support12318-Dec-07 22:19
Support12318-Dec-07 22:19 
GeneralRe: Do i need a close at the end of this code??? Pin
Dave Kreskowiak19-Dec-07 4:06
mveDave Kreskowiak19-Dec-07 4:06 

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.