Click here to Skip to main content
15,919,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwhat request to "ifstream infile("name of file")? Pin
vividtang1-May-04 15:02
vividtang1-May-04 15:02 
AnswerRe: what request to "ifstream infile("name of file")? Pin
Hauptman(n)1-May-04 23:04
Hauptman(n)1-May-04 23:04 
GeneralRe: what request to "ifstream infile("name of file")? Pin
vividtang2-May-04 4:29
vividtang2-May-04 4:29 
GeneralRe: what request to "ifstream infile("name of file")? Pin
Hauptman(n)2-May-04 4:54
Hauptman(n)2-May-04 4:54 
Generalilmerge Pin
Opwar1-May-04 13:12
Opwar1-May-04 13:12 
GeneralRe: ilmerge Pin
Terry O'Nolley1-May-04 14:31
Terry O'Nolley1-May-04 14:31 
QuestionCREATING AND USING HANDLE??? Pin
chapelle1-May-04 12:37
chapelle1-May-04 12:37 
AnswerRe: CREATING AND USING HANDLE??? Pin
Hauptman(n)1-May-04 22:08
Hauptman(n)1-May-04 22:08 
GeneralRe: Averaging Calculation Pin
Terry O'Nolley1-May-04 14:08
Terry O'Nolley1-May-04 14:08 
GeneralDll inside .EXE Pin
Opwar1-May-04 11:30
Opwar1-May-04 11:30 
GeneralResizing into a CListCtrl Pin
Rafael Fernández López1-May-04 11:15
Rafael Fernández López1-May-04 11:15 
GeneralDeleting System Restore points/files Pin
Monk_1-May-04 11:15
Monk_1-May-04 11:15 
QuestionHow to open Crystal Report file Pin
crazymubashir1-May-04 11:06
crazymubashir1-May-04 11:06 
GeneralCMenu ownerdraw Pin
pie1-May-04 10:41
pie1-May-04 10:41 
GeneralAccelerators Pin
michou1-May-04 10:20
michou1-May-04 10:20 
Generalva_list and COleVariant Pin
brdavid1-May-04 9:48
brdavid1-May-04 9:48 
GeneralRe: va_list and COleVariant Pin
Michael Dunn1-May-04 9:58
sitebuilderMichael Dunn1-May-04 9:58 
GeneralParameter Problem Pin
soul.ripper1-May-04 9:15
soul.ripper1-May-04 9:15 
GeneralRe: Parameter Problem Pin
Michael Dunn1-May-04 10:02
sitebuilderMichael Dunn1-May-04 10:02 
Generalsleep( ) Pin
Anonymous1-May-04 7:42
Anonymous1-May-04 7:42 
GeneralRe: sleep( ) Pin
soul.ripper1-May-04 8:59
soul.ripper1-May-04 8:59 
GeneralRe: sleep( ) Pin
Anonymous1-May-04 9:08
Anonymous1-May-04 9:08 
GeneralRe: sleep( ) Pin
Paul Ranson2-May-04 10:48
Paul Ranson2-May-04 10:48 
Anonymous wrote:
//for(int y = 0; y <1000000; y++){}
//Sleep(1);
this->pictureBox1->Invalidate();

This does nothing 1000000 times, then waits 1ms, then calls your invalidate function.

What are you actually trying to achieve? Why not simply 'Sleep' for the appropriate number of milliseconds?

Paul
GeneralUsing .Net components in a MFC application Pin
Jaran Nilsen1-May-04 7:33
Jaran Nilsen1-May-04 7:33 
Generalpow(-1, 0.3333333333) doesn't return -1 Pin
Roman Nurik1-May-04 6:58
Roman Nurik1-May-04 6:58 

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.