how to get default combobox

  • Thread starter Thread starter Serguei Makacharipov
  • Start date Start date
S

Serguei Makacharipov

Somehow I changed some default settings and now get new comboboxes without
labels attached/
Do somebody remember how to fix this stuff/
Big thanks in advance/
Serguei
 
Serguei,
1. In Design mode, place a combobox on the form.
2. Place a label on the form
3. Select the label and Shift-Del (cut it)
4. Select the combobox, and hit Shift-Insert (paste)
5. You'll notice that the label is now "attached" to the combobox.
6. Now select both the label/combobox, and use
Format/SetControlDefaults.
Now whenever you place a combobox on a form, it will have an associated
label.
 
Thank you very much!
Now when I got it get curious I couldn't guess how to do it.
Appreciate your gave me answer when time approaches midnight.
Best wishes from Vegas.
Serguei
 
Back
Top