Click here to Skip to main content
15,891,935 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VC and FTP Pin
Amit Dey29-Sep-01 12:54
Amit Dey29-Sep-01 12:54 
QuestionDisable time change? Pin
Rickard Andersson2029-Sep-01 11:07
Rickard Andersson2029-Sep-01 11:07 
AnswerRe: Disable time change? Pin
Paolo Messina30-Sep-01 3:46
professionalPaolo Messina30-Sep-01 3:46 
GeneralRe: Disable time change? Pin
30-Sep-01 4:21
suss30-Sep-01 4:21 
GeneralRe: Disable time change? Pin
30-Sep-01 5:11
suss30-Sep-01 5:11 
AnswerRe: Disable time change? Pin
Ravi Bhavnani30-Sep-01 4:55
professionalRavi Bhavnani30-Sep-01 4:55 
GeneralRe: Disable time change? Pin
30-Sep-01 5:07
suss30-Sep-01 5:07 
GeneralRe: Disable time change? Pin
Ravi Bhavnani30-Sep-01 5:15
professionalRavi Bhavnani30-Sep-01 5:15 
When your app resets the time, you may (I'm not sure) get another WM_SYSTIMECHANGE message, causing your app to thrash. Use a flag to remember that your app manually reset the time. Clear the flag (if it was set) in OnSysTimeChange().

/ravi

"There is always one more bug..."
http://www.ravib.com
ravib@ravib.com
GeneralMode Function Pin
EvilSource29-Sep-01 9:02
EvilSource29-Sep-01 9:02 
GeneralRe: Mode Function Pin
Paolo Messina30-Sep-01 4:06
professionalPaolo Messina30-Sep-01 4:06 
GeneralMath function Pin
29-Sep-01 8:38
suss29-Sep-01 8:38 
GeneralRe: Math function Pin
Paolo Messina30-Sep-01 4:04
professionalPaolo Messina30-Sep-01 4:04 
GeneralDWebBrowserEvents2 Pin
29-Sep-01 4:33
suss29-Sep-01 4:33 
GeneralChanging windows cursors programatically Pin
Erik Hammar29-Sep-01 3:27
Erik Hammar29-Sep-01 3:27 
GeneralRe: Changing windows cursors programatically Pin
29-Sep-01 4:02
suss29-Sep-01 4:02 
GeneralCFormView window Border Pin
Giles29-Sep-01 0:45
Giles29-Sep-01 0:45 
GeneralRe: CFormView window Border Pin
Paolo Messina29-Sep-01 2:37
professionalPaolo Messina29-Sep-01 2:37 
GeneralRe: CFormView window Border Pin
Giles29-Sep-01 2:59
Giles29-Sep-01 2:59 
GeneralRe: CFormView window Border Pin
Paolo Messina29-Sep-01 3:05
professionalPaolo Messina29-Sep-01 3:05 
GeneralRe: CFormView window Border Pin
Giles29-Sep-01 3:13
Giles29-Sep-01 3:13 
GeneralRe: CFormView window Border Pin
Paolo Messina29-Sep-01 3:58
professionalPaolo Messina29-Sep-01 3:58 
GeneralRe: CFormView window Border Pin
Giles29-Sep-01 4:38
Giles29-Sep-01 4:38 
GeneralRe: CFormView window Border Pin
Paolo Messina29-Sep-01 4:46
professionalPaolo Messina29-Sep-01 4:46 
GeneralRe: correction Pin
Paolo Messina29-Sep-01 4:54
professionalPaolo Messina29-Sep-01 4:54 
GeneralRe: correction Pin
Giles29-Sep-01 5:08
Giles29-Sep-01 5:08 

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.