I hate putting to many controls onto one form. But this recent project i'm working on requires a control which displays parts of an address. Along with the other controls on the form there is little space to display this address in its entirty.
I was wondering what options where avalible. I'm using a continuous form and a combo box to select an address. I have already cut down the address to just show "Company"\"Room "\"Street"\"Tow n".
Is it possible to strech out the display of a combobox longer than the controls actual length?
If not can MouseOver be used to open an close a popup form to act like a kinda zoom option?
Don't know where to start looking for this, any suggetions are welcome. Sorry its not a more specific question.
I was wondering what options where avalible. I'm using a continuous form and a combo box to select an address. I have already cut down the address to just show "Company"\"Room "\"Street"\"Tow n".
Is it possible to strech out the display of a combobox longer than the controls actual length?
If not can MouseOver be used to open an close a popup form to act like a kinda zoom option?
Don't know where to start looking for this, any suggetions are welcome. Sorry its not a more specific question.
Comment