Click here to Skip to main content
15,883,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Multithread Pin
Roger Stoltz19-Sep-05 21:20
Roger Stoltz19-Sep-05 21:20 
AnswerRe: Multithread Pin
Rainer Schuster19-Sep-05 22:03
Rainer Schuster19-Sep-05 22:03 
GeneralRe: Multithread Pin
benjnp20-Sep-05 17:04
benjnp20-Sep-05 17:04 
AnswerRe: Multithread Pin
Eytukan19-Sep-05 22:45
Eytukan19-Sep-05 22:45 
QuestionCustom WM_NOTIFY NMHDR code Pin
ClickHeRe19-Sep-05 12:37
ClickHeRe19-Sep-05 12:37 
AnswerRe: Custom WM_NOTIFY NMHDR code Pin
nm_11419-Sep-05 20:49
nm_11419-Sep-05 20:49 
GeneralRe: Custom WM_NOTIFY NMHDR code Pin
ClickHeRe20-Sep-05 10:06
ClickHeRe20-Sep-05 10:06 
GeneralRe: Custom WM_NOTIFY NMHDR code Pin
nm_11420-Sep-05 16:39
nm_11420-Sep-05 16:39 
the only things i can think of are put
#ifndef divctrl_notify
#define divctrl_notify (wm_app+1)
#endif

in the divctrl header and if it conflicts with other msgs you've defined, define divctrl_notify as something else before you include the header.

a better way might be to just use WM_COMMAND like other windows controls and let the notification codes be anything you want (the notification codes for the different win ctrls seem to all conflict anyway). just make sure you check the id of the ctrl (so you what type of ctrl it is) before parsing the notification codes and there shouldn't be a problem (i think??).
GeneralRe: Custom WM_NOTIFY NMHDR code Pin
ClickHeRe21-Sep-05 9:15
ClickHeRe21-Sep-05 9:15 
GeneralRe: Custom WM_NOTIFY NMHDR code Pin
nm_11421-Sep-05 10:58
nm_11421-Sep-05 10:58 
AnswerRe: Custom WM_NOTIFY NMHDR code Pin
FearTheDoubleShift9-Sep-09 7:13
FearTheDoubleShift9-Sep-09 7:13 
Questionimage ticker Pin
picazo19-Sep-05 11:59
picazo19-Sep-05 11:59 
AnswerRe: image ticker Pin
Mircea Puiu20-Sep-05 1:45
Mircea Puiu20-Sep-05 1:45 
GeneralRe: image ticker Pin
picazo20-Sep-05 5:17
picazo20-Sep-05 5:17 
GeneralRe: image ticker Pin
Mircea Puiu20-Sep-05 6:26
Mircea Puiu20-Sep-05 6:26 
GeneralRe: image ticker Pin
picazo21-Sep-05 5:40
picazo21-Sep-05 5:40 
GeneralRe: image ticker Pin
Mircea Puiu21-Sep-05 6:52
Mircea Puiu21-Sep-05 6:52 
QuestionOdd Pin
benjnp19-Sep-05 10:54
benjnp19-Sep-05 10:54 
AnswerRe: Odd Pin
Christian Graus19-Sep-05 11:32
protectorChristian Graus19-Sep-05 11:32 
GeneralRe: Odd Pin
benjnp19-Sep-05 13:59
benjnp19-Sep-05 13:59 
GeneralRe: Odd Pin
Christian Graus19-Sep-05 14:02
protectorChristian Graus19-Sep-05 14:02 
GeneralRe: Odd Pin
benjnp19-Sep-05 14:11
benjnp19-Sep-05 14:11 
AnswerRe: Odd Pin
Jose Lamas Rios19-Sep-05 18:47
Jose Lamas Rios19-Sep-05 18:47 
Questioncollections and structs Pin
(Steven Hicks)n+119-Sep-05 8:54
(Steven Hicks)n+119-Sep-05 8:54 
AnswerRe: collections and structs Pin
Chris Losinger19-Sep-05 10:31
professionalChris Losinger19-Sep-05 10:31 

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.