Click here to Skip to main content
15,887,477 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Choosing a printer and init printing... Pin
Hamid_RT21-Jul-06 4:14
Hamid_RT21-Jul-06 4:14 
GeneralRe: Choosing a printer and init printing... Pin
Cris21-Jul-06 4:34
Cris21-Jul-06 4:34 
GeneralRe: Choosing a printer and init printing... Pin
Hamid_RT22-Jul-06 1:30
Hamid_RT22-Jul-06 1:30 
GeneralRe: Choosing a printer and init printing... Pin
Cris24-Jul-06 1:40
Cris24-Jul-06 1:40 
GeneralRe: Choosing a printer and init printing... Pin
Hamid_RT24-Jul-06 2:41
Hamid_RT24-Jul-06 2:41 
GeneralRe: Choosing a printer and init printing... Pin
Cris24-Jul-06 4:31
Cris24-Jul-06 4:31 
GeneralRe: Choosing a printer and init printing... Pin
Cris26-Jul-06 4:57
Cris26-Jul-06 4:57 
GeneralRe: Choosing a printer and init printing... Pin
Hamid_RT26-Jul-06 6:04
Hamid_RT26-Jul-06 6:04 
When you have each file (psd,3d,pdf,txt,...)first you need to read file for example a jpg file
you can use from a class CImage or GDI+ or you can read directly after read you want to print
(for example you need to print a psd file(photoshop) you cant use from a function for read you and print
you need to a structure for read this file and convert it to a for example hbtimap(you can see a example from read psd files in codeproject)
and then you can print this file.now you want to print doc file its like this you need to read this file and convert a foramt for print

A app cannot to print a file from disc directly its right you need to read to file and above



WhiteSky


GeneralRe: Choosing a printer and init printing... Pin
Cris26-Jul-06 6:32
Cris26-Jul-06 6:32 
GeneralRe: Choosing a printer and init printing... Pin
Hamid_RT26-Jul-06 19:29
Hamid_RT26-Jul-06 19:29 
GeneralRe: Choosing a printer and init printing... Pin
Cris27-Jul-06 2:40
Cris27-Jul-06 2:40 
Questionevent to "process termination"... Pin
Cris15-Jul-06 4:00
Cris15-Jul-06 4:00 
AnswerRe: event to "process termination"... Pin
Anton Mikhalyov15-Jul-06 5:38
Anton Mikhalyov15-Jul-06 5:38 
AnswerRe: event to "process termination"... Pin
ThatsAlok16-Jul-06 22:07
ThatsAlok16-Jul-06 22:07 
GeneralRe: event to "process termination"... Pin
Cris17-Jul-06 11:00
Cris17-Jul-06 11:00 
Questionhow can we handle webbrowser script error ? Pin
jalsa G15-Jul-06 2:27
jalsa G15-Jul-06 2:27 
AnswerRe: how can we handle webbrowser script error ? Pin
Abhi Lahare15-Jul-06 3:26
Abhi Lahare15-Jul-06 3:26 
QuestionFile mapping into memory Pin
RomTibi15-Jul-06 1:31
RomTibi15-Jul-06 1:31 
AnswerRe: File mapping into memory Pin
Arman S.15-Jul-06 1:40
Arman S.15-Jul-06 1:40 
GeneralRe: File mapping into memory Pin
RomTibi15-Jul-06 2:56
RomTibi15-Jul-06 2:56 
AnswerRe: File mapping into memory Pin
ThatsAlok16-Jul-06 22:00
ThatsAlok16-Jul-06 22:00 
QuestionAfxMessageBox Pin
vc++_fragrance15-Jul-06 1:23
vc++_fragrance15-Jul-06 1:23 
AnswerRe: AfxMessageBox Pin
Maximilien15-Jul-06 1:29
Maximilien15-Jul-06 1:29 
AnswerRe: AfxMessageBox Pin
Hamid_RT15-Jul-06 2:31
Hamid_RT15-Jul-06 2:31 
AnswerRe: AfxMessageBox Pin
ThatsAlok16-Jul-06 21:18
ThatsAlok16-Jul-06 21:18 

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.