Need help in C#

  • Thread starter Thread starter SilentChef_Mike
  • Start date Start date
S

SilentChef_Mike

I want to use picturebox control to display a image file on a dialogue
with C#.I don't
know how to display any part of the image by changing the picturebox
property.
Anybody can give me some help.
THANKS IN ADVANCE!
 
If you regularly display images too large for the picturebox and just want
to scroll around put an auto-sizing picure box onto an auto-scrolling panel.
This will enable the panel to shift the PB around for you using the
scrollbars.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new 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

Back
Top