G
Guest
I am using the mutliple form method that was displayed on MSDN showing how to
create a stack and have the forms once instanstiated remain in the stack so
that they need not be recreated for performance.
The problem that I have is that I have a 2 tabpages in a tabcontrol with
several comboboxes. These boxes are populated using SQL Server Ce and
ArrayLists. When interrogated the boxes all have the correct items in its
item array, but the values never show in the box. I can use a
MessageBox(ComboBox.Items[3].ToString()); and see the value that I expect.
Does anyone have any clues on how to get past this.
Thanks
Heath
create a stack and have the forms once instanstiated remain in the stack so
that they need not be recreated for performance.
The problem that I have is that I have a 2 tabpages in a tabcontrol with
several comboboxes. These boxes are populated using SQL Server Ce and
ArrayLists. When interrogated the boxes all have the correct items in its
item array, but the values never show in the box. I can use a
MessageBox(ComboBox.Items[3].ToString()); and see the value that I expect.
Does anyone have any clues on how to get past this.
Thanks
Heath