Hi,
Something strange happens when I run my vb2005-project. The startup form (form1) displays normally at first instance. After that you can show a dialog(form2) with a button_click. When you close the dialog with another button_click some data (mainly labels.text) must be loaded on form1. But when that happens form1 is automatically minimized and comes back in a while when all the data is loaded. This does not happen if I have no other programms in my taskbar. In that case form1 is still present, and the labels are filled one by one. What's happening here? Is someone famillair with this? Why is form1 minimized for a while?
Oh. It does not only happen while debugging, it also happens when I first build the program and then run.
Cindy
Something strange happens when I run my vb2005-project. The startup form (form1) displays normally at first instance. After that you can show a dialog(form2) with a button_click. When you close the dialog with another button_click some data (mainly labels.text) must be loaded on form1. But when that happens form1 is automatically minimized and comes back in a while when all the data is loaded. This does not happen if I have no other programms in my taskbar. In that case form1 is still present, and the labels are filled one by one. What's happening here? Is someone famillair with this? Why is form1 minimized for a while?
Oh. It does not only happen while debugging, it also happens when I first build the program and then run.
Cindy
Comment