Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I load images in form?
What do I need to do?
I have to load multiple images in just one textbox query that I have to retrieve in xml file.

Please help me... :)

[edit]Subject line only - OriginalGriff[/edit]
Posted
Updated 10-Nov-10 21:54pm
v3
Comments
jpratik 11-Nov-10 1:11am    
please be more specific and i doubt you can load image/s in textbox !
TweakBird 11-Nov-10 1:49am    
Paste your code here.
Dalek Dave 11-Nov-10 3:54am    
Edited for Grammar and Readability.

1 solution

You can put a PictureBox control on your form and call it, for example, PictureBox1. Then you can call PictureBox1.Load(pathName) where pathName is the path for the image to display in the PictureBox.
Try that then post your code if you have any problems.
 
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