I have a CFormView with Picture control that displays a bmp image.
I want to hide that control and later re-show it. I used m_pic.ShowWindow(SW_HIDE); to make it disappear.
But nothing will allow me to re-show it again, such as m_pic.ShowWindow(SW_SHOW);
Help, please. thanks
I want to hide that control and later re-show it. I used m_pic.ShowWindow(SW_HIDE); to make it disappear.
But nothing will allow me to re-show it again, such as m_pic.ShowWindow(SW_SHOW);
Help, please. thanks