Resizing TextBox while resizing window
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How can i change the size of a textbox(Which exists on the window) while resizing the window size? Thank you
Use
Anchor
property for that textbox.All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions