코딩연습1 미니 프로젝트 - 도서대출프로그램 수정 최근에 MYSQL을 사용하게 되면서 기존에 만들었던 것도 수정을 해 봤습니다. public LogIn_Fm() { InitializeComponent(); this.FormBorderStyle = FormBorderStyle.FixedSingle; this.WindowState = FormWindowState.Normal; this.MaximizedBounds = Screen.FromHandle(this.Handle).WorkingArea; this.MaximizeBox = false; } private void LogIn_Bt_Click(object sender, EventArgs e) { try { string LOGIN = "Serve = 내 sql"; using (MySqlConnection LO.. 2024. 2. 26. 이전 1 다음