Hi, I have a new question, I have 1 tab_control with 2 tab_pages, both tab_pages have a datagridview that loads MySQL data, in the first tab_page it shows a list of clients, and in the second it shows a list of calls, which by means of a timer (with interval of 1 second) they are marked in red, when they are not called in their programmed strip.
Well, the problem is that if the tab_page1 is active, the 2nd Tab_page does not shade the rows with exceeded time in red until that tab_page2 is active, from there it just starts to shade in red but skips the first rows , you may skip more or less rows, depending on how long it takes me to activate that tab_page2, if I delay too long do not shades in red, none.
How to execute those processes in tab_page2 so that it shadows the dgw rows without that tab needing to be active?
In this example you can see that only 2 rows were activated because it took me 2 seconds to change from tab_page1 to this tab_page