Click here to Skip to main content
15,921,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat is LPCTSTR? & how to convert 2 a char? Pin
tomek1821-Jun-05 6:57
tomek1821-Jun-05 6:57 
AnswerRe: What is LPCTSTR? & how to convert 2 a char? Pin
David Crow21-Jun-05 7:11
David Crow21-Jun-05 7:11 
AnswerRe: What is LPCTSTR? & how to convert 2 a char? Pin
TheGreatAndPowerfulOz21-Jun-05 7:18
TheGreatAndPowerfulOz21-Jun-05 7:18 
AnswerRe: What is LPCTSTR? & how to convert 2 a char? Pin
John R. Shaw21-Jun-05 8:23
John R. Shaw21-Jun-05 8:23 
QuestionHOW TO: Timer / tic function in C woes Pin
kevingpo21-Jun-05 6:18
kevingpo21-Jun-05 6:18 
AnswerRe: HOW TO: Timer / tic function in C woes Pin
BlackDice21-Jun-05 6:20
BlackDice21-Jun-05 6:20 
GeneralRe: HOW TO: Timer / tic function in C woes Pin
kevingpo21-Jun-05 7:58
kevingpo21-Jun-05 7:58 
GeneralRe: HOW TO: Timer / tic function in C woes Pin
BlackDice21-Jun-05 8:10
BlackDice21-Jun-05 8:10 
SetTimer() just a Windows API. the only other thing I can think of is to spawn another thread and have it execute an infinite loop that calls Sleep() for the amount of milliseconds you need, then call the function you want it to execute

My articles

www.stillwaterexpress.com

BlackDice
GeneralRe: HOW TO: Timer / tic function in C woes Pin
Blake Miller21-Jun-05 9:14
Blake Miller21-Jun-05 9:14 
GeneralWIndows Controls Pin
Ross White21-Jun-05 5:15
Ross White21-Jun-05 5:15 
GeneralRe: WIndows Controls Pin
Blake Miller21-Jun-05 5:43
Blake Miller21-Jun-05 5:43 
GeneralRe: WIndows Controls Pin
James Brown21-Jun-05 7:30
James Brown21-Jun-05 7:30 
GeneralRe: WIndows Controls Pin
Andy Moore21-Jun-05 7:35
Andy Moore21-Jun-05 7:35 
GeneralRe: WIndows Controls Pin
Ross White21-Jun-05 8:08
Ross White21-Jun-05 8:08 
Generaldynamic check box creation Pin
softtec21-Jun-05 4:33
softtec21-Jun-05 4:33 
GeneralRe: dynamic check box creation Pin
Blake Miller21-Jun-05 6:05
Blake Miller21-Jun-05 6:05 
GeneralUltimate Grid 6.1 (tab font) Pin
smbelow21-Jun-05 4:32
smbelow21-Jun-05 4:32 
GeneralRe: Ultimate Grid 6.1 (tab font) Pin
lynchspawn21-Jun-05 4:41
lynchspawn21-Jun-05 4:41 
GeneralDLL question ( clueless ) Pin
Maximilien21-Jun-05 4:05
Maximilien21-Jun-05 4:05 
GeneralRe: DLL question ( clueless ) Pin
LCI21-Jun-05 4:15
LCI21-Jun-05 4:15 
GeneralRe: DLL question ( clueless ) Pin
Tom Archer21-Jun-05 4:15
Tom Archer21-Jun-05 4:15 
GeneralRe: DLL question ( clueless ) Pin
Antony M Kancidrowski21-Jun-05 4:24
Antony M Kancidrowski21-Jun-05 4:24 
GeneralRe: DLL question ( clueless ) probably self-answered Pin
Maximilien21-Jun-05 4:30
Maximilien21-Jun-05 4:30 
GeneralRe: DLL question ( clueless ) probably self-answered Pin
Antony M Kancidrowski21-Jun-05 4:44
Antony M Kancidrowski21-Jun-05 4:44 
QuestionSDI w/ splitter - SetActiveView()??? Pin
lynchspawn21-Jun-05 4:04
lynchspawn21-Jun-05 4:04 

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.