Using System
Using System
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Login_Form
public Form1()
InitializeComponent();
}
private void btCancel_Click(object sender, EventArgs e)
Close();
adapter.SelectCommand = command;
adapter.Fill(table);
if ((table.Rows.Count > 0 ))
this.DialogResult = DialogResult.OK;
else
}
private void Form1_Load(object sender, EventArgs e)
pictureBox1.Image = Image.FromFile("1495165872455_600.jpg");