|
-
August 18th, 2003, 12:16 PM
#1
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
-
August 18th, 2003, 01:47 PM
#2
Are you sure the container is the same for both objects?
What about hiding one when the other is in focus?
-
August 18th, 2003, 02:18 PM
#3
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|