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. Managed C++/CLI
  4. List View Column delete [modified]

List View Column delete [modified]

Scheduled Pinned Locked Moved Managed C++/CLI
helpquestion
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.
  • A Offline
    A Offline
    arun_pk
    wrote on last edited by
    #1

    my listview structure is like below columns column1 column2 column3 1 abc 100 2 def 100 3 ghi 100 after running the below code

    ListView_DeleteColumn(hListView,0)

    list view is re arranged like this column2 column3 1 abc 2 def 3 ghi am i doing some thing wrong ? :( pls help me thnks in advance...

    modified on Friday, April 30, 2010 6:02 AM

    A 1 Reply Last reply
    0
    • A arun_pk

      my listview structure is like below columns column1 column2 column3 1 abc 100 2 def 100 3 ghi 100 after running the below code

      ListView_DeleteColumn(hListView,0)

      list view is re arranged like this column2 column3 1 abc 2 def 3 ghi am i doing some thing wrong ? :( pls help me thnks in advance...

      modified on Friday, April 30, 2010 6:02 AM

      A Offline
      A Offline
      Andreoli Carlo
      wrote on last edited by
      #2

      what the "ListView_DeleteColumn" function do? it's not a .net function...so write the code here if you want an answer :doh:

      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