Windows Forms

J

John Denver

Can anyone point me to a good article on to correctly make a windows form?
For example, I've got a simple window that when I drag it to resize it, the
window resizes but, the text boxes stay the same size, and gray area appears
where I've resized to main window to a larger size.

Thanks
 
P

Pavel Minaev

Can anyone point me to a good article on to correctly make a windows form?
For example, I've got a simple window that when I drag it to resize it, the
window resizes but, the text boxes stay the same size, and gray area appears
where I've resized to main window to a larger size.

Have a look at Control.Dock and Control.Anchor properties, and
classess TableLayoutPanel and FlowLayoutPanel, on MSDN.

In general, there's no "good article" on WinForms programming; it's a
very large subject that can be covered by a decent book, but
definitely not by a single article.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top