Very nice and useful. I have a similar program. I want to compare my input value with datagridview cells value. And then i want to get entire row value? How do i get the values of each cells of the entire row?
@myusufda29612 жыл бұрын
thank u so much sir
@SwiftLearn2 жыл бұрын
Most welcome!
@alimohammadeghbaldar24514 жыл бұрын
Thank u so much!
@SwiftLearn4 жыл бұрын
You are very kind.
@mugahidelmufti67432 жыл бұрын
Good job bro
@SwiftLearn2 жыл бұрын
Thanks
@johnpeterdaos2822 жыл бұрын
Hi, awesome tutorial, how about putting color in a single cell?
@sahalasolusiindustri4 жыл бұрын
Awesome your tutorial... Have you ever did it using C# for change datagridView Row?. If you have it please let us know it... thanks you
@SwiftLearn4 жыл бұрын
Please see this tutorial (C#). kzbin.info/www/bejne/b52mn3t7dtuppKc
@fiqah29074 жыл бұрын
hy gret video . how do you do custom colour for decimal number? like the ideal should be 7.2-8.4 , but if enter less or greater than this number it automatically change to red colour like that . how to do the code? can you please send here . thanks in advance
@SwiftLearn4 жыл бұрын
Yes, exactly. just change the datatype from int to double. thanks
@DulceCruz-mp3mc Жыл бұрын
Sir what is code for the row color if im using Access database?
@SwiftLearn Жыл бұрын
No idea about access database. Thanks for your question.
@laszlototh4417 Жыл бұрын
Hello! could you help how to make it faster because unfortunately it is really slow.
@mad-dogchuck58813 жыл бұрын
is not so good, If you have a bigger row count your program will lag because the for loop will keep reading each line for statement. best way is to use with Exit For, but is tricky to put in the corect spot
@SwiftLearn3 жыл бұрын
Thanks.
@laszlototh4417 Жыл бұрын
Hello! could you help how to make it faster because unfortunately it is really slow.