-
Zorder Issues
Hello
I am building an activex control in which when a textbox control receives focus, I try to display an image box in front(on top) of the text box. However, even when I set the image box's zorder to 0, I still have it showing up BEHIND the textbox. Is there any way for me to force the image box control on top with API?
Thanks
Andrew
-
Are you sure the container is the same for both objects?
What about hiding one when the other is in focus?
-
Hi
Thanks for the reply. Yes I am sure that they are both on the same ActiveX control. I cannot hide the text box, because I need the user to be able to type in the text box while still having the graphic visible. I essentially need a control level equivalent to the SetWindowPos API.