Hi all, im having issues with event's and methods.

I have 2 forms, for example form1 and form 2. on form 1 i have a label and on form 2 i have a check box. what im trying to achieve is when the check box is checked in form 2, for the label1.visible=false to be called, im looking for an explanation so that i can better further my knowledge with vb.Net.

Thanks in advance

domino.vbcoder

Recommended Answers

All 2 Replies

On the Checkbox.CheckChanged event use

Form1.Label1.Visible = False

this is good explanation for what you need

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.