Hide Frame from task bar
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have an application that starts with a CListView on the list view the user can click on items and then another frame will show but this time with a CFormView. The user can have more than one CFormView open at any time. Since the user can have more than one CFormView open I don't want them to show on the task bar. Any help on show to do this. I found an example but it disables the main view and I need that view active.