Click here to Skip to main content
15,891,777 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Starting a program hidden (Tray Icon) Pin
Frank Deo23-Jun-01 4:37
Frank Deo23-Jun-01 4:37 
GeneralRe: Starting a program hidden (Tray Icon) Pin
Bret Faller25-Jun-01 6:26
Bret Faller25-Jun-01 6:26 
GeneralRe: Starting a program hidden (Tray Icon) Pin
Bret Faller25-Jun-01 6:34
Bret Faller25-Jun-01 6:34 
GeneralRe: Starting a program hidden (Tray Icon) Pin
Frank Deo25-Jun-01 9:56
Frank Deo25-Jun-01 9:56 
Generaltimer Pin
22-Jun-01 11:34
suss22-Jun-01 11:34 
GeneralRe: timer Pin
22-Jun-01 12:32
suss22-Jun-01 12:32 
GeneralRe: timer Pin
Bret Faller22-Jun-01 13:57
Bret Faller22-Jun-01 13:57 
GeneralCListCtrl & LVS_EX_HEADERDRAGDROP Pin
Thomas Blenkers22-Jun-01 11:19
Thomas Blenkers22-Jun-01 11:19 
Hi forum,

Questions:
Does anyone know how to retrieve the actual column arrangement?
Does anyone know how to do the drag/drop-operation programmatically?

Underlying concept:
I know that with a cole like this you may enable Drag & Drop Column arrangement in a CListCtrl:

DWORD dwStyle = List.GetExtendedStyle() | LVS_EX_FULLROWSELECT |
| LVS_EX_HEADERDRAGDROP;
List.SetExtendedStyle(dwStyle);

This is not only cool, it even works fine (if IE4 is installed).

Now I would like to save the column arrangment for a give CListCtrl to enhance my user interface.... (see questions)

Thanks for any ideas!!!

Thomas
GeneralRe: CListCtrl & LVS_EX_HEADERDRAGDROP Pin
Michael Dunn22-Jun-01 11:35
sitebuilderMichael Dunn22-Jun-01 11:35 
QuestionMCIWndOpenDialog doesn't work? Pin
JerzyPeter22-Jun-01 10:45
JerzyPeter22-Jun-01 10:45 
GeneralAVIStream code will compile, won't link Pin
Jake Palmer22-Jun-01 10:24
Jake Palmer22-Jun-01 10:24 
GeneralRe: AVIStream code will compile, won't link Pin
Tomasz Sowinski22-Jun-01 10:52
Tomasz Sowinski22-Jun-01 10:52 
GeneralProcess viewer... Pin
22-Jun-01 9:22
suss22-Jun-01 9:22 
GeneralShading in Rich Edit Control Pin
Michael Fentworth22-Jun-01 8:43
Michael Fentworth22-Jun-01 8:43 
GeneralRe: Shading in Rich Edit Control Pin
Tomasz Sowinski22-Jun-01 8:51
Tomasz Sowinski22-Jun-01 8:51 
GeneralWin2000 problem with AppCore.cpp Pin
Chris Klecker22-Jun-01 8:40
Chris Klecker22-Jun-01 8:40 
QuestionFunction for random number 'between limits' - how? Pin
James Millson22-Jun-01 8:26
James Millson22-Jun-01 8:26 
AnswerRe: Function for random number 'between limits' - how? Pin
Ben Burnett22-Jun-01 9:10
Ben Burnett22-Jun-01 9:10 
GeneralRe: Function for random number 'between limits' - how? Pin
Tomasz Sowinski22-Jun-01 9:28
Tomasz Sowinski22-Jun-01 9:28 
GeneralRe: Function for random number 'between limits' - how? Pin
Ben Burnett22-Jun-01 10:04
Ben Burnett22-Jun-01 10:04 
GeneralRe: Function for random number 'between limits' - how? Pin
Tomasz Sowinski22-Jun-01 10:24
Tomasz Sowinski22-Jun-01 10:24 
AnswerRe: Function for random number 'between limits' - how? Pin
22-Jun-01 12:46
suss22-Jun-01 12:46 
GeneralRe: Function for random number 'between limits' - how? Pin
Malcolm McMahon24-Jun-01 22:02
Malcolm McMahon24-Jun-01 22:02 
AnswerRe: Function for random number 'between limits' - how? Pin
Tim Deveaux22-Jun-01 14:09
Tim Deveaux22-Jun-01 14:09 
AnswerRe: Function for random number 'between limits' - how? (Revisited) Pin
Tim Deveaux23-Jun-01 5:05
Tim Deveaux23-Jun-01 5:05 

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.