Click here to Skip to main content
15,911,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need to know when a user logs off or switches to another user Pin
Andres Manggini17-Mar-02 3:44
Andres Manggini17-Mar-02 3:44 
GeneralRe: Need to know when a user logs off or switches to another user Pin
Michael P Butler17-Mar-02 4:15
Michael P Butler17-Mar-02 4:15 
GeneralRe: Need to know when a user logs off or switches to another user Pin
17-Mar-02 4:50
suss17-Mar-02 4:50 
GeneralRe: Need to know when a user logs off or switches to another user Pin
Andres Manggini17-Mar-02 5:01
Andres Manggini17-Mar-02 5:01 
GeneralRe: Need to know when a user logs off or switches to another user Pin
17-Mar-02 5:18
suss17-Mar-02 5:18 
GeneralArray Question... Pin
CDuddley16-Mar-02 13:55
CDuddley16-Mar-02 13:55 
GeneralRe: Array Question... Pin
Christian Graus16-Mar-02 14:05
protectorChristian Graus16-Mar-02 14:05 
GeneralRe: Array Question... Pin
Tim Smith16-Mar-02 14:14
Tim Smith16-Mar-02 14:14 
There isn't a point at Undo [nUndo]. All the points exist between 0 and nUndo - 1. You can correct this problem by decrementing nUndo prior to the Undo [nUndo] line. Also, since you are getting the top element off the undo stack, there is no need for that block of code shifting the undo stack down.

After you get it working, look into std::deqeu. It would really simplify the code.


Tim Smith

I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?
QuestionHow to save RTF or DOC file without CRichEdit ? Pin
Wizard_0116-Mar-02 10:37
Wizard_0116-Mar-02 10:37 
AnswerRe: How to save RTF or DOC file without CRichEdit ? Pin
Shog916-Mar-02 12:36
sitebuilderShog916-Mar-02 12:36 
AnswerRe: How to save RTF or DOC file without CRichEdit ? Pin
Michael P Butler17-Mar-02 4:21
Michael P Butler17-Mar-02 4:21 
GeneralRegex! Pin
Cam16-Mar-02 10:31
Cam16-Mar-02 10:31 
GeneralRe: Regex! Pin
Tim Smith16-Mar-02 12:06
Tim Smith16-Mar-02 12:06 
GeneralSuppress user input Pin
16-Mar-02 10:25
suss16-Mar-02 10:25 
GeneralRe: Suppress user input Pin
Morozov Alexey16-Mar-02 20:08
Morozov Alexey16-Mar-02 20:08 
GeneralShow/hide toolbars Pin
Stew16-Mar-02 10:04
Stew16-Mar-02 10:04 
GeneralRe: Show/hide toolbars Pin
Derek Waters17-Mar-02 12:28
Derek Waters17-Mar-02 12:28 
GeneralFrequency Generator Pin
Peter Liddle16-Mar-02 9:21
Peter Liddle16-Mar-02 9:21 
GeneralOCR Pin
16-Mar-02 7:24
suss16-Mar-02 7:24 
GeneralMultithread question repost...... Pin
16-Mar-02 7:06
suss16-Mar-02 7:06 
GeneralRe: Multithread question repost...... Pin
Michael Dunn16-Mar-02 7:41
sitebuilderMichael Dunn16-Mar-02 7:41 
GeneralRe: Multithread question repost...... Pin
Morozov Alexey16-Mar-02 20:15
Morozov Alexey16-Mar-02 20:15 
QuestionHow do i get a handle from Desktop ? Pin
CryoGate16-Mar-02 4:51
CryoGate16-Mar-02 4:51 
AnswerRe: How do i get a handle from Desktop ? Pin
Christopher Duncan16-Mar-02 7:30
Christopher Duncan16-Mar-02 7:30 
QuestionDrawing caption in dialog, who can help me? Pin
generic_user_id16-Mar-02 4:46
generic_user_id16-Mar-02 4:46 

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.