G
Guest
I'm trying to make a GUI consisting of sevral panels that will be hidden and shown depending on users choice (combobox).
The panels contains various controls that I wish to update (datasource etc.) when a specific panel is shown. I thought that showing a panel would execute the panel_GotFocus event, but it doesn't. How can I update the panels? Should I use the combobox event or is there some other way?
The panels contains various controls that I wish to update (datasource etc.) when a specific panel is shown. I thought that showing a panel would execute the panel_GotFocus event, but it doesn't. How can I update the panels? Should I use the combobox event or is there some other way?