Connecting Tech Pros Worldwide Help | Site Map

how to Resiz the form with out borders

  #1  
Old July 25th, 2008, 03:47 AM
Newbie
 
Join Date: Jul 2008
Posts: 1
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.
  #2  
Old July 25th, 2008, 06:10 AM
vanc's Avatar
Expert
 
Join Date: Mar 2007
Posts: 202

re: how to Resiz the form with out borders


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