Programming Tips - Win32: Make a report with columns in a dialog using Visual Studio GUI
Date: 2019jan18
Update: 2025aug13
Platform: win32
Q. Win32: Make a report with columns in a dialog using Visual Studio GUI
A. Add the "List Control" control to your dialog.
Its in "icon" view by default.
Change the "View" property to "Report".
Resize as necessary.