i put edit control over image control but edit control don't show. why?
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.
thanks, master
i want put text over image control but this is not to happen. why?