creation of forms
Visual Basic
4
Posts
4
Posters
0
Views
1
Watching
-
hi i want to create forms without default close minimize maximize button how to achieve that thanks
with regards Balagurunathan.B
set the FormBorderStyle to none i.e : FormBorderStyle = FormBorderStyle.None
When you get mad...THINK twice that the only advice Tamimi - Code
-
hi i want to create forms without default close minimize maximize button how to achieve that thanks
with regards Balagurunathan.B
-
hi i want to create forms without default close minimize maximize button how to achieve that thanks
with regards Balagurunathan.B
set the minimize box property =false maximizebox property =false taher