Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Listview images question

Listview images question

Scheduled Pinned Locked Moved .NET (Core and Framework)
questioncsharpvisual-studiohelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kensai
    wrote on last edited by
    #1

    I'm having a problem with ListView. I've created an ImageList with two jpegs in it and assigned it to ListView's LargeIconsList. The images are displaying correctly while working in VS.NET but not while running the app. Any ideas what could be wrong?

    N 1 Reply Last reply
    0
    • K kensai

      I'm having a problem with ListView. I've created an ImageList with two jpegs in it and assigned it to ListView's LargeIconsList. The images are displaying correctly while working in VS.NET but not while running the app. Any ideas what could be wrong?

      N Offline
      N Offline
      normanordas
      wrote on last edited by
      #2

      As you know the images attached to your listview are also objects maintained by Image class. For this very reason the image is not automatically embed to you listview object nor to your image class. You keep the path intact the time you call it in your distributed apps by tracking the path of the source image. To avoid such error make sure your passing the correct image path(string value) :)

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups