Fixed Form
C#
3
Posts
2
Posters
0
Views
1
Watching
-
By default windows form are resizable,How can I make it fixed size? Thanks Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975 -
MyForm.FormBorderStyle=FormBorderStyle.FixedSingle; MyForm.FormBorderStyle=FormBorderStyle.Fixed3D; MyForm.FormBorderStyle=FormBorderStyle.FixedDialog; Jerzy