Click here to Skip to main content
15,891,855 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
where can i get a picture box in my visual studio 2010
Posted

Search in toolbox.

Refer these links.
http://msdn.microsoft.com/en-us/library/ms172590(v=vs.90).aspx[^]
http://www.dotnetperls.com/picturebox[^]
http://www.c-sharpcorner.com/uploadfile/mahesh/picturebox-in-C-Sharp/[^]

These may help.

where do you need this,i mean in window application or web application?
 
Share this answer
 
v3
Comments
Member 10500918 13-Jan-14 3:03am    
in web application
Gitanjali Singh 13-Jan-14 3:06am    
check the third link in solution.
Gitanjali Singh 13-Jan-14 3:10am    
If this will help ,please accept the solution:)
Member 10500918 13-Jan-14 3:31am    
but my picture box tool in my toolbox window is diasbled
Gitanjali Singh 13-Jan-14 3:34am    
In web application there is no picturebox control, it is a class named as PictureBox in web application.Try to use it as shown in 3rd link.
I guess this custom user control will help you.
http://www.jigar.net/articles/viewhtmlcontent1.aspx[^]

or may be this might work as well
http://forums.asp.net/t/1349951.aspx[^]
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900