Zexor
Well-known member
- Joined
- Nov 28, 2008
- Messages
- 520
- Programming Experience
- 3-5
Is there an event that activate after the form is loaded? I want to set the index of a combobox after the form appeared. If i put it under Form1_load, because after selecting the combobox index, it will take a few seconds to finish what it need to do from the web, so the form wont load for a few seconds.
So i want the form to load immediately then do the combobox index change. I could use a timer, but is there a better way?
So i want the form to load immediately then do the combobox index change. I could use a timer, but is there a better way?