C# Forms how to move picture boxes at runtime with mouse

后端 未结 0 851
遥遥无期
遥遥无期 2020-12-14 02:22

Hello today I was trying to move a pictureBox with the mouse at runtime(drag n drop).

I initialized a boolean and a Point at the top.

bool move;
Point          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题