Click here to Skip to main content
15,892,809 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: nebulous TRACE output Pin
Stephen C. Steel12-Mar-02 12:12
Stephen C. Steel12-Mar-02 12:12 
GeneralRe: nebulous TRACE output Pin
moredip12-Mar-02 12:20
moredip12-Mar-02 12:20 
Questiontoo simple to work? Pin
11-Mar-02 13:18
suss11-Mar-02 13:18 
AnswerRe: too simple to work? Pin
Joaquín M López Muñoz11-Mar-02 20:14
Joaquín M López Muñoz11-Mar-02 20:14 
GeneralRe: too simple to work? Pin
12-Mar-02 4:47
suss12-Mar-02 4:47 
GeneralRe: too simple to work? Pin
Atila12-Mar-02 5:25
Atila12-Mar-02 5:25 
GeneralRe: too simple to work? Pin
12-Mar-02 5:27
suss12-Mar-02 5:27 
GeneralRe: too simple to work? Pin
12-Mar-02 5:41
suss12-Mar-02 5:41 
Joaquín,
Please ignore my message above. It was a bad test. If I change the values it will work better. Thanks again for your help.

(But I still wonder about my OnIdle question: The only other thing that I know Run() does is call OnIdle(). Can I safly not call OnIdle() - I don't plan to overide it? )

Here is how I getting my test to work (I increased the delay):
//Sleep(500);
x = new Cw();
x->delay=3000;
x->freq=2000;
x->CreateThread();
//Sleep(500);
y = new Cw();
y->delay=6000;
y->freq=1000;
y->CreateThread();
//Sleep(500);
z = new Cw();
z->delay=9000;
z->freq=500;
z->CreateThread();

GeneralRe: Hello again ! Pin
Atila12-Mar-02 5:57
Atila12-Mar-02 5:57 
GeneralUsing Property Pages to Display ODBC Database Pin
dsouthard11-Mar-02 12:39
dsouthard11-Mar-02 12:39 
GeneralCHtmlView question Pin
Chris Losinger11-Mar-02 12:22
professionalChris Losinger11-Mar-02 12:22 
GeneralAfxGetMainWnd() from a Worker Thread Pin
Giles11-Mar-02 11:03
Giles11-Mar-02 11:03 
GeneralRe: AfxGetMainWnd() from a Worker Thread Pin
Morozov Alexey11-Mar-02 12:20
Morozov Alexey11-Mar-02 12:20 
GeneralRe: AfxGetMainWnd() from a Worker Thread Pin
Giles12-Mar-02 12:29
Giles12-Mar-02 12:29 
GeneralRe: AfxGetMainWnd() from a Worker Thread Pin
Nish Nishant11-Mar-02 14:04
sitebuilderNish Nishant11-Mar-02 14:04 
GeneralRe: AfxGetMainWnd() from a Worker Thread Pin
Giles12-Mar-02 12:26
Giles12-Mar-02 12:26 
GeneralCObArray - Destructors for CObject Pin
dazinith11-Mar-02 10:36
dazinith11-Mar-02 10:36 
GeneralODBC and ExecuteSQL Pin
Yousuf11-Mar-02 10:04
Yousuf11-Mar-02 10:04 
GeneralRe: ODBC and ExecuteSQL Pin
Carlos Antollini11-Mar-02 10:46
Carlos Antollini11-Mar-02 10:46 
GeneralRe: ODBC and ExecuteSQL Pin
Yousuf12-Mar-02 9:21
Yousuf12-Mar-02 9:21 
GeneralWhich software updates NT to MSVCRT.DLL (6.00.8797) Pin
Hoang Le11-Mar-02 9:05
Hoang Le11-Mar-02 9:05 
GeneralRe: Which software updates NT to MSVCRT.DLL (6.00.8797) Pin
Derek Waters11-Mar-02 11:28
Derek Waters11-Mar-02 11:28 
GeneralTransparency and IPicture Pin
Derek Lakin11-Mar-02 8:46
Derek Lakin11-Mar-02 8:46 
GeneralSIMPLE QUESTION Pin
11-Mar-02 8:20
suss11-Mar-02 8:20 
GeneralRe: SIMPLE QUESTION Pin
Christian Graus11-Mar-02 8:23
protectorChristian Graus11-Mar-02 8: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.