Click here to Skip to main content
15,895,815 members
Articles / Programming Languages / C# 4.0

picture box Image loading problem

Rate me:
Please Sign up or sign in to vote.
1.00/5 (1 vote)
27 Mar 2013CPOL 3.4K  
I have a winform on which I have tab control and I'm adding a picture box control to the tab page. I want to load an image to this picturebox control in the tab page. I'm adding the control to tab page is as follows:m_Canvas = new PhotoCanvas();// initializing the picture box...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions