Hi to all,
I had a giant form with lots of controls "ImageList" located in its header and the corresponding controls "ImageCombo " in the detail of the form.
The "ImageList" and "ImageCombo " controls were initialized and are loaded in the "Form_Load" event.
The form is not linked, yet, with a database.
I changed the giant form to a smaller one with a "TabControl " with four pages.
I used the method of cut and copy controls.
The "ImageList" controls remain at the form header.
One of the controls "ImageCombo " is in the form header.
Now, when I run the form, all controls "ImageCombo " appear without images or text except that remains in the header.
I have tried to initialize and load the "ImageList" and "ImageCombo s" within each page of the "TabControl ", but when I switch the page and come back, all "ImageCombo " are empties.
I searched internet solutions and examples and I guess the error is in how to identify each control in the field of each page, but I failed in all my tests.
Can anyone help me, please?
I had a giant form with lots of controls "ImageList" located in its header and the corresponding controls "ImageCombo " in the detail of the form.
The "ImageList" and "ImageCombo " controls were initialized and are loaded in the "Form_Load" event.
The form is not linked, yet, with a database.
I changed the giant form to a smaller one with a "TabControl " with four pages.
I used the method of cut and copy controls.
The "ImageList" controls remain at the form header.
One of the controls "ImageCombo " is in the form header.
Now, when I run the form, all controls "ImageCombo " appear without images or text except that remains in the header.
I have tried to initialize and load the "ImageList" and "ImageCombo s" within each page of the "TabControl ", but when I switch the page and come back, all "ImageCombo " are empties.
I searched internet solutions and examples and I guess the error is in how to identify each control in the field of each page, but I failed in all my tests.
Can anyone help me, please?
Comment