Forum: C# Dec 9th, 2008 |
| Replies: 1 Views: 2,144 hi divine
im also not sure plz
first let chk client s what datatype
passing parameter datatype and geting val datatype, the both datatype should be same.in my knowledge i think datatype s... |
Forum: C# Dec 9th, 2008 |
| Replies: 11 Views: 958 hi gt2010
i think this may be useful to u. chk this way
and all bool var declare outside the procedure like public
this write it in ok button click
if any problem let me know |
Forum: C# Dec 9th, 2008 |
| Replies: 3 Views: 1,027 hi
this s my code working fine. i think r u creating dynamic datagridview . insead of controlname ur using datagrid may be. so chk it |
Forum: C# Dec 9th, 2008 |
| Replies: 3 Views: 471 thnks for reply.
when i keep mouse over the "sender' it showing details after few sec back its show error like "function evlation is disable....." |
Forum: C# Dec 9th, 2008 |
| Replies: 3 Views: 471 sometimes geting this exception "Function evaluation disabled because a previous function evaluation timed out. You must continue execution to reenable function evaluation ' how to recover this... |
Forum: C# Dec 8th, 2008 |
| Replies: 2 Views: 942 hi everyone,
i need to know backgroundworker1_Dowork(-,) wil exe whenever im clicking the button or sinle click of button will exe more than times like timer.can share me info |
Forum: C# Dec 4th, 2008 |
| Replies: 2 Views: 809 hi gaurav
u can merge two dataset like
use these code and let me know |
Forum: C# Nov 21st, 2008 |
| Replies: 3 Views: 1,318 hi
u need to specify proper database extension. i think here s the probelm ? u given
so plz change to mdb this s ths access dbase extension and u have to use
chk it this and let me know
... |
Forum: C# Nov 12th, 2008 |
| Replies: 5 Views: 398 hi
u can use this way also
if u r insert records automatic way or(autogenerate id) means this is useful |
Forum: C# Nov 3rd, 2008 |
| Replies: 10 Views: 1,320 ya the image s overlapping in cellpainting event ,so if i added before the image , im drawing the string means each and every time the cellpainting event s firing whenever mouse enters to the grid.so... |
Forum: C# Nov 3rd, 2008 |
| Replies: 10 Views: 1,320 i want to c the content as wel as img. but the image s overlapping the cell content. how to c both .is it possible.plz tel me |
Forum: C# Nov 3rd, 2008 |
| Replies: 10 Views: 1,320 hi Lizr, thnks for reply. in which event i have to specify cellclick or in paint or cellpainting event. can u tel me |
Forum: C# Nov 3rd, 2008 |
| Replies: 10 Views: 1,320 hi, i want to set backgroundimage to selected cell not grid backgroundimage |
Forum: C# Oct 31st, 2008 |
| Replies: 10 Views: 1,320 can anybody tel me ? to do in datagridview at runtime.actualy that s textboxcolumn. whenerver click the cell it should show the background imag. is it possible in C# windows.if u any idea plz help me... |
Forum: C# Oct 16th, 2008 |
| Replies: 2 Views: 631 hi guru,
u want to transfer entire column values from datagridview to listview ? tel me clearly |
Forum: C# Oct 16th, 2008 |
| Replies: 3 Views: 2,151 hi chris11246
u want to call class
inside function if u want to call means |
Forum: C# Oct 15th, 2008 |
| Replies: 15 Views: 5,584 |
Forum: C# Oct 14th, 2008 |
| Replies: 15 Views: 5,584 and u have to use this Form1_FormClosing or Form1_FormClosed |
Forum: C# Oct 14th, 2008 |
| Replies: 15 Views: 5,584 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,584 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# Oct 13th, 2008 |
| Replies: 2 Views: 1,306 hi Lizr
thnks for great reply.i already implemented the coding but when i resize the colum im char in between the dividerwidth if anybody faced the same probelm with resolution plz tel me the way. i... |
Forum: C# Oct 2nd, 2008 |
| Replies: 6 Views: 2,134 hi, i tested this coding. just try this
String str=String.Empty;
private void label1_MouseDoubleClick(object sender, MouseEventArgs e)
{
str += "label1_MouseDoubleClick";
... |
Forum: C# Oct 2nd, 2008 |
| Replies: 4 Views: 3,947 hi
y r u dumping all this in str4. for ur identification, store first select query in 1 var and second query in 2 variable and check the condition . i think problem in after "as" |
Forum: C# Sep 24th, 2008 |
| Replies: 4 Views: 2,968 hi ? linz said its correct. can u do like in 2nd form load just write like
1.create a instance of Ist form in Form2() //constructor
Form1 frm1 =new Form1();
frm1.close();
if is it working... |
Forum: C# Sep 24th, 2008 |
| Replies: 8 Views: 3,531 hi im expecting more expl if u have patients |
Forum: C# Sep 24th, 2008 |
| Replies: 15 Views: 5,584 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,531 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 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# Sep 23rd, 2008 |
| Replies: 1 Views: 676 hi all
i want to drag multiple selected rows from datagridview to drop in listview.plz help me out. |
Forum: C# Aug 29th, 2008 |
| Replies: 4 Views: 1,242 1.can u tel me where u want to insert data
while runtime or what. expecting more explanation |
Forum: C# Aug 12th, 2008 |
| Replies: 0 Views: 1,362 hi everyone, i have grid control, in that im created alternate color for rows.my problem is i want to assign image to grid background. tel me is it posible. plz tel me the way. thanks |
Forum: C# Aug 12th, 2008 |
| Replies: 2 Views: 481 thanks.
my problem solved my self. |
Forum: C# Aug 11th, 2008 |
| Replies: 2 Views: 481 hi everyone. I have Splitercontainer control. normaly if u keep mouse in between u can able to c spliter image . its possible inside of that i can keep my image over there. its in C# win. plz help me... |
Forum: C# Jul 24th, 2008 |
| Replies: 2 Views: 420 "Open with" list choosing program not "choose default programs" and command line choosing program operations both r same or diferent |
Forum: C# Jul 23rd, 2008 |
| Replies: 2 Views: 420 "Open with' list and command line prompt both are same or not. can anyone tel me plz |
Forum: C# Jul 21st, 2008 |
| Replies: 8 Views: 2,004 ? i gave for select query, samething try for insert query. u wil get result |
Forum: C# Jul 21st, 2008 |
| Replies: 8 Views: 2,004 for retriving:
SELECT RIGHT('000' + CONVERT(VARCHAR(3),codigo),3) FROM Documentos
inserting
use zeros + ur value
insert - may b it wil work |
Forum: C# Jul 21st, 2008 |
| Replies: 4 Views: 2,152 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 21st, 2008 |
| Replies: 4 Views: 1,180 thanks for reply. but i dont the registry. if u know send me plz. |