Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
in my data grid view it will show red colour at particular time

but i want blink(white red white red white red white red)every millisec until 1 min complete

thanks
Posted
Updated 23-Feb-15 18:19pm
v3
Comments
DamithSL 24-Feb-15 0:14am    
your question is unclear, please explain and include the code you tried
Parazival 24-Feb-15 0:16am    
i know how to show colour on paricular row
but i don't know how to blink(white red white red white red white red)every millisec until 1 min complete

Make a timer and change color every milisec until second timer (which controls 1minute) is finished.
(You will not see something if it is so fast blinking!
 
Share this answer
 
Comments
Parazival 24-Feb-15 0:35am    
k k every 100milli sec send me code plz
stibee 24-Feb-15 0:40am    
I don't know how the rest of your application looks like. How to use a timer: https://msdn.microsoft.com/de-de/library/system.windows.forms.timer%28v=vs.110%29.aspx
There is a sample how to blink a label:
http://stackoverflow.com/questions/5042516/how-to-implement-a-blinking-label-on-a-form
Parazival 24-Feb-15 2:12am    
thanks
Check this one it is available in CodeProject:

Cell Blink for DataGridView[^]
 
Share this answer
 
Comments
Parazival 24-Feb-15 2:11am    
in my data gridview have combobox
in that combobx second click it will opened
but i wanna single click
please tell me how to set
or
how to write code

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900