Click here to Skip to main content
15,919,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Drag-drop Pin
whiteclouds12-Jun-07 0:41
whiteclouds12-Jun-07 0:41 
GeneralRe: Drag-drop Pin
Hamid_RT12-Jun-07 3:34
Hamid_RT12-Jun-07 3:34 
GeneralRe: Drag-drop Pin
whiteclouds12-Jun-07 17:10
whiteclouds12-Jun-07 17:10 
GeneralRe: Drag-drop Pin
Hamid_RT12-Jun-07 19:58
Hamid_RT12-Jun-07 19:58 
Questionprint preview Pin
Bravoone_200611-Jun-07 19:37
Bravoone_200611-Jun-07 19:37 
AnswerRe: print preview Pin
Hamid_RT11-Jun-07 20:04
Hamid_RT11-Jun-07 20:04 
QuestionRe: print preview Pin
Bravoone_200611-Jun-07 20:32
Bravoone_200611-Jun-07 20:32 
AnswerRe: print preview Pin
Hamid_RT11-Jun-07 20:59
Hamid_RT11-Jun-07 20:59 
some times ago (I think two years ago) I had this problem I wanted to have a preview before print so I explain for you but before it(you can also use of printer driver if you dont have a real printer or dont access to it see this thread[^] ) I calculate dimension for pages like A4,A3,... and convert to screen and then use of a handle to display device context (hdc) sent my datas with BitBlt to screen and it worked and finaly sent my datas to printer like this
PRINTDLG pd;
...
m_Image.BitBlt(pd.hDC,100,134,640,480,0,0,SRCCOPY);




WhiteSky

QuestionRe: print preview Pin
Bravoone_200611-Jun-07 21:36
Bravoone_200611-Jun-07 21:36 
AnswerRe: print preview Pin
Hamid_RT11-Jun-07 21:55
Hamid_RT11-Jun-07 21:55 
QuestionRe: print preview Pin
Bravoone_200611-Jun-07 22:05
Bravoone_200611-Jun-07 22:05 
QuestionRe: print preview Pin
Bravoone_200612-Jun-07 0:07
Bravoone_200612-Jun-07 0:07 
AnswerRe: print preview Pin
Hamid_RT12-Jun-07 4:01
Hamid_RT12-Jun-07 4:01 
QuestionRe: print preview Pin
Hamid_RT12-Jun-07 19:59
Hamid_RT12-Jun-07 19:59 
JokeRe: print preview Pin
David Crow12-Jun-07 2:58
David Crow12-Jun-07 2:58 
QuestionRe: print preview Pin
Bravoone_200612-Jun-07 2:53
Bravoone_200612-Jun-07 2:53 
QuestionDisplay non-solid-color background in scroll-view correctly Pin
chen.zd11-Jun-07 19:13
chen.zd11-Jun-07 19:13 
QuestionGetCharABCWidths behaviour in Vista Pin
NiceNaidu11-Jun-07 18:40
NiceNaidu11-Jun-07 18:40 
AnswerRe: GetCharABCWidths behaviour in Vista Pin
Hans Dietrich11-Jun-07 21:03
mentorHans Dietrich11-Jun-07 21:03 
GeneralRe: GetCharABCWidths behaviour in Vista Pin
NiceNaidu11-Jun-07 23:27
NiceNaidu11-Jun-07 23:27 
GeneralRe: GetCharABCWidths behaviour in Vista Pin
Mark Salsbery12-Jun-07 8:03
Mark Salsbery12-Jun-07 8:03 
QuestionKeyDown Pin
sheetal_0611-Jun-07 18:26
sheetal_0611-Jun-07 18:26 
AnswerRe: KeyDown Pin
Nibu babu thomas11-Jun-07 18:45
Nibu babu thomas11-Jun-07 18:45 
GeneralRe: KeyDown Pin
sheetal_0611-Jun-07 19:12
sheetal_0611-Jun-07 19:12 
AnswerRe: KeyDown Pin
Hamid_RT11-Jun-07 20:21
Hamid_RT11-Jun-07 20:21 

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.