2022年8月28日 星期日

form not movable

 form not movable


public partial class Form1 : Form

{

    Point defaultLocation;


    public Form1()

    {

        InitializeComponent();

        defaultLocation = this.Location;

    }


    private void Form1_Move(object sender, EventArgs e)

    {

        this.Location = defaultLocation;

    }

}


沒有留言:

張貼留言