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
T

tusk

@tusk
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to catch mouse move over ListView header
    T tusk

    OMG!! Years later, I found this by chance and this is exactly what I needed ! Tahnks ;)

    C / C++ / MFC tutorial question

  • ListView Column Sort Arrow
    T tusk

    Edit: It works well with _IMAGE instead of _SORTDOWN or _SORTUP Only problem is that it will remove the other image on the column header (if you dont have any image in your column header, then it's all fine, but if you do, like in my project, well it will be either on the left, or on the right as a sort indicator, but not both. My plan was to leave a column header image on the left, and a small arrow on the right......) Will need to owner draw the full header :/ That's bad because column header's mouse over event are pretty hard to catch.. dont even know how to do so far...... Anyway, if someone has a clue.. :)

    C# help csharp question

  • ListView Column Sort Arrow
    T tusk

    Hi! The extention method works pretty good. (I'm on XP and it's on the right of the text) Does anyone know, if there's any chance to set the flag

    lvcolumn.fmt |= HDF_BITMAP|HDF_BITMAP_ON_RIGHT;

    instead of

    lvColumn.fmt &= ~HDF_SORTDOWN;
    lvColumn.fmt |= HDF_SORTUP;

    and then load a picture (from the C# .resx file for instance) ?? I would like to use the same exact extention, but drawing a custom arrow of my own instead of the system's arrow ... any help appreciated ;)

    C# help csharp question
  • Login

  • Don't have an account? Register

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