Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I wrote a windows application, and I have a PictureBox on my form. Now, when I run my app, I want to give the resizing ability to my picture box in run time.

How can I do that?

share|improve this question

1 Answer

up vote 3 down vote accepted

Put the picture box in a container that allows resizing (for example, the split container, or a separate window) and dock to fill.

share|improve this answer
perfect answer :) – Ankush Roy Mar 8 '11 at 18:13
i use split container,but i can't change the length,why?? – Farna Mar 8 '11 at 18:32
Did you dock it? – Bogdan Verbenets Mar 8 '11 at 18:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.