Why ComBox on Every Tab?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a tabbed main form. The Tab 0 has two combo boxes. The first combox
appears on Tab 0 only, which is my intention. But the other combox appears
on all tabs! When I delete it from Tab 1 or 2, it also gets deleted from Tab
0! What am I missing?

Thanks in advance.
 
David,

The combo is really not on a tab it's on the main form. You need to delete
it and add another combo. Drag the new combo from the toolbox onto the tab
until the entire tab turns black. This signifies that you are dropping the
control on that tab.

HTH,
Josh
 
You put it on the form, not on the tab. It is sometimes hard to make sure
you get it on the tab. I normally cut it, then highlight only the tab I
want, and paste it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top