hi!
i'm doing some paint overriding of a form to get a note/memo like window. this works fine, but i have to set the FormBorderStyle to None, because i don't want the window border to be displayed. but then, i can't resize the window, so how can i create a Form that is sizeable, but still has no border?
thanx