Serialcoder en Français Serialcoder in English
TEL : +33 (0)9 72 13 15 17

Windows Forms FAQ resources

11. Windows Forms Mouse Handling

11.1 How can I resize a borderless form with a rubber-band effect?


Simon Bond has sample code at C# Corner that implements this sizing technique. Zhanbo Sun suggests a modification that handles a problem he spotted with the original code.