list box always on top

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Anything prevent you from simply making the TextBox.Visible to Flase when
the ListBox.Visible being set to True?
 
"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/]
 
Back
Top