Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GDI: Painting over existing picture Pin
Tomasz Sowinski8-Jun-01 4:09
Tomasz Sowinski8-Jun-01 4:09 
GeneralDrawFocusRect Pin
8-Jun-01 4:29
suss8-Jun-01 4:29 
GeneralRe: DrawFocusRect Pin
Tomasz Sowinski8-Jun-01 4:39
Tomasz Sowinski8-Jun-01 4:39 
GeneralI've got it ... Pin
8-Jun-01 5:06
suss8-Jun-01 5:06 
GeneralRe: Changing a dialogs size Pin
Tomasz Sowinski8-Jun-01 2:12
Tomasz Sowinski8-Jun-01 2:12 
GeneralRe: Changing a dialogs size Pin
Ben Burnett8-Jun-01 2:48
Ben Burnett8-Jun-01 2:48 
GeneralUpdateData ( FALSE ) don`t work in a FOR loop Pin
P. S Thakur8-Jun-01 1:43
P. S Thakur8-Jun-01 1:43 
GeneralRe: UpdateData ( FALSE ) don`t work in a FOR loop Pin
Ben Burnett8-Jun-01 2:08
Ben Burnett8-Jun-01 2:08 
I believe it has to do with your calls to the Sleep() function. The sleep function was not realy meant to be used in this maner. What the sleep function does is suspend the execution of your current thread. So your edit box wont even have time to update itself before the sleep starts... or even after. I imagine the only thing displayed in you edit box, after 9 seconds, is 9.

I'd recomend looking at using a timer, and update the edit box with that.

-Ben

"Its funny when you stop doing things not because they’re wrong, but because you might get caught." - Unknown
GeneralRe: UpdateData ( FALSE ) don`t work in a FOR loop Pin
Stan Shannon8-Jun-01 2:26
Stan Shannon8-Jun-01 2:26 
GeneralThe concept is the problem Pin
skfnmuislædmufaæoi8-Jun-01 6:32
skfnmuislædmufaæoi8-Jun-01 6:32 
GeneralVC6 and ClassWizard Pin
jerry0davis8-Jun-01 1:33
jerry0davis8-Jun-01 1:33 
GeneralStack overflow Pin
7-Jun-01 22:13
suss7-Jun-01 22:13 
GeneralRe: Stack overflow Pin
Deepak Khajuria7-Jun-01 22:40
Deepak Khajuria7-Jun-01 22:40 
GeneralRe: Stack overflow Pin
Tomasz Sowinski8-Jun-01 0:32
Tomasz Sowinski8-Jun-01 0:32 
GeneralC++ to view Tiff Images Pin
7-Jun-01 21:28
suss7-Jun-01 21:28 
GeneralRe: C++ to view Tiff Images Pin
Deepak Khajuria7-Jun-01 22:45
Deepak Khajuria7-Jun-01 22:45 
Generalgetting fileversion /build from version resource Pin
7-Jun-01 20:49
suss7-Jun-01 20:49 
GeneralRe: getting fileversion /build from version resource Pin
Tomasz Sowinski8-Jun-01 0:27
Tomasz Sowinski8-Jun-01 0:27 
GeneralGetting a WM_LBUTTONUP in a listview Pin
Jim Crafton7-Jun-01 18:08
Jim Crafton7-Jun-01 18:08 
GeneralRe: Getting a WM_LBUTTONUP in a listview Pin
7-Jun-01 19:35
suss7-Jun-01 19:35 
GeneralRe: Getting a WM_LBUTTONUP in a listview Pin
Tomasz Sowinski8-Jun-01 0:31
Tomasz Sowinski8-Jun-01 0:31 
GeneralRe: Getting a WM_LBUTTONUP in a listview Pin
Jim Crafton8-Jun-01 7:19
Jim Crafton8-Jun-01 7:19 
GeneralRe: Getting a WM_LBUTTONUP in a listview Pin
Tomasz Sowinski9-Jun-01 2:21
Tomasz Sowinski9-Jun-01 2:21 
GeneralCSplitterWnd without AppWizard Pin
Nathan Hoffman7-Jun-01 12:14
Nathan Hoffman7-Jun-01 12:14 
GeneralRe: CSplitterWnd without AppWizard Pin
Christian Graus7-Jun-01 12:51
protectorChristian Graus7-Jun-01 12:51 

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.