Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
835
Clicking on tabs works sporatically
posted

My Windows Forms app is designed with an UltraWinTab with tabs on the left, each of which may contain an UltraWinTab with tabs across the top.  This form has been called from a Main form via a ShowDialog.  This works fine on my dev machine and my test machine.

 

However, on the Client's machine (Win 7) the clicking works sporadically and it takes several clicks to switch tabs.

Any suggestions as to what may be happening and how to fix?  I'm about to add some loggng to try to figure out where the mouse click is going, but am at a loss as to what might actually be happening.

 

Thanks...Steve