Click here to Skip to main content
15,927,514 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMessage Compiler Internationalization Pin
Le centriste10-Oct-02 3:31
Le centriste10-Oct-02 3:31 
GeneralTab does not work in my modeless Dialogs Pin
Anonymous10-Oct-02 3:29
Anonymous10-Oct-02 3:29 
GeneralRe: Tab does not work in my modeless Dialogs Pin
Paul M Watt10-Oct-02 5:22
mentorPaul M Watt10-Oct-02 5:22 
GeneralThreads Pin
Ruca10-Oct-02 2:59
Ruca10-Oct-02 2:59 
GeneralRe: Threads Pin
Daniel Turini10-Oct-02 3:02
Daniel Turini10-Oct-02 3:02 
GeneralRe: Threads Pin
Le centriste10-Oct-02 3:13
Le centriste10-Oct-02 3:13 
GeneralRe: Threads Pin
Daniel Turini10-Oct-02 3:12
Daniel Turini10-Oct-02 3:12 
GeneralRe: Threads Pin
Le centriste10-Oct-02 3:40
Le centriste10-Oct-02 3:40 
The suggestion is NOT to use Sleep, because it is blocking, so you are unable to tell the thread to cleanup and quit.

The use of either WaitForSingleObject with a 1800000 milliseconds time-out or SetTimer and catching the WM_TIMER and WM_QUIT messages is better.

Michel

It is a lovely language, but it takes a very long time to say anything in it, because we do not say anything in it, unless it is worth taking a very long time to say, and to listen to.

- TreeBeard
GeneralStrange crush Pin
Hans Ruck10-Oct-02 2:54
Hans Ruck10-Oct-02 2:54 
GeneralRe: Strange crush Pin
Daniel Turini10-Oct-02 3:54
Daniel Turini10-Oct-02 3:54 
GeneralRe: Strange crush Pin
Hans Ruck10-Oct-02 4:26
Hans Ruck10-Oct-02 4:26 
GeneralIs it a bird? Is it a plane? No! It's SuperUser Pin
Georg Haan10-Oct-02 2:46
Georg Haan10-Oct-02 2:46 
GeneralRe: Is it a bird? Is it a plane? No! It's SuperUser Pin
Daniel Turini10-Oct-02 2:51
Daniel Turini10-Oct-02 2:51 
Generalre: Pin
Georg Haan10-Oct-02 3:18
Georg Haan10-Oct-02 3:18 
GeneralRe: Is it a bird? Is it a plane? No! It's SuperUser Pin
Andreas Saurwein10-Oct-02 3:09
Andreas Saurwein10-Oct-02 3:09 
Generalre: Pin
Georg Haan10-Oct-02 3:27
Georg Haan10-Oct-02 3:27 
GeneralRe: re: Pin
Andreas Saurwein10-Oct-02 4:00
Andreas Saurwein10-Oct-02 4:00 
GeneralRe: re: Pin
Georg Haan10-Oct-02 4:18
Georg Haan10-Oct-02 4:18 
GeneralRe: re: Pin
Andreas Saurwein10-Oct-02 6:22
Andreas Saurwein10-Oct-02 6:22 
Generalabout function GetResize() Pin
Gérald Mercet10-Oct-02 2:08
Gérald Mercet10-Oct-02 2:08 
GeneralRe: about function GetResize() Pin
Stephane Rodriguez.10-Oct-02 3:17
Stephane Rodriguez.10-Oct-02 3:17 
GeneralMs Word / Office Properties and inplace grid... Pin
Braulio Dez10-Oct-02 1:10
Braulio Dez10-Oct-02 1:10 
Generalretrieve the harddisk serial number Pin
vgkotha10-Oct-02 1:05
vgkotha10-Oct-02 1:05 
GeneralRe: retrieve the harddisk serial number Pin
KarstenK10-Oct-02 1:14
mveKarstenK10-Oct-02 1:14 
GeneralRe: retrieve the harddisk serial number Pin
Kannan Kalyanaraman10-Oct-02 1:19
Kannan Kalyanaraman10-Oct-02 1:19 

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.