谢谢
using(Form toShow = new YourForm()) { toShow.StartPosition = FormStartPosition.Manual; toShow.Location = MousePosition; toShow.ShowDialog(); }