This is all I have so far.
tabControl1.TabPages[0].???
I have a PictureBox inside of TabPage1 of my TabControl.
How can I change the image location with code and not the properties pane?
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.
Although the controls appear inside a container (as a TabControl), they’re all defined on the form, so there is no need to access them through the container.
Instead of:
Simply type: