Ghost21 0 Posted September 11, 2007 I have 21 checkboxes , 18 radio buttons ( soon top be more ) and 11 input fields on one large gui. Is there a way I can speed it up??? I can brake the menues down into tabs dpes that help ??? Share this post Link to post Share on other sites
Siao 6 Posted September 11, 2007 I think it has more to do with the actual programming of your app, not the number of controls. Using OnEvent mode would be a prefered choice, but I bet you're using MessageLoop mode in your GUI. Also maybe there are some needless things coded in your loop that slow things down, which possibly could be optimised. And maybe there are even some downright silly things such as Sleep() in the MessageLoop. Impossible to tell without seeing your code. Using tabs would certainly make the GUI more organised and therefore more user friendly. "be smart, drink your wine" Share this post Link to post Share on other sites