GUI Leaks
-
When making custom draw controls, what “errors” would make the actual drawing take up system resources. I have a custom graph that updates every second,, and it uses 2-4 % of the system, I think this is an error of some kind. I restore all of my GUI objects pens/brushes/etc. Any help would be good.
"Best file compression around: DEL *.* = 100% compression." <><><><><><><><><><><><><> Matthew R. Miller mattrmiller@computersmarts.net www.computersmarts.net
-
When making custom draw controls, what “errors” would make the actual drawing take up system resources. I have a custom graph that updates every second,, and it uses 2-4 % of the system, I think this is an error of some kind. I restore all of my GUI objects pens/brushes/etc. Any help would be good.
"Best file compression around: DEL *.* = 100% compression." <><><><><><><><><><><><><> Matthew R. Miller mattrmiller@computersmarts.net www.computersmarts.net
If the amount used does not grow, then there is no leak, and I dunno without seeing the code if there's anything that is being done that is wasteful. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002 Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002