Process: Private Void Object
Process: Private Void Object
if (dt.Rows.Count > 0)
{
m.menuStrip1.Visible = true;
this.Close();
// r.Close();
}
else
{
MessageBox.Show("INVALID USERNAME AND PASSWARD");
}
}
File.Copy(txtopen.Text,
Path.Combine(Application.StartupPath+"\\image", Path.GetFileName(txtopen.Text)),true);
label1.Text = "image saved successfully";
// pbopen.Image.Save(Application.StartupPath +
"\\IMAGE\\picture1.jpg");