I tried to pass button.location to contextmenustrip.show() but it doesnt show menu at the right place. Any ideas?
Thank you
menu.Show(button.PointToScreen(button.Location));
That should get it to show in the right spot.