|
-
Apr 29th, 2004, 08:53 AM
#1
Thread Starter
Hyperactive Member
form size(resolved by mendhak)
How can I fix my form size? I do not want user to change my form's size. Thanks.
Last edited by Palmtree; Apr 30th, 2004 at 07:07 AM.
-
Apr 29th, 2004, 09:22 AM
#2
VB Code:
Me.FormBorderStyle = FormBorderStyle.FixedSingle
-
Apr 29th, 2004, 10:22 AM
#3
Thread Starter
Hyperactive Member
-
Apr 30th, 2004, 06:53 AM
#4
Yaay! My first vb.net answer!!
-
Apr 30th, 2004, 10:23 AM
#5
Fanatic Member
um just do it in design time - somet like this is the first thing you should have learnt
-
Apr 30th, 2004, 02:23 PM
#6
Party pooper
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|