You can add items to the contextmenustrip programatically.
[highlight="VB.Net"]ContextMenuStrip.Items.Add("Bla bla bla")[/highlight]
Now use the appropriate event and insert an appropriate object rather than just "Bla bla bla" as string. It has further options - use intellisense.