Click here to Skip to main content
16,011,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralClient control device context Pin
Anonymous5-Jun-03 2:22
Anonymous5-Jun-03 2:22 
GeneralRe: Client control device context Pin
CodeBrain5-Jun-03 3:16
CodeBrain5-Jun-03 3:16 
GeneralError connecting to SQL db using ADO. Pin
IrishSonic5-Jun-03 2:21
IrishSonic5-Jun-03 2:21 
GeneralRe: Error connecting to SQL db using ADO. Pin
Spiros5-Jun-03 3:02
Spiros5-Jun-03 3:02 
QuestionOffice2003 looking toolbar!?? Pin
schaereran@gmx.net5-Jun-03 2:20
schaereran@gmx.net5-Jun-03 2:20 
AnswerRe: Office2003 looking toolbar!?? Pin
armentage5-Jun-03 3:42
armentage5-Jun-03 3:42 
GeneralRe: Office2003 looking toolbar!?? Pin
schaereran@gmx.net5-Jun-03 22:20
schaereran@gmx.net5-Jun-03 22:20 
GeneralRe: Office2003 looking toolbar!?? Pin
schaereran@gmx.net5-Jun-03 23:26
schaereran@gmx.net5-Jun-03 23:26 
maby the key is alwo in this function:

(from the customize toolbar sample)

void CMainFrame::OnViewXpmode()
{
xtAfxData.bXPMode = !xtAfxData.bXPMode;

RedrawWindow( NULL, NULL,
RDW_INVALIDATE | RDW_UPDATENOW | RDW_ERASE | RDW_ALLCHILDREN );
}


unfortunately there is nothing like a xtAfxData.bOfice2003 flag ...

any ideas?

GeneralFile scan Pin
Cedric Moonen5-Jun-03 1:24
Cedric Moonen5-Jun-03 1:24 
GeneralRe: File scan Pin
Ian Darling5-Jun-03 2:00
Ian Darling5-Jun-03 2:00 
GeneralRe: File scan Pin
Cedric Moonen5-Jun-03 2:17
Cedric Moonen5-Jun-03 2:17 
GeneralRe: File scan Pin
David Crow5-Jun-03 3:55
David Crow5-Jun-03 3:55 
GeneralIs there a "OnPaste(...)" - a CRichEdit question! Pin
Michael Pauli5-Jun-03 0:41
Michael Pauli5-Jun-03 0:41 
GeneralRe: Is there a "OnPaste(...)" - a CRichEdit question! Pin
Rage5-Jun-03 4:20
professionalRage5-Jun-03 4:20 
GeneralRe: Is there a "OnPaste(...)" - a CRichEdit question! Pin
Rage5-Jun-03 4:51
professionalRage5-Jun-03 4:51 
GeneralRe: Is there a "OnPaste(...)" - a CRichEdit question! Pin
Michael Pauli5-Jun-03 11:57
Michael Pauli5-Jun-03 11:57 
GeneralFound a better way - with some help! Pin
Michael Pauli9-Jun-03 4:05
Michael Pauli9-Jun-03 4:05 
GeneralSystem Tray Problem... Pin
Vladimir Georgiev4-Jun-03 22:23
Vladimir Georgiev4-Jun-03 22:23 
GeneralRe: System Tray Problem... Pin
Anonymous5-Jun-03 0:12
Anonymous5-Jun-03 0:12 
GeneralRe: System Tray Problem... Pin
Michael Pauli5-Jun-03 0:35
Michael Pauli5-Jun-03 0:35 
GeneralRe: System Tray Problem... Pin
Michael Pauli5-Jun-03 0:49
Michael Pauli5-Jun-03 0:49 
GeneralGrid like Excel Sheet Pin
Mr Bose Dayala4-Jun-03 22:06
Mr Bose Dayala4-Jun-03 22:06 
GeneralRe: Grid like Excel Sheet Pin
Michael P Butler4-Jun-03 22:24
Michael P Butler4-Jun-03 22:24 
GeneralRe: Grid like Excel Sheet Pin
Mr Bose Dayala4-Jun-03 23:13
Mr Bose Dayala4-Jun-03 23:13 
GeneralRe: Grid like Excel Sheet Pin
peterchen4-Jun-03 23:36
peterchen4-Jun-03 23:36 

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.