Click here to Skip to main content
15,891,703 members
Home / Discussions / C#
   

C#

 
AnswerTry this Pin
Pete O'Hanlon26-Feb-10 5:39
mvePete O'Hanlon26-Feb-10 5:39 
GeneralRe: Try this Pin
#realJSOP26-Feb-10 9:02
mve#realJSOP26-Feb-10 9:02 
GeneralRe: Try this Pin
Pete O'Hanlon26-Feb-10 9:46
mvePete O'Hanlon26-Feb-10 9:46 
GeneralRe: Try this Pin
#realJSOP27-Feb-10 0:55
mve#realJSOP27-Feb-10 0:55 
GeneralRe: Try this Pin
#realJSOP27-Feb-10 3:58
mve#realJSOP27-Feb-10 3:58 
GeneralRe: Try this Pin
Pete O'Hanlon1-Mar-10 1:12
mvePete O'Hanlon1-Mar-10 1:12 
GeneralRe: Try this Pin
Pete O'Hanlon1-Mar-10 9:34
mvePete O'Hanlon1-Mar-10 9:34 
AnswerRe: ListView Column Sort Arrow Pin
-tusk-22-Jun-11 6:10
-tusk-22-Jun-11 6:10 
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 Wink | ;)
GeneralRe: ListView Column Sort Arrow Pin
-tusk-24-Jun-11 2:57
-tusk-24-Jun-11 2:57 
Question2d array in c# Pin
Aljaz11126-Feb-10 3:05
Aljaz11126-Feb-10 3:05 
AnswerRe: 2d array in c# Pin
Pete O'Hanlon26-Feb-10 3:17
mvePete O'Hanlon26-Feb-10 3:17 
GeneralRe: 2d array in c# Pin
Aljaz11126-Feb-10 3:20
Aljaz11126-Feb-10 3:20 
GeneralRe: 2d array in c# [modified] Pin
Dan Mos26-Feb-10 3:26
Dan Mos26-Feb-10 3:26 
GeneralRe: 2d array in c# Pin
harold aptroot26-Feb-10 4:24
harold aptroot26-Feb-10 4:24 
GeneralRe: 2d array in c# Pin
Aljaz11126-Feb-10 6:39
Aljaz11126-Feb-10 6:39 
GeneralRe: 2d array in c# Pin
harold aptroot26-Feb-10 6:46
harold aptroot26-Feb-10 6:46 
GeneralRe: 2d array in c# Pin
Aljaz11126-Feb-10 7:47
Aljaz11126-Feb-10 7:47 
GeneralRe: 2d array in c# Pin
harold aptroot26-Feb-10 8:05
harold aptroot26-Feb-10 8:05 
GeneralRe: 2d array in c# Pin
Pete O'Hanlon26-Feb-10 5:14
mvePete O'Hanlon26-Feb-10 5:14 
GeneralRe: 2d array in c# Pin
harold aptroot26-Feb-10 6:18
harold aptroot26-Feb-10 6:18 
GeneralRe: 2d array in c# Pin
Dan Mos26-Feb-10 6:28
Dan Mos26-Feb-10 6:28 
GeneralRe: 2d array in c# Pin
harold aptroot26-Feb-10 6:48
harold aptroot26-Feb-10 6:48 
GeneralRe: 2d array in c# Pin
Dan Mos26-Feb-10 18:25
Dan Mos26-Feb-10 18:25 
GeneralRe: 2d array in c# Pin
Pete O'Hanlon26-Feb-10 9:44
mvePete O'Hanlon26-Feb-10 9:44 
GeneralRe: 2d array in c# Pin
harold aptroot26-Feb-10 9:53
harold aptroot26-Feb-10 9:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.