G
Guest
Hello
I'm curious as to why the following would happen
I have 4 forms that I'm dealing with. On form4 is a tabcontrol (we'll call it tab1)
When form1 is opened, and OK is pressed, form2 opens, when an item is clicked, form3 opens
On form 3 is a menu, and when file, open, and form4 is selected, the tab1_SelectedIndexChanged event is triggered..
I have code in here to deal with when users select different tabs...but why would opening the form trigger it
Obviously I only notice it when I step through the code...is this normal?
Thanks in advance
ambe
I'm curious as to why the following would happen
I have 4 forms that I'm dealing with. On form4 is a tabcontrol (we'll call it tab1)
When form1 is opened, and OK is pressed, form2 opens, when an item is clicked, form3 opens
On form 3 is a menu, and when file, open, and form4 is selected, the tab1_SelectedIndexChanged event is triggered..
I have code in here to deal with when users select different tabs...but why would opening the form trigger it
Obviously I only notice it when I step through the code...is this normal?
Thanks in advance
ambe