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
  1. Home
  2. General Programming
  3. C#
  4. ListView

ListView

Scheduled Pinned Locked Moved C#
csharpdata-structurestutorial
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.
  • B Offline
    B Offline
    boiDev
    wrote on last edited by
    #1

    Hi All I’m trying to make a list view to catch multithreads. I have a tree view on the right and the list view at the bottom. i want to find out how to display what has been open in the MDI. E.g. if I open a form called email using the treeview I it should display the details that I opened the email form in the list view. It is something like Microsoft Dynamics SL -Solomon I am very new at c#

    S 1 Reply Last reply
    0
    • B boiDev

      Hi All I’m trying to make a list view to catch multithreads. I have a tree view on the right and the list view at the bottom. i want to find out how to display what has been open in the MDI. E.g. if I open a form called email using the treeview I it should display the details that I opened the email form in the list view. It is something like Microsoft Dynamics SL -Solomon I am very new at c#

      S Offline
      S Offline
      Shyam Bharath
      wrote on last edited by
      #2

      Do you mean you do something on the form (or the TreeView), and then some backend processing happens in a thread and when the results come the ListView gets updated? If so, use BackgroundWorker helper class in the System.ComponentModel namespace.

      ------------------------------------------- It's code that drives you - Shyam

      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