Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi. How to take imageBox in Visual Studio 2008? I searched in toolbox of 2008 but not found.
Posted
Comments
[no name] 14-May-14 11:37am    
How do you think we would know what you think an "imageBox" is?

1 solution

I think what are you looking for is the "PictureBox". It is in the toolbox.
 
Share this answer
 
Comments
Member 10452637 14-May-14 11:32am    
No. I want imageBox, isn't picturebox. How to create imageBox in windows form, use visual studio 2008
Adam Zgagacz 14-May-14 11:36am    
I'm not sure if I understand what do you mean by "imageBox". Can you explain?
Member 10452637 14-May-14 12:37pm    
In my model code have command "imageBox1.Image = nextFrame". And I want create imageBox in Windows Form. So When I try with pictureBox. It's error:
Error: Cannot implicitly convert type 'Emgu.CV.Image<emgu.cv.structure.bgr,byte>' to 'System.Drawing.Image'
Adam Zgagacz 14-May-14 14:08pm    
If this is the case you have to convert Emgu.CV.Image to the System.Drawing.Image and then assign is to the Picture box.

See this:

http://stackoverflow.com/questions/16633134/how-to-convert-emgu-cv-imagegray-byte-to-system-image

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