printing data inside of a listbox
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How can i print the info that is in a listbox?
-
How can i print the info that is in a listbox?
hmmm...well, let's take a look in the Combo & Listbox section where we find: CPrintPreviewListBox A listbox derived class that allows printing and print preview in SDI and MDI applications Sounds like what you're looking for to me. ;)