Click here to Skip to main content
16,007,126 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat's a LARGE_INTEGER, and where is it defined? Pin
Anonymous26-Sep-02 8:57
Anonymous26-Sep-02 8:57 
AnswerRe: What's a LARGE_INTEGER, and where is it defined? Pin
lucy26-Sep-02 9:19
lucy26-Sep-02 9:19 
AnswerRe: What's a LARGE_INTEGER, and where is it defined? Pin
lucy26-Sep-02 9:21
lucy26-Sep-02 9:21 
AnswerRe: What's a LARGE_INTEGER, and where is it defined? Pin
Anders Molin26-Sep-02 9:18
professionalAnders Molin26-Sep-02 9:18 
AnswerThanks all, included winnt.h and it worked :) Pin
Anonymous26-Sep-02 9:51
Anonymous26-Sep-02 9:51 
QuestionDoes no one know any way around??? Pin
Anonymous26-Sep-02 6:39
Anonymous26-Sep-02 6:39 
AnswerRe: Does no one know any way around??? Pin
Todd Smith26-Sep-02 7:47
Todd Smith26-Sep-02 7:47 
GeneralRe: Does no one know any way around??? Pin
Anonymous26-Sep-02 10:20
Anonymous26-Sep-02 10:20 
Actually, MSDN and a few posting suggest doing this:

BOOL CXOfficeView::OnPreparePrinting(CPrintInfo* pInfo)
{
if (!CView::DoPreparePrinting(pInfo))
return FALSE;

if (!COleDocObjectItem::OnPreparePrinting(this, pInfo))
return FALSE;

return TRUE;
}

According to most of the documentation, this should work because print preview would call the print. This doesn't work.

Also, what about the standard print, it doesn't work. And the toolbar buttons!
GeneralDetecting network card duplex Pin
majk26-Sep-02 6:23
majk26-Sep-02 6:23 
QuestionAdding Outlook toolbar to a .NET form? Pin
Derek Smigelski26-Sep-02 6:20
Derek Smigelski26-Sep-02 6:20 
AnswerRe: Adding Outlook toolbar to a .NET form? Pin
Maciej Pirog26-Sep-02 9:49
Maciej Pirog26-Sep-02 9:49 
GeneralResource header Pin
Zizilamoroso26-Sep-02 6:12
Zizilamoroso26-Sep-02 6:12 
GeneralRe: Resource header Pin
Maximilien26-Sep-02 6:16
Maximilien26-Sep-02 6:16 
GeneralRe: Resource header Pin
Tomasz Sowinski26-Sep-02 6:19
Tomasz Sowinski26-Sep-02 6:19 
GeneralRe: Resource header Pin
Zizilamoroso26-Sep-02 6:24
Zizilamoroso26-Sep-02 6:24 
GeneralRe: Resource header Pin
Tomasz Sowinski26-Sep-02 6:35
Tomasz Sowinski26-Sep-02 6:35 
GeneralRe: Resource header Pin
Zizilamoroso26-Sep-02 6:34
Zizilamoroso26-Sep-02 6:34 
GeneralRe: Resource header Pin
Tomasz Sowinski26-Sep-02 6:39
Tomasz Sowinski26-Sep-02 6:39 
GeneralRe: Resource header Pin
Zizilamoroso26-Sep-02 6:37
Zizilamoroso26-Sep-02 6:37 
GeneralRe: Resource header Pin
Atlantys26-Sep-02 7:08
Atlantys26-Sep-02 7:08 
GeneralRe: Resource header Pin
Zizilamoroso26-Sep-02 12:57
Zizilamoroso26-Sep-02 12:57 
GeneralRe: Resource header Pin
Zizilamoroso26-Sep-02 6:32
Zizilamoroso26-Sep-02 6:32 
GeneralRe: Resource header Pin
Gary R. Wheeler29-Sep-02 6:01
Gary R. Wheeler29-Sep-02 6:01 
GeneralCopy of files from one folder to another Pin
Cintch26-Sep-02 6:08
Cintch26-Sep-02 6:08 
GeneralRe: Copy of files from one folder to another Pin
Tomasz Sowinski26-Sep-02 6:15
Tomasz Sowinski26-Sep-02 6:15 

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.