I ilker Sep 18, 2008 #1 when I call some functions which is waits long response time, my form become to white while untill finished
when I call some functions which is waits long response time, my form become to white while untill finished
K krach.aran Sep 18, 2008 #2 this is because the ui is not updated. Place the functions that are doing the work in another thread or a backgroundworker. This will keep your ui responsive, and painted
this is because the ui is not updated. Place the functions that are doing the work in another thread or a backgroundworker. This will keep your ui responsive, and painted