Click here to Skip to main content
15,893,487 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC DLL and Dialogs Pin
Peter Marino29-Jun-01 20:38
Peter Marino29-Jun-01 20:38 
GeneralRe: MFC DLL and Dialogs Pin
Peter Marino29-Jun-01 20:37
Peter Marino29-Jun-01 20:37 
GeneralRe: MFC DLL and Dialogs Pin
D.D. de Kerf1-Jul-01 20:32
D.D. de Kerf1-Jul-01 20:32 
QuestionPassing ADO Conn Thru' interface?? Pin
Popsy29-Jun-01 12:21
Popsy29-Jun-01 12:21 
GeneralComunication Between Programs Pin
Anders Molin29-Jun-01 11:51
professionalAnders Molin29-Jun-01 11:51 
GeneralRe: Comunication Between Programs Pin
Ben Burnett29-Jun-01 17:23
Ben Burnett29-Jun-01 17:23 
GeneralPushing Buttons Pin
RobJones29-Jun-01 11:36
RobJones29-Jun-01 11:36 
QuestionHow to clear screen??? Pin
Richard Cheng29-Jun-01 10:40
Richard Cheng29-Jun-01 10:40 
I know I can use GetDocument->UpdateAllViews(0) to clear the screen in VIEW.CPP ..... but how can i clear the screen if my function is located in another non-MFC file??????? I just use something liked

::InvalidateRect(Handler, NULL, FALSE);

to update the view.....

Can you help me????

What i want to do is keep printing a list of number.....for example,

1
2
3
4
5
6
7

and the program has to compare the previous number....if the previous number is 7...then I have to erase the 7 and put an A there......but I have to display "7" first...then when it's going to display another .....let say 8....then the list should be

1
2
3
4
5
6
A
8



GeneralWinCE memory management Pin
Avneesh Bhatnagar29-Jun-01 9:29
Avneesh Bhatnagar29-Jun-01 9:29 
GeneralConsole App Help Pin
29-Jun-01 8:55
suss29-Jun-01 8:55 
GeneralCreating a document/view pair Pin
Jake Palmer29-Jun-01 8:40
Jake Palmer29-Jun-01 8:40 
GeneralRe: Creating a document/view pair Pin
J Patel29-Jun-01 8:44
J Patel29-Jun-01 8:44 
GeneralRe: Creating a document/view pair Pin
Jake Palmer29-Jun-01 9:07
Jake Palmer29-Jun-01 9:07 
QuestionCStatusBar in a dialog? Pin
29-Jun-01 7:44
suss29-Jun-01 7:44 
QuestionWhat happened here????? Wrong variable type??? Pin
Richard Cheng29-Jun-01 7:29
Richard Cheng29-Jun-01 7:29 
AnswerRe: What happened here????? Wrong variable type??? Pin
Michael Dunn29-Jun-01 7:33
sitebuilderMichael Dunn29-Jun-01 7:33 
GeneralRe: What happened here????? Wrong variable type??? Pin
Richard Cheng29-Jun-01 7:54
Richard Cheng29-Jun-01 7:54 
GeneralRe: What happened here????? Wrong variable type??? Pin
Richard Cheng29-Jun-01 7:58
Richard Cheng29-Jun-01 7:58 
GeneralRe: What happened here????? Wrong variable type??? Pin
Michael Dunn29-Jun-01 11:55
sitebuilderMichael Dunn29-Jun-01 11:55 
GeneralLoading a bitmap over a network Pin
Jack Mott29-Jun-01 7:12
Jack Mott29-Jun-01 7:12 
GeneralRe: Loading a bitmap over a network Pin
Drake Elsari29-Jun-01 7:20
Drake Elsari29-Jun-01 7:20 
GeneralRe: Loading a bitmap over a network Pin
Jack Mott29-Jun-01 7:35
Jack Mott29-Jun-01 7:35 
GeneralRe: Loading a bitmap over a network Pin
Drake Elsari30-Jun-01 14:52
Drake Elsari30-Jun-01 14:52 
GeneralPainting a bitmap over a CStatic Bitmap Pin
29-Jun-01 7:07
suss29-Jun-01 7:07 
GeneralRe: Painting a bitmap over a CStatic Bitmap Pin
29-Jun-01 12:20
suss29-Jun-01 12:20 

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.