Quantcast
Channel: Imagelist tag problem.
Browsing all 13 articles
Browse latest View live

Imagelist tag problem.

Hello,           I add the  5 images  in  imagelist  by using the collection property of imagelist.Can I retrieve the path of image of imagelist[1].images[3]; by using Code.ThanksDileep.

View Article



Imagelist tag problem.

I believe that you need to first store the path of the image from where ever you are loading them from.The Image class does not have a way to store that information aside from placing it in the Tag...

View Article

Imagelist tag problem.

  The image list does not keep track of the images location once you added the to the list. The image list creates a resource sream inside the resx file of you form that represent all the images...

View Article

Imagelist tag problem.

Hello,       I want to display images in pictureboxpicturebox1.image=imagelist.images[0]; This will assign the image ,no probelm.But i want to retrive the full  path of image or end part of the path of...

View Article

Imagelist tag problem.

Hi Guo,            I add the images in imagelist statically.I have 20 image in imagelist.If i select 5 th image of imagelist, then i want to retrieve file name path of the particular image.ThanksDileep

View Article


Imagelist tag problem.

Hi Dileep,You can store your images' path to a string array when adding images to an imagelist. Then you can use the string array dynamically.            string imagePath1 = @"c:\1.jpg";...

View Article

Imagelist tag problem.

hi Guo,            Can i retrieve the imagelist.image[] of file path programmatically.ThanksDileep.

View Article

Imagelist tag problem.

Hi Dileep,kanvac and Jatinp have provided answers.Do you still have problem?Code Snippet using ImageLocation property:            string imagePath = @"c:\1.jpg";              string resultImagePath;...

View Article


Imagelist tag problem.

Hello,Please give me the code for that.ThanksDileep

View Article


Imagelist tag problem.

In Picture box whenever you load Image directly by creating System.Drawing.Image object,its not possible to keep track of location from where image was loaded beacuse Image object can be created from...

View Article

Imagelist tag problem.

Hello, Picturebox.image=image.fromfile("path");i iwant to retrive the full path of file name used in picturbox  and it store in string varible.

View Article

Imagelist tag problem.

You can use PictureBox.ImageLocation property, and parse the image file name.

View Article

Imagelist tag problem.

Hello,         I Created an application using c#.net 2008.In my application  i use one Picturebox for displaying the the image. I want to retrieve the filename of image  from picturebox1.image using...

View Article

Browsing all 13 articles
Browse latest View live




Latest Images