Click here to Skip to main content
15,914,416 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: list of identifyers Pin
Anonymous12-Jun-03 1:36
Anonymous12-Jun-03 1:36 
GeneralHelp on exception handling..please.. Pin
Robert Buldoc11-Jun-03 12:19
Robert Buldoc11-Jun-03 12:19 
GeneralRe: Help on exception handling..please.. Pin
Joaquín M López Muñoz11-Jun-03 19:54
Joaquín M López Muñoz11-Jun-03 19:54 
GeneralRe: Help on exception handling..please.. Pin
Robert Buldoc11-Jun-03 20:35
Robert Buldoc11-Jun-03 20:35 
GeneralFormview + Scrollbar Pin
Atlence11-Jun-03 12:10
Atlence11-Jun-03 12:10 
GeneralRe: Formview + Scrollbar Pin
Roger Allen12-Jun-03 0:35
Roger Allen12-Jun-03 0:35 
GeneralRe: Formview + Scrollbar Pin
Atlence12-Jun-03 12:34
Atlence12-Jun-03 12:34 
GeneralTreeview Pin
Shotgun11-Jun-03 11:25
Shotgun11-Jun-03 11:25 
I am creating a control that has a treeview.
I am trying to capture the OnNotify with
NMHDR *phdr = (NMHDR *)lParam;

// Coming from listview?
if( phdr->code == NM_RCLICK )
MessageBox(NULL, "Right click found", "Click", MB_OK);

but i am only getting the calls when the mouse is clicked on the header, same goes for Double click, what am I doing wrong,

any help is really appreciated


shotgun
GeneralRe: Treeview Pin
Michael Dunn11-Jun-03 15:06
sitebuilderMichael Dunn11-Jun-03 15:06 
Generalfinding folders Pin
Steve L.11-Jun-03 10:30
Steve L.11-Jun-03 10:30 
GeneralRe: finding folders Pin
valikac11-Jun-03 10:48
valikac11-Jun-03 10:48 
GeneralRe: finding folders Pin
Steve L.11-Jun-03 11:17
Steve L.11-Jun-03 11:17 
GeneralRe: finding folders Pin
valikac11-Jun-03 11:25
valikac11-Jun-03 11:25 
GeneralRe: finding folders Pin
Anonymous11-Jun-03 21:21
Anonymous11-Jun-03 21:21 
Generalclass troubles! Pin
John Kohn11-Jun-03 10:20
sussJohn Kohn11-Jun-03 10:20 
GeneralRe: class troubles! Pin
Joaquín M López Muñoz11-Jun-03 10:26
Joaquín M López Muñoz11-Jun-03 10:26 
GeneralRe: class troubles! Pin
John Kohn11-Jun-03 11:19
sussJohn Kohn11-Jun-03 11:19 
GeneralRe: class troubles! Pin
Joaquín M López Muñoz11-Jun-03 11:50
Joaquín M López Muñoz11-Jun-03 11:50 
GeneralRe: class troubles! Pin
basementman12-Jun-03 6:37
basementman12-Jun-03 6:37 
GeneralHelp with .EXE file Pin
alexboza11-Jun-03 10:04
alexboza11-Jun-03 10:04 
GeneralRe: Help with .EXE file Pin
David Crow11-Jun-03 10:28
David Crow11-Jun-03 10:28 
GeneralRe: Help with .EXE file Pin
kochhar11-Jun-03 12:40
kochhar11-Jun-03 12:40 
QuestionGDI+ what happened to GetPixel() ? Pin
Greg Ellis11-Jun-03 9:53
Greg Ellis11-Jun-03 9:53 
GeneralByte-swapping... Pin
Nitron11-Jun-03 9:50
Nitron11-Jun-03 9:50 
GeneralRe: Byte-swapping... Pin
Joaquín M López Muñoz11-Jun-03 10:07
Joaquín M López Muñoz11-Jun-03 10:07 

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.