Forum: C# Oct 15th, 2008 |
| Replies: 15 Views: 5,699 |
Forum: C# Oct 14th, 2008 |
| Replies: 15 Views: 5,699 and u have to use this Form1_FormClosing or Form1_FormClosed |
Forum: C# Oct 14th, 2008 |
| Replies: 15 Views: 5,699 hi rosebabu
u can do one thing may r maynot be correct
in ur form1.designers.cs
then it wil work. if u waant to close appl u can use button click event like |
Forum: C# Oct 14th, 2008 |
| Replies: 15 Views: 5,699 hi im using 2.0 version. if u r using form borderless then u can create own close, min,max button and in close button u can write minmize coding |
Forum: C# Sep 24th, 2008 |
| Replies: 8 Views: 3,618 hi im expecting more expl if u have patients |
Forum: C# Sep 24th, 2008 |
| Replies: 15 Views: 5,699 hi u mean, r u created any buton on ur form or r u teling the default close, mini,max button top right corner of form.
tel me clearly where u want to do |
Forum: C# Sep 24th, 2008 |
| Replies: 8 Views: 3,618 hi
if u want to delete row
give like this
dataGridView1.Rows.RemoveAt(dataGridView1.CurrentRow.Index); |
Forum: C# Sep 24th, 2008 |
| Replies: 2 Views: 1,517 hi
if u want to delete selected row means, the code s
dataGridView1.Rows.RemoveAt(dataGridView1.CurrentRow.Index);
for Add rows
dataGridView1.Rows.Add(10,10);
adding value s depending upon... |
Forum: C# Jul 21st, 2008 |
| Replies: 4 Views: 2,199 if u want to add existing file means. right click the solution exp and add- existing file- choose only filename.cs enough.it wil add to sol exp. then u can create object for that form in form1 -... |
Forum: C# Jul 18th, 2008 |
| Replies: 4 Views: 747 u can check this below link plz
http://www.codeproject.com/KB/cs/notepad.aspx |