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

Visual Basic

 
QuestionClose Form Pin
phowarso6-Nov-07 23:55
phowarso6-Nov-07 23:55 
AnswerRe: Close Form Pin
Christian Graus7-Nov-07 0:27
protectorChristian Graus7-Nov-07 0:27 
AnswerRe: Close Form Pin
nlarson117-Nov-07 4:47
nlarson117-Nov-07 4:47 
QuestionNetwork [modified] Pin
Bismark Appah6-Nov-07 23:27
Bismark Appah6-Nov-07 23:27 
AnswerRe: Network Pin
Christian Graus7-Nov-07 0:28
protectorChristian Graus7-Nov-07 0:28 
AnswerRe: Network Pin
Steven J Jowett7-Nov-07 3:50
Steven J Jowett7-Nov-07 3:50 
Questioncheck parent when child is checked in treeview Pin
eyes20076-Nov-07 23:12
eyes20076-Nov-07 23:12 
AnswerRe: check parent when child is checked in treeview Pin
Tom Deketelaere7-Nov-07 1:27
professionalTom Deketelaere7-Nov-07 1:27 
I don't know exactly what you want but here are a few ideas:

when child node is checked and parent noded needs to be checked you can use the parent property of the child node wich will give you its parent node and then you can check that one

when a parent node is checked and all child nodes need to be checked you can use the nodes (I think its called like this but not shure) property of the parent wich will give you a collection of nodes, then iterate thru them and check all of them

hope this helps

If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistakes.

GeneralRe: check parent when child is checked in treeview Pin
eyes20077-Nov-07 2:41
eyes20077-Nov-07 2:41 
GeneralRe: check parent when child is checked in treeview Pin
Tom Deketelaere7-Nov-07 20:59
professionalTom Deketelaere7-Nov-07 20:59 
Questiontext box issue Pin
Tauseef A6-Nov-07 22:59
Tauseef A6-Nov-07 22:59 
AnswerRe: text box issue Pin
Colin Angus Mackay6-Nov-07 23:07
Colin Angus Mackay6-Nov-07 23:07 
QuestionRe: text box issue Pin
Tauseef A6-Nov-07 23:21
Tauseef A6-Nov-07 23:21 
AnswerRe: text box issue Pin
Colin Angus Mackay7-Nov-07 0:08
Colin Angus Mackay7-Nov-07 0:08 
QuestionRe: text box issue Pin
Tauseef A7-Nov-07 1:09
Tauseef A7-Nov-07 1:09 
AnswerRe: text box issue Pin
Luc Pattyn7-Nov-07 1:55
sitebuilderLuc Pattyn7-Nov-07 1:55 
Questiontext box issue Pin
Tauseef A6-Nov-07 22:58
Tauseef A6-Nov-07 22:58 
AnswerRe: text box issue Pin
Paul Conrad7-Nov-07 13:20
professionalPaul Conrad7-Nov-07 13:20 
QuestionDropdownlist index change event problem. Pin
Thanigaimani836-Nov-07 22:22
Thanigaimani836-Nov-07 22:22 
AnswerRe: Dropdownlist index change event problem. Pin
AliAmjad6-Nov-07 22:36
AliAmjad6-Nov-07 22:36 
Questionconnecting to a ISP hosted database via vb.net Pin
tj286-Nov-07 19:26
tj286-Nov-07 19:26 
AnswerRe: connecting to a ISP hosted database via vb.net Pin
Craster7-Nov-07 1:45
Craster7-Nov-07 1:45 
GeneralRe: connecting to a ISP hosted database via vb.net Pin
tj287-Nov-07 20:33
tj287-Nov-07 20:33 
Questionselected value property in listbox control Pin
yogesh_kumar_agarwal6-Nov-07 18:39
yogesh_kumar_agarwal6-Nov-07 18:39 
QuestionHow to maintain the items in combobox Pin
VB 8.06-Nov-07 17:51
VB 8.06-Nov-07 17:51 

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.