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