Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Right+Click menu in VB .NET ?
Ok I need to code have a right+click menu when I click a button, but I have no clue on how to do that…
It's for school and I need help!
Oh and yes I googled :P.
I tried the Context Menu option, but quite frankly, I really don't know how to use it :(.
PS. I use Visual Basic .NET 2003, because that's what we have at my school.
Use a context menu. Then add handlers for every menu option.
You can do this by clicking the ContextMenu1 in the component bar. You'll notice a bar appearing like a meunu bar. You can edit all the menu options the same way as a menu bar ;)
To assign a contextmenu to an object, simply drag it upon the desired object. Easy, no? :p
I hope I didn't made any mistakes, it's been a while since I last used VB and context menus.