:laugh: :laugh: :laugh: :laugh: :laugh: THANKS :) :) :) so it's the hard way :laugh: :laugh: :laugh: :laugh: :laugh:
Have Fun Never forget it
:laugh: :laugh: :laugh: :laugh: :laugh: THANKS :) :) :) so it's the hard way :laugh: :laugh: :laugh: :laugh: :laugh:
Have Fun Never forget it
thanks :) :) the meaning without any "classes" is to have also functions!!!! but i guess it;s not possibale
Have Fun Never forget it
is it possibale to do so??? if yes then how??? is there a way to create a dll in c# without creating a class???? thanks :) :)
Have Fun Never forget it
Got IT, :) :) :) :) CellEndEdit Event :) :) :)
Have Fun Never forget it
Hi, i have DataGridView with 3 column, the last one is a type of : CheckBoxColumn the thing is that in the CellContentClick, CellClick Events i don't see the current change in the cell value if i've pressed check, i don't see the value changing to true when i fall into the event, i'll see the change only the second time. when doe's the value change ocurres ??? i've tried also to use the CellValueChanged Event, that has a very spesific purpose, and still nothing anyone????? THANKS :) :)
Have Fun Never forget it
Yep, yuor'e right, that i knew a second Later, but what thw hack i'm doing this for my own eyes :) :)
Have Fun Never forget it
Thanls :) :)
Have Fun Never forget it
the bar containg the name of the app, the icon, maximize, etc...
Have Fun Never forget it
:( thanks :) :) wait, mmmmm, change the system colors, that an idea :) :) thanks :)
Have Fun Never forget it
hi, is there away to change the controlbox color thanks :) :)
Have Fun Never forget it
:) :laugh: :laugh: :laugh: yep, but it was an example my naming is with a prefix like lbl - for labels txb - for TextBoses so the naming is lbl"ControlName" :) :)
Have Fun Never forget it
thanks alot idiot me, why did'nt i've thought about it ,arrrrrrrrr :) :) :) thanks and have a nice day
Have Fun Never forget it
i've inserted a new label now i've changed the text to a "" the silly thing that i've forgat where it is and the label is "invisable to me" in another env i'm working called CVI i can right click in code on the name of the control and click go to control, and the designer opens and shows me the control is there antihng similar in vs 2005 :) :)
Have Fun Never forget it
Hi, is there away to jump to the location of a control thru code for example : private System.Windows.Forms.Label label13; // in the designer click on the "label13" and see it in the {Design] thanks :) :)
Have Fun Never forget it
first of all, thanks for responding, i've did managed to figure it out thanks anyway and have a cool week :) :)
Have Fun Never forget it
Sorry, i've tried it already and it did'nt work :( :( :( but thanks anyway :) :) :)
Have Fun Never forget it
1. for (int k = 0; k < dataGridView1.RowCount; k++) is'nt tha problem becase : k < dataGridView1.RowCount if i have 7 rows it'll start at 0 and at 6 becase 7<7 is false 2. i've tried to change it to foreach, but still the same problem 3. thanks :) :)
Have Fun Never forget it
hi, here's the layout: - datagridview with 5 columns, last column is CheckBox Column. the purpose : - by pressing a button = deleting each row that has a marked CheckBox the current algorithem : if (dataGridView1.RowCount > 0) { for (int k = 0; k < dataGridView1.RowCount; k++) { if ((bool)dataGridView1.Rows[k].Cells[5].Value) { dataGridView1.Rows.RemoveAt(k); } } } the problem : after the first deletion, the "(bool)dataGridView1.Rows[k].Cells[5].Value" throws this excption : Object reference not set to an instance of an object. anybody ??? THANKS :) :)
Have Fun Never forget it
now i know u're meaning in life is to pursue not happiness but People insted :) :) nice :) go for it, and to your Q yes it has changed in the bindinglist :) i've fixed that too oow, again thanks for your help :) :) but please don't help me in the future
Have Fun Never forget it
:laugh: :laugh: :laugh: :laugh: i've got it already, thanks for googling for me ;P i know how to google, the fuuny thing is that if u didn't want to help u could have just skipped this post u do'nt need to stick it in anybody's face if i see someone in need of help, i'd help him, don't forget, there're posters that don't have a clue about things or maybe thay're just confused and so on... 1 milion diff excuses. i'm sorry, but those kind of answers make me angey, don't take offense Chris Maunder wrote on How to get an answer to your question: 8. Do not be abusive, offensive, inappropriate or harass anyone on the boards. Doing so will get you kicked off and banned. Play nice. he did'nt wrote : 8. google it ;P but thanks anyway for answering
Have Fun Never forget it