G
Guest
This is rediculous that I can't figure this out. I'm really getting frustrated with VB .NET. Everything seemed so much easier in VB5 and VB6. I'm really getting to feel conciseness about the number of questions I need to ask. If it weren't for a couple of you I would have accomplished almost nothing. Oh well, I guess I help your MVP status
Anyways, sorry for that. Here is my problem. I have form1 and form2. Form1 has 25 labels and form2 has 25 checkboxes. the labels on form1 all have their visible property set to false on application startup. When I am on form2 I want to be able to check a checkbox and make the corresponding label on form1 visible. I will exit form2 and return to form1 when I click on the Apply button so some of the code can probably be in either form2.close or form1.show or maybe a got.focus or lost.focus
Thank you
John
Anyways, sorry for that. Here is my problem. I have form1 and form2. Form1 has 25 labels and form2 has 25 checkboxes. the labels on form1 all have their visible property set to false on application startup. When I am on form2 I want to be able to check a checkbox and make the corresponding label on form1 visible. I will exit form2 and return to form1 when I click on the Apply button so some of the code can probably be in either form2.close or form1.show or maybe a got.focus or lost.focus
Thank you
John