Click here to Skip to main content
15,889,992 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhelp Pin
robsons200722-Sep-15 16:17
robsons200722-Sep-15 16:17 
AnswerRe: help Pin
Richard Andrew x6422-Sep-15 18:15
professionalRichard Andrew x6422-Sep-15 18:15 
GeneralRe: help Pin
robsons200723-Sep-15 3:41
robsons200723-Sep-15 3:41 
SuggestionRe: help Pin
Richard MacCutchan22-Sep-15 21:04
mveRichard MacCutchan22-Sep-15 21:04 
QuestionCreating a thread in c Pin
mmapulac22-Sep-15 15:46
mmapulac22-Sep-15 15:46 
AnswerRe: Creating a thread in c Pin
Richard MacCutchan22-Sep-15 21:00
mveRichard MacCutchan22-Sep-15 21:00 
AnswerRe: Creating a thread in c Pin
David Crow23-Sep-15 2:34
David Crow23-Sep-15 2:34 
Questionthe drag of listview column don't work Pin
ProCodix21-Sep-15 14:59
ProCodix21-Sep-15 14:59 
hello,

I'm a begginer with win32 api, and i try to make a SysListview32 (aka WC_listview) with draggable columns to modify it order with the mouse. To do this, i create it with the LVS_EX_HEADERDRAGDROP etended style, like this :

ListView = CreateWindowEx( LVS_EX_HEADERDRAGDROP, WC_LISTVIEW, NULL, WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | LVS_REPORT, 0, 0, RectParent.right, RectParent.bottom, hwnd, NULL, hInstance, NULL );


The listview appears correctly with columns and items, but don't work when i try to move a column with mouse. Do i forget something ???

Thank you in advance !!
AnswerRe: the drag of listview column don't work Pin
_Flaviu21-Sep-15 20:50
_Flaviu21-Sep-15 20:50 
QuestionHaving trouble with c++ templates Pin
BobInNJ21-Sep-15 12:48
BobInNJ21-Sep-15 12:48 
AnswerRe: Having trouble with c++ templates Pin
CPallini21-Sep-15 21:45
mveCPallini21-Sep-15 21:45 
QuestionCalling GDI+ DrawImage function throws _BLOCK_TYPE_IS_VALID error Pin
Kiran Satish21-Sep-15 7:39
Kiran Satish21-Sep-15 7:39 
AnswerRe: Calling GDI+ DrawImage function throws _BLOCK_TYPE_IS_VALID error Pin
CPallini21-Sep-15 21:50
mveCPallini21-Sep-15 21:50 
GeneralRe: Calling GDI+ DrawImage function throws _BLOCK_TYPE_IS_VALID error Pin
Jochen Arndt21-Sep-15 21:54
professionalJochen Arndt21-Sep-15 21:54 
GeneralRe: Calling GDI+ DrawImage function throws _BLOCK_TYPE_IS_VALID error Pin
CPallini21-Sep-15 22:01
mveCPallini21-Sep-15 22:01 
GeneralRe: Calling GDI+ DrawImage function throws _BLOCK_TYPE_IS_VALID error Pin
Jochen Arndt21-Sep-15 22:14
professionalJochen Arndt21-Sep-15 22:14 
QuestionShift + VK_LEFT Pin
_Flaviu20-Sep-15 21:44
_Flaviu20-Sep-15 21:44 
AnswerRe: Shift + VK_LEFT Pin
Jochen Arndt20-Sep-15 22:19
professionalJochen Arndt20-Sep-15 22:19 
GeneralRe: Shift + VK_LEFT Pin
_Flaviu20-Sep-15 22:24
_Flaviu20-Sep-15 22:24 
GeneralRe: Shift + VK_LEFT Pin
_Flaviu20-Sep-15 22:39
_Flaviu20-Sep-15 22:39 
GeneralRe: Shift + VK_LEFT Pin
Jochen Arndt20-Sep-15 22:51
professionalJochen Arndt20-Sep-15 22:51 
GeneralRe: Shift + VK_LEFT Pin
_Flaviu20-Sep-15 23:04
_Flaviu20-Sep-15 23:04 
GeneralRe: Shift + VK_LEFT Pin
Jochen Arndt20-Sep-15 23:14
professionalJochen Arndt20-Sep-15 23:14 
GeneralRe: Shift + VK_LEFT Pin
_Flaviu20-Sep-15 23:14
_Flaviu20-Sep-15 23:14 
GeneralRe: Shift + VK_LEFT Pin
Jochen Arndt20-Sep-15 23:21
professionalJochen Arndt20-Sep-15 23:21 

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.