Hello,
can somebody tell me please, how can I resolve this problem:
I've programed an application in Visual Basic and I set FormBorderStyle of Form on None ( I don't want to display the Form Borders and other Informations),
i insert the component StatusStrip in my application and after execute, i cann't change the size of my application anymore.
How cann i programme this so that it works but without FormBorders and other Informations, please show me with an Code Example
Thanks
Best Regards
AMI

Problem: Form Modifing with StatusStrip
Schwab-
Try the following settings for your form
form borderstyle=sizeable tool window
form text= blank
form controlbox =false
DA_MOBILE_GUY
it works
Best Regards