Click here to Skip to main content
15,917,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Command Line String Replacer Pin
Axter11-Jan-05 12:35
professionalAxter11-Jan-05 12:35 
GeneralRe: Command Line String Replacer Pin
basementman12-Jan-05 3:35
basementman12-Jan-05 3:35 
GeneralRe: Command Line String Replacer Pin
Joel Holdsworth12-Jan-05 2:28
Joel Holdsworth12-Jan-05 2:28 
GeneralRe: Debug Question Pin
BlackDice11-Jan-05 7:27
BlackDice11-Jan-05 7:27 
GeneralSimple question - Threads and Timers Pin
no_reg_name11-Jan-05 5:36
no_reg_name11-Jan-05 5:36 
GeneralRe: Simple question - Threads and Timers Pin
ThatsAlok11-Jan-05 6:45
ThatsAlok11-Jan-05 6:45 
GeneralRe: Simple question - Threads and Timers Pin
Blake Miller11-Jan-05 7:18
Blake Miller11-Jan-05 7:18 
GeneralRe: Simple question - Threads and Timers Pin
PJ Arends11-Jan-05 9:16
professionalPJ Arends11-Jan-05 9:16 
There are two ways to use the SetTimer API. The first is as you said where you specify an HWND that will recieve the WM_TIMER message. The second is to use the CALLBACK function that you specify in the fourth parameter of the SetTimer() function. See SetTimer[^] and TimerProc[^] in MSDN for more info.



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04

Within you lies the power for good - Use it!
GeneralRe: Simple question - Threads and Timers Pin
basementman11-Jan-05 9:18
basementman11-Jan-05 9:18 
GeneralRe: Simple question - Threads and Timers Pin
PJ Arends11-Jan-05 9:52
professionalPJ Arends11-Jan-05 9:52 
GeneralRe: Simple question - Threads and Timers Pin
basementman11-Jan-05 9:17
basementman11-Jan-05 9:17 
GeneralDisabling only the menubar/toolbars of the mainframe Pin
Maximilien11-Jan-05 4:18
Maximilien11-Jan-05 4:18 
GeneralRe: Disabling only the menubar/toolbars of the mainframe Pin
Ravi Bhavnani11-Jan-05 4:26
professionalRavi Bhavnani11-Jan-05 4:26 
GeneralRe: Disabling only the menubar/toolbars of the mainframe Pin
basementman11-Jan-05 5:40
basementman11-Jan-05 5:40 
GeneralRe: Disabling only the menubar/toolbars of the mainframe Pin
Maximilien11-Jan-05 6:05
Maximilien11-Jan-05 6:05 
QuestionI need vc++ project please? Pin
Anas_zet11-Jan-05 4:07
Anas_zet11-Jan-05 4:07 
AnswerRe: I need vc++ project please? Pin
Maximilien11-Jan-05 6:19
Maximilien11-Jan-05 6:19 
GeneralRe: I need vc++ project please? Pin
Anas_zet20-Jan-05 11:38
Anas_zet20-Jan-05 11:38 
GeneralHelp me, I want any VC++ project Pin
Anas_zet11-Jan-05 4:04
Anas_zet11-Jan-05 4:04 
GeneralRe: Help me, I want any VC++ project Pin
pc_dev11-Jan-05 22:01
pc_dev11-Jan-05 22:01 
GeneralRe: Help me, I want any VC++ project Pin
Anonymous20-Jan-05 11:22
Anonymous20-Jan-05 11:22 
GeneralNetwork Share Dlg Pin
Mike Doner11-Jan-05 3:08
Mike Doner11-Jan-05 3:08 
GeneralRe: Network Share Dlg Pin
David Crow11-Jan-05 10:20
David Crow11-Jan-05 10:20 
Generalconverting integer to string Pin
mytz11-Jan-05 2:43
mytz11-Jan-05 2:43 
GeneralRe: converting integer to string Pin
Anonymous11-Jan-05 2:59
Anonymous11-Jan-05 2:59 

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.