Click here to Skip to main content
15,920,633 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ListCtrl - Put a imagem background ?? Pin
Cris4-Jun-03 2:04
Cris4-Jun-03 2:04 
GeneralRe: ListCtrl - Put a imagem background ?? Pin
Franz Granlund5-Jun-03 2:10
Franz Granlund5-Jun-03 2:10 
GeneralRe: ListCtrl - Put a imagem background ?? Pin
Cris5-Jun-03 2:39
Cris5-Jun-03 2:39 
GeneralRe: ListCtrl - Put a imagem background ?? Pin
Franz Granlund5-Jun-03 20:21
Franz Granlund5-Jun-03 20:21 
GeneralHooking windows Pin
LukeV3-Jun-03 4:34
LukeV3-Jun-03 4:34 
GeneralRe: Hooking windows Pin
Rage3-Jun-03 5:07
professionalRage3-Jun-03 5:07 
GeneralCreating Fonts Pin
Sreeramachandra3-Jun-03 4:26
Sreeramachandra3-Jun-03 4:26 
GeneralUsing a timer Pin
act_x3-Jun-03 4:25
act_x3-Jun-03 4:25 
I am trying to use a Timer in a non MFC framework . I have been able to use this timer in the past. Suddenly I am faced with problems which I am failing to comprehend .

The timer is called as :
timerID=::SetTimer(NULL,NULL,1000,this->TimerCallback1);


that confirms to the syntax
UINT_PTR SetTimer( HWND hWnd,
UINT_PTR nIDEvent,
UINT uElapse,
TIMERPROC lpTimerFunc
);


My Call back is defined as
static VOID CALLBACK TimerCallback1(HWND hwnd, UINT uMsg, UINT idEvent, DWORD dwTime);

Still My Timer Function is not getting called !!!
The strange part is that The timer does get called when the interval is less than 400 msec !!!!


GeneralRe: Using a timer Pin
Rage3-Jun-03 5:16
professionalRage3-Jun-03 5:16 
GeneralRe: Using a timer Pin
act_x3-Jun-03 5:25
act_x3-Jun-03 5:25 
GeneralRe: Using a timer Pin
Rage3-Jun-03 5:30
professionalRage3-Jun-03 5:30 
QuestionHow to change the caption Pin
Vassili3-Jun-03 4:25
Vassili3-Jun-03 4:25 
AnswerRe: How to change the caption Pin
Dominik Reichl3-Jun-03 4:44
Dominik Reichl3-Jun-03 4:44 
GeneralKnowing when a dos command ended Pin
Shay Harel3-Jun-03 3:27
Shay Harel3-Jun-03 3:27 
GeneralRe: Knowing when a dos command ended Pin
Rage3-Jun-03 3:32
professionalRage3-Jun-03 3:32 
GeneralRe: Knowing when a dos command ended Pin
Anders Molin3-Jun-03 4:39
professionalAnders Molin3-Jun-03 4:39 
GeneralRe: Knowing when a dos command ended Pin
Rage3-Jun-03 5:00
professionalRage3-Jun-03 5:00 
GeneralRe: Knowing when a dos command ended Pin
Ryan_Roberts3-Jun-03 5:24
Ryan_Roberts3-Jun-03 5:24 
GeneralRe: Knowing when a dos command ended Pin
Rage3-Jun-03 5:33
professionalRage3-Jun-03 5:33 
GeneralRe: Knowing when a dos command ended Pin
David Crow3-Jun-03 6:29
David Crow3-Jun-03 6:29 
GeneralCHtmlView events Pin
joblemar3-Jun-03 3:24
sussjoblemar3-Jun-03 3:24 
GeneralRe: CHtmlView events Pin
Joan M3-Jun-03 22:52
professionalJoan M3-Jun-03 22:52 
QuestionHow to save the drawing as a bitmap? Pin
stanley guan3-Jun-03 3:16
stanley guan3-Jun-03 3:16 
QuestionHow do I read file until 0 bytes left. Pin
IrishSonic3-Jun-03 3:02
IrishSonic3-Jun-03 3:02 
AnswerRe: How do I read file until 0 bytes left. Pin
David Crow3-Jun-03 3:05
David Crow3-Jun-03 3:05 

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.