Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to resize controls with flicker-free ? Pin
Cyrus Dang29-Nov-04 11:52
Cyrus Dang29-Nov-04 11:52 
AnswerRe: How to resize controls with flicker-free ? Pin
Iain Clarke, Warrior Programmer30-Nov-04 0:16
Iain Clarke, Warrior Programmer30-Nov-04 0:16 
QuestionHow to tell if application is running Pin
Anonymous29-Nov-04 9:18
Anonymous29-Nov-04 9:18 
AnswerRe: How to tell if application is running Pin
Blake Miller29-Nov-04 9:55
Blake Miller29-Nov-04 9:55 
AnswerRe: How to tell if application is running Pin
ThatsAlok29-Nov-04 17:12
ThatsAlok29-Nov-04 17:12 
Generali am building dialoge based app and i want to use while loop in it Pin
syaks29-Nov-04 9:02
syaks29-Nov-04 9:02 
GeneralRe: i am building dialoge based app and i want to use while loop in it Pin
Al_Pennyworth29-Nov-04 9:12
Al_Pennyworth29-Nov-04 9:12 
GeneralRe: i am building dialoge based app and i want to use while loop in it Pin
toxcct29-Nov-04 9:30
toxcct29-Nov-04 9:30 
window is event-base, that means that when the application catch a message, the "main function" (winmain) calls the function associated to this event. if you write a while loop in one of these functions, you take the risk that if your loop is infinite, your program look dead (in fact, blocked in the loop)... you so must be careful on such loops in windows programming.

why do you want a while ?
can't you use a timer instead ?


TOXCCT >>> GEII power
[VisualCalc]

GeneralRe: i am building dialoge based app and i want to use while loop in it Pin
Maximilien29-Nov-04 9:34
Maximilien29-Nov-04 9:34 
GeneralScrollView Pin
Anonymous29-Nov-04 6:53
Anonymous29-Nov-04 6:53 
GeneralRe: ScrollView Pin
Anonymous29-Nov-04 8:22
Anonymous29-Nov-04 8:22 
GeneralMessage Box Position Pin
amine.turki29-Nov-04 6:37
amine.turki29-Nov-04 6:37 
GeneralRe: Message Box Position Pin
toxcct29-Nov-04 6:52
toxcct29-Nov-04 6:52 
QuestionHow to add macintosh theme Pin
Dody_DK29-Nov-04 6:36
Dody_DK29-Nov-04 6:36 
AnswerRe: How to add macintosh theme Pin
benjymous29-Nov-04 23:07
benjymous29-Nov-04 23:07 
GeneralAdd current date and time to a string Pin
Einar Kvandahl29-Nov-04 6:25
Einar Kvandahl29-Nov-04 6:25 
GeneralRe: Add current date and time to a string Pin
krmed29-Nov-04 8:11
krmed29-Nov-04 8:11 
GeneralRe: Add current date and time to a string Pin
Einar Kvandahl29-Nov-04 9:44
Einar Kvandahl29-Nov-04 9:44 
GeneralRe: Add current date and time to a string Pin
Einar Kvandahl29-Nov-04 9:58
Einar Kvandahl29-Nov-04 9:58 
GeneralRe: Add current date and time to a string Pin
Einar Kvandahl29-Nov-04 10:04
Einar Kvandahl29-Nov-04 10:04 
GeneralRe: Add current date and time to a string Pin
krmed29-Nov-04 10:30
krmed29-Nov-04 10:30 
GeneralRe: Add current date and time to a string Pin
Einar Kvandahl29-Nov-04 10:33
Einar Kvandahl29-Nov-04 10:33 
GeneralGetTextExtent with Bold and Italic font Pin
Cyrus Dang29-Nov-04 6:21
Cyrus Dang29-Nov-04 6:21 
GeneralCreating a Hebrew application Pin
sergio_o29-Nov-04 5:31
sergio_o29-Nov-04 5:31 
GeneralDynamic control creation Pin
Juan Ignacio Garzón29-Nov-04 5:20
Juan Ignacio Garzón29-Nov-04 5:20 

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.