Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #27.9K
Ranked #4K
~3K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for sandeepparekh9

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

Member Avatar for bhagawatshinde
4
236
Member Avatar for csckid

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 …

Member Avatar for samee1985
0
3K
Member Avatar for coroll

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+"'";

Member Avatar for coroll
0
163
Member Avatar for orville
Member Avatar for karlicek

you should create an array object before initialize array position = new int[1, 1]; put it before your error line.

Member Avatar for samee1985
0
224

The End.