News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

control over control

Started by mumin16, May 26, 2009, 01:27:10 PM

Previous topic - Next topic

mumin16

i put edit control over image control but edit control don't show. why?

hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

mumin16


mumin16

i want put text over image control but this is not to happen. why?