|
-
December 16th, 2011, 05:05 AM
#1
SW_HIDE and CScrollView
Hallo,I have created a class derived from CStatic, and I have added a member to this class, a CScrollView.
I have created this CScrollView (m_scroll) without showing it until it is necessary.
I show it with m_scroll.ShowWindow(SW_SHOW).
After this, I have had to not show the scroll, so I have done
m_scroll.ShowWindow(SW_HIDE), but this doens't work, the scroll remains visible, although not active.
I also have tried to change the m_scroll zorder, but nothing.
I don't understand what's the problem.
Is there anyone who could help me?
Thank's
doxdici
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
|