Search Results

Showing results 1 to 11 of 11
Search took 0.01 seconds.
Search: Posts Made By: Renukavani
Forum: VB.NET Nov 11th, 2008
Replies: 5
Solved: Globalization
Views: 1,370
Posted By Renukavani
hi
actualy u r adding mulilang files into project under resources folder. u need add bin/debug/resources/ here u have to create the textfile.not resouces file
Forum: C# Oct 15th, 2008
Replies: 15
Views: 5,580
Posted By Renukavani
Forum: C# Oct 14th, 2008
Replies: 15
Views: 5,580
Posted By Renukavani
and u have to use this Form1_FormClosing or Form1_FormClosed
Forum: C# Oct 14th, 2008
Replies: 15
Views: 5,580
Posted By Renukavani
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,580
Posted By Renukavani
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,529
Posted By Renukavani
hi im expecting more expl if u have patients
Forum: C# Sep 24th, 2008
Replies: 15
Views: 5,580
Posted By Renukavani
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,529
Posted By Renukavani
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,477
Posted By Renukavani
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,152
Posted By Renukavani
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
Solved: Notepad?
Views: 744
Posted By Renukavani
u can check this below link plz
http://www.codeproject.com/KB/cs/notepad.aspx
Showing results 1 to 11 of 11

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC