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
785
Mouse click toolbars to move none border form
posted

Hi, 

Recently I was using winToolbars in my application. And as the request needs, my form should have no border, so I set the form.controlBox = false and set the Text property to empty string.

Now I got winToolbars in the top position of the form. Is there any event that I could use to move this none border form when the mouse click the winToolbars? Some events like mouseDown, mouseMove, mouseUp.

Thanks for your concern.