How can I create a popup menu in vb 2008 for use as a context sensitive menu for when I right-click?
First, create the context menu using the ContextMenuStrip control. Then assign that ContextMenuStrip to the ContextMenuStrip property of the form or control you want to use the context menu with.