Results 1 to 2 of 2

Thread: VB.NET Compact Framework List View Problem

  1. #1
    Theoretical Element Spud1's Avatar
    Join Date
    Jul 2003
    Location
    North West
    Posts
    7,508
    Thanks
    336
    Thanked
    320 times in 255 posts
    • Spud1's system
      • Motherboard:
      • Gigabyte Aorus Master
      • CPU:
      • 9900k
      • Memory:
      • 16GB GSkill Trident Z
      • Storage:
      • Lots.
      • Graphics card(s):
      • RTX3090
      • PSU:
      • 750w
      • Case:
      • BeQuiet Dark Base Pro rev.2
      • Operating System:
      • Windows 10
      • Monitor(s):
      • Asus PG35VQ
      • Internet:
      • 910/100mb Fibre

    VB.NET Compact Framework List View Problem

    Hey all

    Even though I hate VB even more than things such as fortran, cobol, and java, I still have to use it for this mobile computing assignment that needs doing ;/

    I have most of it done, but I've run into a problem with the sorting of List View columns. I know that in 'normal' VB.net/VB6 there are sort/sorting functions that would let me sort the columns, but in the compact version (for Pocket PC) theres no such thing. (that I can find anyway)

    Anyone got any ideas how to sort a list? The List has 7 columns, and I need to sort by one column which contains numerical values. If you need more info let me know, and thx in advance for any ideas

  2. #2
    Theoretical Element Spud1's Avatar
    Join Date
    Jul 2003
    Location
    North West
    Posts
    7,508
    Thanks
    336
    Thanked
    320 times in 255 posts
    • Spud1's system
      • Motherboard:
      • Gigabyte Aorus Master
      • CPU:
      • 9900k
      • Memory:
      • 16GB GSkill Trident Z
      • Storage:
      • Lots.
      • Graphics card(s):
      • RTX3090
      • PSU:
      • 750w
      • Case:
      • BeQuiet Dark Base Pro rev.2
      • Operating System:
      • Windows 10
      • Monitor(s):
      • Asus PG35VQ
      • Internet:
      • 910/100mb Fibre
    sorted the problem out

    Cheated a bit [terrible programming practice this way but heh it works], basically sort the data before adding it to the list, This involves reading a file in 4 separate times,but it works well enough for the scope of this assignment

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •