No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
it does not work please help. Error 1 The type or namespace name 'DllImport' could not be found (are you missing a using directive or an assembly reference?) E:\Windows Application\TEST APPLICATION\TurnOffMonitor\TurnOffMonitor\Form1.cs 19 10 TurnOffMonitor
public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { Form2 f = new Form2(this); text1.Text = "from form 1"; f.Show(); } public void changeText(string text) { text1.Text = text; } } public partial class Form2 : Form { private Form1 …
realy it gives an error. use comma(,) for separate fields.... correct way string sql="update tbl_employee set name='"+name+"', address='"+txtAdd.Text+"' where empNo=""+lbtID.Text+"'";
imageName.Image=null;
you should create an array object before initialize array position = new int[1, 1]; put it before your error line.
The End.
samee1985