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

C / C++ / MFC

 
GeneralRe: Good UI and component source Pin
Anthony_Yio11-Aug-03 1:19
Anthony_Yio11-Aug-03 1:19 
GeneralRe: Good UI and component source Pin
gri10-Aug-03 14:10
gri10-Aug-03 14:10 
GeneralRe: Good UI and component source Pin
Scott Evans14-Aug-03 6:28
Scott Evans14-Aug-03 6:28 
QuestionMulti-Column ComboBoxes? Pin
Terry O'Nolley10-Aug-03 5:55
Terry O'Nolley10-Aug-03 5:55 
AnswerRe: Multi-Column ComboBoxes? Pin
PJ Arends10-Aug-03 6:38
professionalPJ Arends10-Aug-03 6:38 
GeneralRe: Multi-Column ComboBoxes? Pin
Terry O'Nolley10-Aug-03 7:12
Terry O'Nolley10-Aug-03 7:12 
GeneralSimple progress bar question... Pin
Snyp10-Aug-03 5:49
Snyp10-Aug-03 5:49 
GeneralRe: Simple progress bar question... Pin
Terry O'Nolley10-Aug-03 10:13
Terry O'Nolley10-Aug-03 10:13 
First off, nice sig. Did you like the book?

Is your SetTimer() working?

Lets say you want the timer to run for 20 seconds.
Lets say you want the progress bar to update 100 times during the 20 seconds.

20 seconds is 20000 milliseconds, so you would want to increment your progress bar every 200 milliseconds.

You could set a timer for 200 milliseconds and write a message handler for WM_TIMER. If it is your Timer being expired, increment a counter and update the progress bar. WHen the counter gets to 100, you are done.













GeneralVery Simple Singleton Pin
Skirmish10-Aug-03 4:31
Skirmish10-Aug-03 4:31 
GeneralRe: Very Simple Singleton Pin
Anonymous10-Aug-03 5:08
Anonymous10-Aug-03 5:08 
GeneralRe: Very Simple Singleton Pin
Michael Dunn10-Aug-03 5:11
sitebuilderMichael Dunn10-Aug-03 5:11 
GeneralRe: Very Simple Singleton Pin
Gary R. Wheeler10-Aug-03 5:13
Gary R. Wheeler10-Aug-03 5:13 
Generalfull text search code Pin
Neville Franks9-Aug-03 22:42
Neville Franks9-Aug-03 22:42 
GeneralRe: full text search code Pin
Jonathan de Halleux9-Aug-03 23:51
Jonathan de Halleux9-Aug-03 23:51 
GeneralRe: full text search code Pin
Neville Franks10-Aug-03 0:35
Neville Franks10-Aug-03 0:35 
GeneralRe: full text search code Pin
Jonathan de Halleux10-Aug-03 4:23
Jonathan de Halleux10-Aug-03 4:23 
GeneralRe: full text search code Pin
Jörgen Sigvardsson10-Aug-03 0:14
Jörgen Sigvardsson10-Aug-03 0:14 
GeneralRe: full text search code Pin
Neville Franks10-Aug-03 0:36
Neville Franks10-Aug-03 0:36 
GeneralRe: full text search code Pin
Jörgen Sigvardsson10-Aug-03 0:43
Jörgen Sigvardsson10-Aug-03 0:43 
GeneralRe: full text search code Pin
Neville Franks10-Aug-03 0:51
Neville Franks10-Aug-03 0:51 
GeneralRe: full text search code Pin
Hans Dietrich10-Aug-03 2:08
mentorHans Dietrich10-Aug-03 2:08 
GeneralRe: full text search code Pin
Neville Franks10-Aug-03 2:56
Neville Franks10-Aug-03 2:56 
GeneralRe: full text search code Pin
Hans Dietrich10-Aug-03 3:26
mentorHans Dietrich10-Aug-03 3:26 
GeneralRe: full text search code Pin
Neville Franks11-Aug-03 0:28
Neville Franks11-Aug-03 0:28 
Generalautomate Office without give Password Pin
Jason Truong9-Aug-03 22:33
Jason Truong9-Aug-03 22:33 

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.