Adding a custom LISTBOX to the dock frame window

I need to add a custom (static) list that I created using the toolbar in the view, I need to add this list to the Dockpaneview (output window) provided by MFC. How to add a custom list window to the output window

+3
source share
1 answer

In the output window, you can add a list window using the control panel. alt text

then you can specify which controls you need to display in the output window. For instance:

To add a text box and button; alt text

alt text

I hope you do it.

0
source

Source: https://habr.com/ru/post/1781186/


All Articles