- how to make the Panel widget change it’s size on Form1_SizeChanged
- how to attach a console window in order to see console.writeline messages
how to make the Panel widget change it’s size on Form1_SizeChanged how to attach
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To resize a control when the parent control size changed you can use the
Control.Anchorproperty.To get a console window for a WinForms application just go to Project Properties and change Output type in the Application tab from Windows Application to Console Application.