Click here to Skip to main content
15,919,778 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unicode Clipboard Pin
30-May-01 13:22
suss30-May-01 13:22 
GeneralImporting existing Dialog interfaces into a new SDI application. Pin
Kimball M. Rudeen29-May-01 13:05
Kimball M. Rudeen29-May-01 13:05 
GeneralRe: Importing existing Dialog interfaces into a new SDI application. Pin
Christian Graus29-May-01 13:12
protectorChristian Graus29-May-01 13:12 
GeneralTimer in a Dialog Box Pin
RobJones29-May-01 12:54
RobJones29-May-01 12:54 
GeneralRe: Timer in a Dialog Box Pin
Christian Graus29-May-01 13:07
protectorChristian Graus29-May-01 13:07 
GeneralRe: Timer in a Dialog Box Pin
RobJones29-May-01 13:30
RobJones29-May-01 13:30 
GeneralRe: Timer in a Dialog Box Pin
Christian Graus29-May-01 13:47
protectorChristian Graus29-May-01 13:47 
GeneralRe: Timer in a Dialog Box Pin
29-May-01 14:43
suss29-May-01 14:43 
I am unable to use comparisons of the intergers because I set the int's value through edit boxes on the dialog application.. e.g (If I want to start the count down timer at 1 day, 1 hour and 1 minute I have 3 edit boxes that I put the information into).I use "void CTimerDlg::onChangeEditBox1()" UpdateData(TRUE); to allow me to input values into the edit boxes. Then onStartTimerButton takes the values from the edit boxes and puts them into the string..etc.. If I look for a change in a int it seems to only trigger when the value is equal to the edit box and I click start timer..not sure what to do.. I tried the m_strTimer2.Left(2) == "55" but that doesnt seem to work either...

Thanks,

Rob Jones
GeneralRe: Timer in a Dialog Box Pin
Christian Graus29-May-01 14:53
protectorChristian Graus29-May-01 14:53 
GeneralRe: Timer in a Dialog Box Pin
RobJones30-May-01 6:03
RobJones30-May-01 6:03 
GeneralRe: Timer in a Dialog Box Pin
RobJones30-May-01 8:53
RobJones30-May-01 8:53 
General"Preloading" a driver Pin
29-May-01 12:12
suss29-May-01 12:12 
General'default' button Pin
29-May-01 11:03
suss29-May-01 11:03 
GeneralRe: 'default' button Pin
Hesham Desouky29-May-01 20:26
Hesham Desouky29-May-01 20:26 
GeneralMFC custom control with child Pin
Kayan29-May-01 10:17
Kayan29-May-01 10:17 
GeneralRe: MFC custom control with child Pin
Michael A Barnhart30-May-01 12:02
Michael A Barnhart30-May-01 12:02 
GeneralMFC MDI 2nd main window problem Pin
Peter Jones29-May-01 10:07
Peter Jones29-May-01 10:07 
GeneralExplorer does not load shell extension.. Pin
J Patel29-May-01 9:06
J Patel29-May-01 9:06 
GeneralRe: Explorer does not load shell extension.. Pin
Michael Dunn29-May-01 9:38
sitebuilderMichael Dunn29-May-01 9:38 
GeneralRe: Explorer does not load shell extension.. Pin
J Patel29-May-01 9:47
J Patel29-May-01 9:47 
GeneralWebBrowser document Automation capabilities. Pin
Alex Chmakotine29-May-01 8:15
Alex Chmakotine29-May-01 8:15 
GeneralDialog to Doc or Dialog to View update Pin
29-May-01 7:39
suss29-May-01 7:39 
GeneralRe: Dialog to Doc or Dialog to View update Pin
Christian Graus29-May-01 13:16
protectorChristian Graus29-May-01 13:16 
GeneralGetting links in Internet Explorer Pin
Crocmort29-May-01 6:44
Crocmort29-May-01 6:44 
GeneralRe: Getting links in Internet Explorer Pin
Ghazi H. Wadi29-May-01 7:26
Ghazi H. Wadi29-May-01 7:26 

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.