Jun 13, 2002 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 I would like to know how Timer can be implemented in CScrollView .
Jun 13, 2002 #2 TGM IS-IT--Management Joined Mar 14, 2001 Messages 141 Location BE Hi Call Beep( 100, 100); in OnInitialUpdate override Add the OnTimer handler with class wizard add this line in the OnTimer Handler: Beep( 100, 100); You should hear beep, beep, beep, .... HTH Thierry Upvote 0 Downvote
Hi Call Beep( 100, 100); in OnInitialUpdate override Add the OnTimer handler with class wizard add this line in the OnTimer Handler: Beep( 100, 100); You should hear beep, beep, beep, .... HTH Thierry
Jun 13, 2002 #3 TGM IS-IT--Management Joined Mar 14, 2001 Messages 141 Location BE Hi Sorry, ... too fast Add SetTimer( 100, 1000, NULL); in the override of OnInitialmUpdate ... Thierry Upvote 0 Downvote
Hi Sorry, ... too fast Add SetTimer( 100, 1000, NULL); in the override of OnInitialmUpdate ... Thierry