Click here to Skip to main content
16,011,988 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need help with dlls Pin
Jim Crafton7-Jan-03 17:58
Jim Crafton7-Jan-03 17:58 
GeneralRe: Need help with dlls Pin
TOMTEFAR7-Jan-03 20:41
TOMTEFAR7-Jan-03 20:41 
GeneralListBox WM_VKEYTOITEM misbehaves! Pin
Brian Tietz7-Jan-03 15:30
Brian Tietz7-Jan-03 15:30 
GeneralRe: ListBox WM_VKEYTOITEM misbehaves! Pin
Brian Tietz7-Jan-03 16:01
Brian Tietz7-Jan-03 16:01 
GeneralRe: ListBox WM_VKEYTOITEM misbehaves! Pin
l a u r e n7-Jan-03 18:00
l a u r e n7-Jan-03 18:00 
GeneralCDataGrid Pin
Gilfrog7-Jan-03 12:11
Gilfrog7-Jan-03 12:11 
GeneralWM_TIMER and SetTimer Pin
Sunnygirl7-Jan-03 12:02
Sunnygirl7-Jan-03 12:02 
GeneralRe: WM_TIMER and SetTimer Pin
Mike Nordell7-Jan-03 15:49
Mike Nordell7-Jan-03 15:49 
Sunnygirl wrote:
can i use WM_TIMER and SetTimer without a Thread?

No. On the other hand, without a thread you don't have any code running, so that shouldn't be a problem.

Perhaps your question is if you can use SetTimer and handle WM_TIMER messages in the main thread? In that case the answer is an obvious Yes. For examples, please look it up yourself. MSDN, Google, even CodeProject itself contains lots of example code.
GeneralArrays of control Pin
TV7-Jan-03 10:21
TV7-Jan-03 10:21 
GeneralRe: Arrays of control Pin
Alvaro Mendez7-Jan-03 11:50
Alvaro Mendez7-Jan-03 11:50 
GeneralRe: Arrays of control Pin
Heywood7-Jan-03 12:50
Heywood7-Jan-03 12:50 
GeneralRe: Arrays of control Pin
Andreas Saurwein8-Jan-03 0:38
Andreas Saurwein8-Jan-03 0:38 
Generalsystem, _wsystem calls within MSVC++ dialog applications Pin
rghin7-Jan-03 8:49
rghin7-Jan-03 8:49 
GeneralRe: system, _wsystem calls within MSVC++ dialog applications Pin
AlexO7-Jan-03 9:15
AlexO7-Jan-03 9:15 
GeneralRe: system, _wsystem calls within MSVC++ dialog applications Pin
valikac7-Jan-03 9:25
valikac7-Jan-03 9:25 
GeneralRe: system, _wsystem calls within MSVC++ dialog applications Pin
Alvaro Mendez7-Jan-03 9:25
Alvaro Mendez7-Jan-03 9:25 
GeneralWindows Hooks Pin
Nnamdi Onyeyiri7-Jan-03 8:07
Nnamdi Onyeyiri7-Jan-03 8:07 
GeneralRe: Windows Hooks Pin
Nish Nishant7-Jan-03 10:05
sitebuilderNish Nishant7-Jan-03 10:05 
GeneralRe: Windows Hooks Pin
Nnamdi Onyeyiri7-Jan-03 10:34
Nnamdi Onyeyiri7-Jan-03 10:34 
GeneralRe: Windows Hooks Pin
Nish Nishant7-Jan-03 11:31
sitebuilderNish Nishant7-Jan-03 11:31 
GeneralCRichEdit crashes Pin
Ricky_TheBard7-Jan-03 8:06
Ricky_TheBard7-Jan-03 8:06 
GeneralDetecting when an internet connection is active Pin
fferland7-Jan-03 7:52
fferland7-Jan-03 7:52 
GeneralRe: Detecting when an internet connection is active Pin
valikac7-Jan-03 9:20
valikac7-Jan-03 9:20 
GeneralRe: Detecting when an internet connection is active Pin
Todd Smith7-Jan-03 9:58
Todd Smith7-Jan-03 9:58 
GeneralCStatic scroll bar Pin
Dean Goodman7-Jan-03 7:37
Dean Goodman7-Jan-03 7:37 

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.