You people were so helpful with my movable label that I decided to post regarding an old issue I had in VB.NET 1.1. Now I feel like a complete noob but here's my problems.
Panels -
Is there a way to figure out what is inside of a panel after run time? ie, which text boxes, label boxes, cbo's etc. If so, how would I go about clearing them after run time
Context Menus -
If you have contextMenu1 assigned as default when labels are created, what do you do to get the name of the label that sent the onclick event to an item in your menu. ie, label1 and label2 if I right click label2 and click a list item, I want to know that it was label2 that sent the request.
Thanks in advance for your help.
Panels -
Is there a way to figure out what is inside of a panel after run time? ie, which text boxes, label boxes, cbo's etc. If so, how would I go about clearing them after run time
Context Menus -
If you have contextMenu1 assigned as default when labels are created, what do you do to get the name of the label that sent the onclick event to an item in your menu. ie, label1 and label2 if I right click label2 and click a list item, I want to know that it was label2 that sent the request.
Thanks in advance for your help.