Form To Front

A

an

Hello!

In Textbox when I DoublClick, open the F_Imgs on To Back.

I would like open it on To Front.
How is it possible, please.

Thanks in advance.
an
 
W

Wolfgang Kais

Hello "an".

an said:
In Textbox when I DoublClick, open the F_Imgs on To Back.
I would like open it on To Front.

Seems that the form with the textbox has set the PopUp property to true.
Also set the PopUp property of F_Imgs to true.
 
A

an

Exactly!

Thank you very much, Wolfgang Kais.
an

Wolfgang Kais said:
Hello "an".



Seems that the form with the textbox has set the PopUp property to true.
Also set the PopUp property of F_Imgs to true.
 
Top