본문 바로가기

컴퓨터/언어,프로그래밍

[C# .NET] FormBorderStyle.None 상태에서 드래그로 폼 움직이기

namespace MyHTS_CShp
{
    public partial class frmMultiStocks : Form
    {
        Point mousePoint;  

        public frmMultiStocks()
        {

            InitializeComponent();

            this.FormBorderStyle = FormBorderStyle.None;    //화면 테두리가 없어짐
.
.
.
.



        private void pictureBox1_MouseDown(object sender, MouseEventArgs e)
        {
            mousePoint = new Point(e.X, e.Y);
        }

        private void pictureBox1_MouseMove(object sender, MouseEventArgs e)
        {
            if ((e.Button & MouseButtons.Left) == MouseButtons.Left)
            {
                Location = new Point(this.Left - (mousePoint.X - e.X), this.Top - (mousePoint.Y - e.Y));
            }
        }

        private void pictureBox1_MouseDoubleClick(object sender, MouseEventArgs e)
        {
            if (this.WindowState == FormWindowState.Maximized)
            {
                this.WindowState = FormWindowState.Normal;
            }
            else
            {
                this.WindowState = FormWindowState.Maximized;
            }
        }


제주삼다수, 2L,... 오뚜기 진라면 매운... 상하목장 유기농 흰... 남양 프렌치카페 카... 고려인삼유통 홍삼 ... 종근당건강 오메가3... 요이치 카링 유무선...