Click here to Skip to main content
15,896,493 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Adding Attributes to XML node using VBA Pin
priyaahh18-Jul-10 23:59
priyaahh18-Jul-10 23:59 
GeneralRe: Adding Attributes to XML node using VBA Pin
DaveAuld19-Jul-10 0:02
professionalDaveAuld19-Jul-10 0:02 
GeneralRe: Adding Attributes to XML node using VBA Pin
priyaahh21-Jul-10 1:26
priyaahh21-Jul-10 1:26 
GeneralMessage Removed Pin
16-Jul-10 16:56
June 19, 201016-Jul-10 16:56 
GeneralRe: Code for Enrollment System Pin
Richard MacCutchan16-Jul-10 23:11
mveRichard MacCutchan16-Jul-10 23:11 
GeneralRe: Code for Enrollment System [modified] Pin
Luc Pattyn16-Jul-10 23:29
sitebuilderLuc Pattyn16-Jul-10 23:29 
GeneralRe: Code for Enrollment System Pin
DaveAuld17-Jul-10 1:33
professionalDaveAuld17-Jul-10 1:33 
QuestionHow can use treenode's checkbox to control other controls whether are visible or not? Pin
sanyexian15-Jul-10 21:05
sanyexian15-Jul-10 21:05 
Hi,Friends! I used a treeview with checkbox in my form, now I want that after I checked a node, a groupbox was visible, after I made the treenode unchecked, the groupbox was hidden.It is easy when I use checkbox ,but I don't know how to do this with treenode.
I used AfterCheck event like this:

Private Sub treeMingPai_AfterCheck(ByVal sender As Object, ByVal e As System.Windows.Forms.TreeViewEventArgs) Handles treeMingPai.AfterCheck
        If e.Node.Text = "English" Then
            e.Node.ForeColor = Color.RoyalBlue
            grpYWMP.Visible = True
        End If
    End Sub


It could make hidden groupbox visible when I had checked the treenode, but what should I do to make it hidden after I made it unchecked again?

PLX help me and give me some suggestions!Thans a lot!
AnswerRe: How can use treenode's checkbox to control other controls whether are visible or not? Pin
Estys16-Jul-10 0:57
Estys16-Jul-10 0:57 
GeneralRe: How can use treenode's checkbox to control other controls whether are visible or not? Pin
sanyexian16-Jul-10 22:57
sanyexian16-Jul-10 22:57 
GeneralRe: How can use treenode's checkbox to control other controls whether are visible or not? Pin
Estys17-Jul-10 1:29
Estys17-Jul-10 1:29 
Questionvb script code Pin
henkbongers15-Jul-10 20:42
henkbongers15-Jul-10 20:42 
AnswerRe: vb script code Pin
Eddy Vluggen16-Jul-10 1:24
professionalEddy Vluggen16-Jul-10 1:24 
AnswerRe: vb script code PinPopular
DaveAuld16-Jul-10 2:29
professionalDaveAuld16-Jul-10 2:29 
GeneralRe: vb script code Pin
DaveAuld16-Jul-10 3:58
professionalDaveAuld16-Jul-10 3:58 
GeneralRe: vb script code Pin
Eddy Vluggen16-Jul-10 4:49
professionalEddy Vluggen16-Jul-10 4:49 
AnswerRe: vb script code Pin
DaveAuld16-Jul-10 3:38
professionalDaveAuld16-Jul-10 3:38 
AnswerRe: vb script code Pin
DaveAuld16-Jul-10 3:51
professionalDaveAuld16-Jul-10 3:51 
QuestionError 2023 in Range Pin
priyaahh15-Jul-10 19:54
priyaahh15-Jul-10 19:54 
AnswerRe: Error 2023 in Range Pin
DaveAuld16-Jul-10 3:56
professionalDaveAuld16-Jul-10 3:56 
GeneralRe: Error 2023 in Range Pin
priyaahh17-Jul-10 7:08
priyaahh17-Jul-10 7:08 
QuestionData binding Pin
waner michaud15-Jul-10 11:19
waner michaud15-Jul-10 11:19 
AnswerRe: Data binding Pin
AnnieMacD15-Jul-10 12:16
AnnieMacD15-Jul-10 12:16 
Questionvb script code Pin
henkbongers15-Jul-10 10:57
henkbongers15-Jul-10 10:57 
AnswerRe: vb script code Pin
DaveAuld15-Jul-10 12:38
professionalDaveAuld15-Jul-10 12:38 

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.