|
-
October 16th, 2001, 04:34 PM
#1
UserControl: Frame with Transparent Bkgd
I am trying to make a Frame with a transparent background, if i use a regular frame, it hides the backgroud images of my form (i'm using a skinned form)
I tried creating an empty usercontrol and setting its ControlContainer property to True, and it works, but it behaves funny when i set its background style to Transparent, some of the controls i paste inside it dissapear!!!
when it's not transparent, i can see those controls.
any suggestions?
-
October 16th, 2001, 04:45 PM
#2
Re: UserControl: Frame with Transparent Bkgd
That may have something with the ZORDER method of controls. Look in MSDN help for explanation. Pay attention to the last paragraph or so. It explains the pecking order of controls when they overlap
John G
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
|