Click here to Skip to main content
15,915,826 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to Print to a PDF File using printer driver in C++ Pin
Richard Guion1-Dec-03 13:01
Richard Guion1-Dec-03 13:01 
AnswerRe: How to Print to a PDF File using printer driver in C++ Pin
Roger Allen2-Dec-03 2:13
Roger Allen2-Dec-03 2:13 
GeneralRe: How to Print to a PDF File using printer driver in C++ Pin
Richard Guion2-Dec-03 6:39
Richard Guion2-Dec-03 6:39 
GeneralRe: How to Print to a PDF File using printer driver in C++ Pin
Richard Guion2-Dec-03 16:10
Richard Guion2-Dec-03 16:10 
GeneralActiveX error Pin
vijisu1-Dec-03 12:49
vijisu1-Dec-03 12:49 
QuestionCDHTMLDialog control position? Pin
Robert Mooney1-Dec-03 12:39
Robert Mooney1-Dec-03 12:39 
General--Problem using class CADORecordset-- Pin
bilas1-Dec-03 10:20
bilas1-Dec-03 10:20 
GeneralRe: --Problem using class CADORecordset-- Pin
Debs1-Dec-03 23:15
Debs1-Dec-03 23:15 
GeneralRe: --Problem using class CADORecordset-- Pin
bilas2-Dec-03 11:27
bilas2-Dec-03 11:27 
GeneralRe: --Problem using class CADORecordset-- Pin
Debs2-Dec-03 12:59
Debs2-Dec-03 12:59 
GeneralWinsock Reply From Server 2 Client Pin
jake_t1-Dec-03 9:49
jake_t1-Dec-03 9:49 
GeneralRe: Winsock Reply From Server 2 Client Pin
BaldwinMartin1-Dec-03 19:35
BaldwinMartin1-Dec-03 19:35 
GeneralRe: Winsock Reply From Server 2 Client Pin
Anonymous1-Dec-03 23:58
Anonymous1-Dec-03 23:58 
GeneralRe: Winsock Reply From Server 2 Client Pin
v_srinu_26_f17-Dec-03 18:54
v_srinu_26_f17-Dec-03 18:54 
Generallist of Properties ID Pin
pnpfriend1-Dec-03 9:44
pnpfriend1-Dec-03 9:44 
GeneralRe: list of Properties ID Pin
Big Art1-Dec-03 10:31
Big Art1-Dec-03 10:31 
Try these:

{"Title", PIDSI_TITLE}, // VT_LPSTR
{"Subject", PIDSI_SUBJECT}, // ...
{"Author", PIDSI_AUTHOR},
{"Keywords", PIDSI_KEYWORDS},
{"Comments", PIDSI_COMMENTS},
{"Template", PIDSI_TEMPLATE},
{"LastAuthor", PIDSI_LASTAUTHOR},
{"Revision Number", PIDSI_REVNUMBER},
{"Edit Time", PIDSI_EDITTIME}, // VT_FILENAME (UTC)
{"Last printed", PIDSI_LASTPRINTED}, // ...
{"Last Saved", PIDSI_LASTSAVE_DTM},
{"Page Count", PIDSI_PAGECOUNT}, // VT_I4
{"Word Count", PIDSI_WORDCOUNT}, // ...
{"Char Count", PIDSI_CHARCOUNT},

{"Thumpnail", PIDSI_THUMBNAIL}, // VT_CF
{"AppName", PIDSI_APPNAME}, // VT_LPSTR
{"Doc Security", PIDSI_DOC_SECURITY}, // VT_I4

Art

Generalsending messages between applications Pin
srev1-Dec-03 9:23
srev1-Dec-03 9:23 
GeneralRe: sending messages between applications Pin
Christian Graus1-Dec-03 9:46
protectorChristian Graus1-Dec-03 9:46 
GeneralRe: sending messages between applications Pin
Taka Muraoka1-Dec-03 14:13
Taka Muraoka1-Dec-03 14:13 
GeneralRe: sending messages between applications Pin
Prakash Nadar1-Dec-03 16:00
Prakash Nadar1-Dec-03 16:00 
GeneralRe: sending messages between applications Pin
GeMe_Hendrix2-Dec-03 11:38
GeMe_Hendrix2-Dec-03 11:38 
GeneralRe: sending messages between applications Pin
srev3-Dec-03 1:18
srev3-Dec-03 1:18 
General3D opengl figure Pin
Member 7389381-Dec-03 6:42
Member 7389381-Dec-03 6:42 
GeneralRe: 3D opengl figure Pin
François Gasnier1-Dec-03 8:31
François Gasnier1-Dec-03 8:31 
GeneralRe: 3D opengl figure Pin
Member 7389381-Dec-03 21:41
Member 7389381-Dec-03 21:41 

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.