Re: next learning exercise
- Posted by Sabal.Mike at notations.com Jul 26, 2001
- 370 views
George, Just glancing at your program, I see at least one glaring problem: you = are creating *new* control sets every time your window is repainted. You = are also managing your own control labels, which will significantly slow = down your program. To use your current style of programming (using a = sequence of controls and attributes as opposed to the more commonly used = constant control definitions) I would suggest a single initialization loop = at the end of your program to create the controls and labels. The text = display in the onPaint event should only be used for temporary status = messages and the like. HTH, Mike Sabal >>> gwalters at sc.rr.com 07/26/01 10:09AM >>> Can you run the attached program and explain:=20 1. why some input fields are not 'sunken' 2. why when you move the mouse over the min,max,kill area that the = screen begins to loop?? ..george