Click here to Skip to main content
15,902,635 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPrint a FormView Pin
Shivanand Gupta10-Sep-10 2:25
Shivanand Gupta10-Sep-10 2:25 
AnswerRe: Print a FormView Pin
Richard MacCutchan10-Sep-10 5:21
mveRichard MacCutchan10-Sep-10 5:21 
The view that you see on the screen is merely one 'page' which you can scroll up, down, left and right. After each scroll operation the view is repainted to show just the data within the current view. In order to print all pages you need to add some similar print logic to your program which will iterate through all your data formatting it correctly to the printer device of your choice.
It's time for a new signature.

AnswerRe: Print a FormView Pin
bob1697210-Sep-10 8:30
bob1697210-Sep-10 8:30 
GeneralRe: Print a FormView Pin
Shivanand Gupta11-Sep-10 8:31
Shivanand Gupta11-Sep-10 8:31 
GeneralRe: Print a FormView Pin
bob1697214-Sep-10 3:23
bob1697214-Sep-10 3:23 
GeneralRe: Print a FormView Pin
Shivanand Gupta14-Sep-10 5:31
Shivanand Gupta14-Sep-10 5:31 
QuestionCComboBox lost focus! Pin
Arrin10-Sep-10 2:21
Arrin10-Sep-10 2:21 
AnswerRe: CComboBox lost focus! Pin
Shivanand Gupta10-Sep-10 2:30
Shivanand Gupta10-Sep-10 2:30 
GeneralRe: CComboBox lost focus! Pin
Arrin10-Sep-10 3:32
Arrin10-Sep-10 3:32 
GeneralRe: CComboBox lost focus! Pin
MicroVirus10-Sep-10 13:00
MicroVirus10-Sep-10 13:00 
QuestionHow to exchange Layers in Tiff File Format.? Pin
002comp9-Sep-10 23:25
002comp9-Sep-10 23:25 
AnswerRe: How to exchange Layers in Tiff File Format.? Pin
Chris Losinger10-Sep-10 3:49
professionalChris Losinger10-Sep-10 3:49 
GeneralRe: How to exchange Layers in Tiff File Format.? Pin
002comp13-Sep-10 18:10
002comp13-Sep-10 18:10 
QuestionList View Dragging win32 Pin
arun_pk9-Sep-10 4:43
arun_pk9-Sep-10 4:43 
AnswerRe: List View Dragging win32 Pin
Richard MacCutchan9-Sep-10 4:51
mveRichard MacCutchan9-Sep-10 4:51 
GeneralRe: List View Dragging win32 Pin
arun_pk9-Sep-10 4:53
arun_pk9-Sep-10 4:53 
GeneralRe: List View Dragging win32 Pin
Richard MacCutchan9-Sep-10 5:13
mveRichard MacCutchan9-Sep-10 5:13 
QuestionWindows Driver Kit (WDK) Pin
Coder-1234569-Sep-10 2:21
Coder-1234569-Sep-10 2:21 
AnswerRe: Windows Driver Kit (WDK) Pin
Eugen Podsypalnikov9-Sep-10 3:47
Eugen Podsypalnikov9-Sep-10 3:47 
GeneralRe: Windows Driver Kit (WDK) Pin
Coder-1234569-Sep-10 6:00
Coder-1234569-Sep-10 6:00 
GeneralRe: Windows Driver Kit (WDK) Pin
Eugen Podsypalnikov9-Sep-10 8:21
Eugen Podsypalnikov9-Sep-10 8:21 
AnswerRe: Windows Driver Kit (WDK) Pin
Richard MacCutchan9-Sep-10 4:44
mveRichard MacCutchan9-Sep-10 4:44 
AnswerRe: Windows Driver Kit (WDK) Pin
Iain Clarke, Warrior Programmer11-Sep-10 22:34
Iain Clarke, Warrior Programmer11-Sep-10 22:34 
QuestionCTime Pin
john56329-Sep-10 0:08
john56329-Sep-10 0:08 
AnswerRe: CTime Pin
Aescleal9-Sep-10 0:14
Aescleal9-Sep-10 0:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.