Ako na formi trebam uvek da imam prisutan jedan lbl koji prikazuje vreme, da li onda u konstruktoru forme trebam da imam komandu koja podesava vreme?
recimo:
Ne. Potrebna ti je Timer kontrola koju treba podesiti da okida event sa željenom učestanošću. Event handler timer kontrole će raditi: lblTime.text = DateTime.now;
Debugging is twice as hard as writing the code in the first place. Therefore, if you
write the code as cleverly as possible, you are, by definition, not smart enough to
debug it. -Brian Kernighan