Toolbar Peformance Problem
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
My application has several toolbars. The toolbars can be configured thru a command profile. One of them has 4 editboxes that recieve updates to display geographic coordinates. In some cases, I've noticed the updates in the editboxes of the toolbar start to 'bog down'. Can someone tell me specifically what I should be looking with respect to this problem (resource contention), such as WM_PAINT, WM..etc messages? Any help is greatly appreciated -