list box always on top

G

Guest

Hi
Does anyone know how to set a list box to always be on top. If I create a
text box after the listbox in the same location, the text box covers a
portion of the listbox when I make the list box visible. I am looking for an
always on top property in the list box but can't find one. I have however
been able to delete the listbox and recreate it and then it maintains an
always on top position.

Thank you for any help anyone can offer!

Joe
 
N

Norman Yuan

Anything prevent you from simply making the TextBox.Visible to Flase when
the ListBox.Visible being set to True?
 
J

Jan Hyde

"Joecx" <[email protected]>'s wild thoughts
were released on Wed, 13 Jul 2005 06:53:40 -0700 bearing the
following fruit:
Hi
Does anyone know how to set a list box to always be on top. If I create a
text box after the listbox in the same location, the text box covers a
portion of the listbox when I make the list box visible. I am looking for an
always on top property in the list box but can't find one. I have however
been able to delete the listbox and recreate it and then it maintains an
always on top position.

Thank you for any help anyone can offer!

If your asking what I think your asking then just right
click the control and select 'send to back' or 'bring to
front'




Jan Hyde (VB MVP)

--
So I went to the Chinese restaurant and this duck came up to me with
a red rose and says "Your eyes sparkle like diamonds". I said "Waiter
I asked for a-ROMATIC duck".

[Abolish the TV Licence - http://www.tvlicensing.biz/]
 

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

Top