The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: mumin16 on May 26, 2009, 01:27:10 PM

Title: control over control
Post by: mumin16 on May 26, 2009, 01:27:10 PM
i put edit control over image control but edit control don't show. why?
Title: Re: control over control
Post by: hutch-- on May 26, 2009, 02:09:51 PM
Probably the image control has a higher Z order built into it. You can try changing the order that the controls are created in so the edit control is created AFTER the image control which I gather is a variant form of a static control. Normally with a STATIC class control with an image set to it the image displays under any control placed over it.
Title: Re: control over control
Post by: mumin16 on May 26, 2009, 02:27:09 PM
thanks, master
Title: Re: control over control
Post by: mumin16 on May 28, 2009, 10:00:18 AM
i want put text over image control but this is not to happen. why?