How to make a ListBox Extending beyond Form Boundaries

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

Guest

Hello,

I want to simulate a combobox by having a textbox and a Listbox. The only problem is that list box, when shown, cannot extend beyond it's owner form boundaries (like a combobox does). I have to achieve this by creating a new form for list box etc. which creates other focusing problems.

Is there anyway out of this, and in general, is it possible to have a control that extends beyond it's owner form rectangle like a menu or a combo drop down ?

Thanks,
Balaji.
 
* "=?Utf-8?B?YmFsZw==?= said:
I want to simulate a combobox by having a textbox and a Listbox. The
only problem is that list box, when shown, cannot extend beyond it's
owner form boundaries (like a combobox does). I have to achieve this by
creating a new form for list box etc. which creates other focusing
problems.

<URL:http://vbaccelerator.com/article.asp?id=13309>
 
Back
Top