Click here to Skip to main content
15,903,856 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: pow(-1, 0.3333333333) doesn't return -1 Pin
Michael Dunn1-May-04 10:13
sitebuilderMichael Dunn1-May-04 10:13 
GeneralRe: pow(-1, 0.3333333333) doesn't return -1 Pin
Roman Nurik1-May-04 14:01
Roman Nurik1-May-04 14:01 
Generaland it shouldn't Pin
Tim Smith1-May-04 14:17
Tim Smith1-May-04 14:17 
GeneralRe: and it shouldn't Pin
Roman Nurik1-May-04 14:38
Roman Nurik1-May-04 14:38 
GeneralRe: and it shouldn't Pin
Tim Smith1-May-04 15:51
Tim Smith1-May-04 15:51 
GeneralRe: and it shouldn't Pin
Barvus1-May-04 19:49
Barvus1-May-04 19:49 
GeneralRe: and it shouldn't Pin
Tim Smith2-May-04 4:50
Tim Smith2-May-04 4:50 
GeneralRe: and it shouldn't Pin
Barvus2-May-04 5:35
Barvus2-May-04 5:35 
GeneralRe: and it shouldn't Pin
f641-May-04 19:10
f641-May-04 19:10 
GeneralRe: pow(-1, 0.3333333333) doesn't return -1 Pin
Eguru1-May-04 20:46
Eguru1-May-04 20:46 
GeneralRe: pow(-1, 0.3333333333) doesn't return -1 Pin
Roman Nurik2-May-04 4:08
Roman Nurik2-May-04 4:08 
GeneralRe: pow(-1, 0.3333333333) doesn't return -1 Pin
f642-May-04 6:59
f642-May-04 6:59 
GeneralRe: pow(-1, 0.3333333333) doesn't return -1 Pin
Roman Nurik2-May-04 7:04
Roman Nurik2-May-04 7:04 
GeneralNo static linking Pin
jonsson_841-May-04 6:57
jonsson_841-May-04 6:57 
GeneralRe: No static linking Pin
peterchen1-May-04 7:23
peterchen1-May-04 7:23 

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.