Z order
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, I created a control(C1) at run time and one more control(C2) at run time on a dialog. I want C2 on the Top of C1. I used SetWindiwPos but no use.. How can I do it?
AbhiHcl wrote:
I used SetWindiwPos but no use..
What happened? How are you verifying the Z-order was not changed?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
-
Hi, I created a control(C1) at run time and one more control(C2) at run time on a dialog. I want C2 on the Top of C1. I used SetWindiwPos but no use.. How can I do it?