Connecting Tech Pros Worldwide Forums | Help | Site Map

how to Resiz the form with out borders

Newbie
 
Join Date: Jul 2008
Posts: 1
#1: Jul 25 '08
Hello

I am working on windows application. I am new to this .net could any one can help me to solve my problem ie.; How to resize the form by dragging the form edges when FormBorderStyle set to None.

Thank u in advance.

vanc's Avatar
Expert
 
Join Date: Mar 2007
Posts: 202
#2: Jul 25 '08

re: how to Resiz the form with out borders


You can do it with code. Since the borderless form is not resizeable. Cheers.
Reply