I need add a data file to a exe file,and also need make the additional data file changeable.Can i do that only by edit the exe file,and not need to rebuilt it from source code? How can I do that?Or if you have any suggestion? X| opening view with wild mind
F
fftz
@fftz
Posts
-
How can add and change myself data to exe file?? -
how to change view in a sdi frame windowI need to show more than two views in a sdi frame window. My code like this:
RECT rc; GetClientRect(&rc); m_hWndClient = m_view.Create(m_hWnd,rc); m_view.ShowWindow(SW_SHOW); m_view.SetFocus(); m_view2.ShowWindow(SW_HIDE);
It can show m_view2,but not like default view. How can I switch views correctly?? opening view with wild mind