Click here to Skip to main content
15,922,630 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Indicate the sort order in list view Pin
Ryan Binns11-Jul-03 2:21
Ryan Binns11-Jul-03 2:21 
GeneralDLL using Dialog Box Pin
Dennis L11-Jul-03 0:08
Dennis L11-Jul-03 0:08 
GeneralRe: DLL using Dialog Box Pin
User 665811-Jul-03 0:27
User 665811-Jul-03 0:27 
GeneralRe: DLL using Dialog Box Pin
El'Cachubrey11-Jul-03 2:35
El'Cachubrey11-Jul-03 2:35 
GeneralRe: DLL using Dialog Box Pin
Ryan Binns11-Jul-03 2:40
Ryan Binns11-Jul-03 2:40 
GeneralRe: DLL using Dialog Box Pin
User 665811-Jul-03 2:50
User 665811-Jul-03 2:50 
Generalcolumn click in a list control Pin
si_6910-Jul-03 23:41
si_6910-Jul-03 23:41 
GeneralRe: column click in a list control Pin
Ryan Binns10-Jul-03 23:56
Ryan Binns10-Jul-03 23:56 
If you're targetting WinXP only, the HDF_SORTUP/HDF_SORTDOWN styles for items in the header control enable the sort arrows. They won't appear on any OS less than WinXP though.

You would set this in OnColumnClick() as you said.

For OSs before WinXP, you'll have to subclass the header control and handle the WM_PAINT message to do it yourself, or use custom draw.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

QuestionHow can I show an animation in desktop instead wallpaper? Pin
Behzad Ebrahimi10-Jul-03 23:32
Behzad Ebrahimi10-Jul-03 23:32 
AnswerRe: How can I show an animation in desktop instead wallpaper? Pin
El'Cachubrey11-Jul-03 3:25
El'Cachubrey11-Jul-03 3:25 
GeneralDrawing vertical text Pin
Cedric Moonen10-Jul-03 23:17
Cedric Moonen10-Jul-03 23:17 
GeneralRe: Drawing vertical text Pin
Cedric Moonen10-Jul-03 23:27
Cedric Moonen10-Jul-03 23:27 
GeneralRe: Drawing vertical text Pin
Ryan Binns10-Jul-03 23:47
Ryan Binns10-Jul-03 23:47 
GeneralRe: Drawing vertical text Pin
Cedric Moonen10-Jul-03 23:52
Cedric Moonen10-Jul-03 23:52 
GeneralRe: Drawing vertical text Pin
Ryan Binns11-Jul-03 0:00
Ryan Binns11-Jul-03 0:00 
GeneralRe: Drawing vertical text Pin
Cedric Moonen11-Jul-03 1:03
Cedric Moonen11-Jul-03 1:03 
GeneralRe: Drawing vertical text Pin
Ryan Binns11-Jul-03 1:08
Ryan Binns11-Jul-03 1:08 
GeneralVC++ -VB access Pin
RaajaOfSelf10-Jul-03 23:08
RaajaOfSelf10-Jul-03 23:08 
GeneralRe: VC++ -VB access Pin
Ryan Binns10-Jul-03 23:49
Ryan Binns10-Jul-03 23:49 
GeneralVC++ -VB access Pin
RaajaOfSelf10-Jul-03 23:08
RaajaOfSelf10-Jul-03 23:08 
GeneralProgress bar Pin
Member 42425910-Jul-03 22:58
Member 42425910-Jul-03 22:58 
GeneralRe: Progress bar Pin
David Crow11-Jul-03 2:59
David Crow11-Jul-03 2:59 
Generalcasting problem Pin
Jerome Conus10-Jul-03 22:57
Jerome Conus10-Jul-03 22:57 
GeneralRe: casting problem Pin
iceage10-Jul-03 23:09
iceage10-Jul-03 23:09 
GeneralRe: casting problem Pin
jhwurmbach10-Jul-03 23:12
jhwurmbach10-Jul-03 23:12 

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.