|
-
Oct 21st, 2002, 04:51 AM
#1
Thread Starter
New Member
Context Menu
Hallo,
I have some ListBoxes on a form which are all connected to one (the same) ContextMenu Control. When the Menu is clicked I get into the Sub:
Private Sub ContextMenuClear_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ContextMenuClear.Click
Here sender is the ContextMenu Object which has been clicked. Is there a way to get the information which ListBox it was that was right clicked on so I can clear only this ListBox?
Gunnar
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|