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

C / C++ / MFC

 
Generaltoolbar toggling Pin
halblonious22-Aug-03 11:03
halblonious22-Aug-03 11:03 
GeneralRe: toolbar toggling Pin
igor196022-Aug-03 11:38
igor196022-Aug-03 11:38 
GeneralAccessing network resources from within a service Pin
Gary Wheeler22-Aug-03 10:56
Gary Wheeler22-Aug-03 10:56 
GeneralRe: Accessing network resources from within a service Pin
Xiangyang Liu 刘向阳22-Aug-03 14:54
Xiangyang Liu 刘向阳22-Aug-03 14:54 
Questionhow to add a delay in program Pin
mr200322-Aug-03 9:46
mr200322-Aug-03 9:46 
AnswerRe: how to add a delay in program Pin
Neville Franks22-Aug-03 9:52
Neville Franks22-Aug-03 9:52 
GeneralRe: how to add a delay in program Pin
Maxwell Chen24-Aug-03 16:23
Maxwell Chen24-Aug-03 16:23 
AnswerRe: how to add a delay in program Pin
Marissa18222-Aug-03 13:10
Marissa18222-Aug-03 13:10 
maybe you want to use SetTimer

SetTimer(TIMER_ID, time);

Then just set up a message handler to check for TIMER_ID and do what you want in that message i think there are a few samples somewhere on this site :P
AnswerRe: how to add a delay in program Pin
parths22-Aug-03 18:21
parths22-Aug-03 18:21 
AnswerRe: how to add a delay in program Pin
HPSI22-Aug-03 19:05
HPSI22-Aug-03 19:05 
AnswerRe: how to add a delay in program Pin
l a u r e n23-Aug-03 7:11
l a u r e n23-Aug-03 7:11 
Generalstatus bar Pin
karkulka22-Aug-03 7:41
karkulka22-Aug-03 7:41 
GeneralRe: status bar Pin
valikac22-Aug-03 12:21
valikac22-Aug-03 12:21 
GeneralLanguage question: accessing union members Pin
Phil Hamer22-Aug-03 7:41
Phil Hamer22-Aug-03 7:41 
GeneralRe: Language question: accessing union members Pin
vcplusplus22-Aug-03 8:03
vcplusplus22-Aug-03 8:03 
GeneralRe: Language question: accessing union members Pin
Phil Hamer22-Aug-03 9:51
Phil Hamer22-Aug-03 9:51 
GeneralRe: Language question: accessing union members Pin
David Crow22-Aug-03 11:05
David Crow22-Aug-03 11:05 
GeneralRe: Language question: accessing union members Pin
Marissa18222-Aug-03 13:13
Marissa18222-Aug-03 13:13 
GeneralList view control (non-MFC) Pin
Kayembi22-Aug-03 7:37
Kayembi22-Aug-03 7:37 
GeneralRe: List view control (non-MFC) Pin
skaanji22-Aug-03 10:43
skaanji22-Aug-03 10:43 
GeneralTrying To Learn Some MFC: "Visual C++ .NET Bible" and having some problems Pin
Rohde22-Aug-03 7:34
Rohde22-Aug-03 7:34 
GeneralRe: Trying To Learn Some MFC: "Visual C++ .NET Bible" and having some problems Pin
Rohde22-Aug-03 7:41
Rohde22-Aug-03 7:41 
GeneralRe: Trying To Learn Some MFC: "Visual C++ .NET Bible" and having some problems Pin
Tom Archer22-Aug-03 12:40
Tom Archer22-Aug-03 12:40 
GeneralRe: Trying To Learn Some MFC: "Visual C++ .NET Bible" and having some problems Pin
Rohde22-Aug-03 13:06
Rohde22-Aug-03 13:06 
GeneralRe: Trying To Learn Some MFC: "Visual C++ .NET Bible" and having some problems Pin
Tom Archer22-Aug-03 13:10
Tom Archer22-Aug-03 13:10 

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.