Click here to Skip to main content
16,010,876 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalsetting IE homepage, errors and search Pin
Amit Dey29-Sep-01 12:56
Amit Dey29-Sep-01 12:56 
GeneralVC and FTP Pin
29-Sep-01 11:27
suss29-Sep-01 11:27 
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 
<hack Smile | :) >
  1. Set up a timer to fire at 100mSec. intervals and keep track of the current time in OnTimer().

  2. Override OnTimeChange() to set the time back to the last time read in OnTimer(). Use a flag to do this only if the time was not changed by your app.
</hack>

/ravi

"There is always one more bug..."
http://www.ravib.com
ravib@ravib.com
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 
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 

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.