Re: How Do I Put a Control On Top of Everything Else?

Tech-Archive recommends: Speed Up your PC by fixing your registry



You will need to use .SendToBack on the controls that the listbox needs to be in front of. .BringToFront does not give the control any priorority over other controls that are also at the front.

"eBob.com" <eBob.com@xxxxxxxxxxxxxxxx> wrote in message news:ORqCayWwJHA.2376@xxxxxxxxxxxxxxxxxxxxxxx
I need to put a ListBox on top of everything else. SetTopLevel would seem like the Method I need, but that results in a syntax error ("Protected"). BringToFront looked promising but seems to do nothing - certainly not what I want.

How do I get my ListBox on top of everything else?

Thanks, Bob

.