|
-
Jan 24th, 2002, 02:33 PM
#1
Thread Starter
New Member
Bring control window top, over frame
I have created an activex control, which resizes at run, when the user clicks a button part of my control. The problem I have is that if the control is placed in a frame it gets cut off. I would like it to drop over the frame like a combo does. Tried setwindowpos does not work. Please help!!!!!
-
Jan 25th, 2002, 07:36 AM
#2
The only control that will drop beyond the limits of the form it is on is the combo box, and thats because the combo box is not a child control of the form, but rather a child control of the desktop. A frame will not do that. It belongs to the form.
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
|