Click here to Skip to main content
15,910,123 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to find a file in one folder Pin
ThatsAlok25-Feb-07 19:50
ThatsAlok25-Feb-07 19:50 
Questionimage capturing using webcam Pin
mannur25-Feb-07 8:49
mannur25-Feb-07 8:49 
AnswerRe: image capturing using webcam Pin
Mark Salsbery25-Feb-07 10:13
Mark Salsbery25-Feb-07 10:13 
QuestionHow To Build Docked Windows in Visual C++ 2003 Pin
webHamlet25-Feb-07 8:15
webHamlet25-Feb-07 8:15 
QuestionDefines Pin
Makakuin25-Feb-07 6:58
Makakuin25-Feb-07 6:58 
AnswerRe: Defines Pin
toxcct25-Feb-07 7:04
toxcct25-Feb-07 7:04 
AnswerRe: Defines Pin
bob1697225-Feb-07 7:56
bob1697225-Feb-07 7:56 
AnswerRe: Defines [modified] Pin
Mark Salsbery25-Feb-07 8:00
Mark Salsbery25-Feb-07 8:00 
For MFC, this old technical note still applies: TN020: ID Naming and Numbering Conventions[^]

For Windows messages (WM_xxx), the RegisterWindowMessage Function[^] can be used
but it's only necessary for (and recommended to only be used for) unique system-wide messages, for
communicating between applications/processes. For user defined messages in a single application,
see WM_USER Notification[^] and WM_APP Notification[^].

[edit]
How To Define Private Messages for Application Use[^]
[/edit]


Also remember that control IDs need only be unique per-window. They don't necessarily need to be
unique throughout a process.

Mark


-- modified at 14:46 Sunday 25th February, 2007

"Do you know what it's like to fall in the mud and get kicked... in the head... with an iron boot?
Of course you don't, no one does. It never happens. It's a dumb question... skip it."
(Rex Kramer "Airplane!")

AnswerRe: Defines Pin
Mark Salsbery25-Feb-07 8:11
Mark Salsbery25-Feb-07 8:11 
QuestionMAP file in visual studio 2005 Pin
eli1502197925-Feb-07 5:16
eli1502197925-Feb-07 5:16 
AnswerRe: MAP file in visual studio 2005 Pin
Michael Dunn25-Feb-07 6:36
sitebuilderMichael Dunn25-Feb-07 6:36 
AnswerRe: MAP file in visual studio 2005 Pin
Mark Salsbery25-Feb-07 6:38
Mark Salsbery25-Feb-07 6:38 
QuestionI need BIG help! Pin
reyyy25-Feb-07 4:57
reyyy25-Feb-07 4:57 
AnswerRe: I need BIG help! Pin
Waldermort25-Feb-07 5:08
Waldermort25-Feb-07 5:08 
GeneralRe: I need BIG help! Pin
reyyy25-Feb-07 5:14
reyyy25-Feb-07 5:14 
AnswerRe: I need BIG help! Pin
bob1697225-Feb-07 7:40
bob1697225-Feb-07 7:40 
AnswerRe: I need BIG help! Pin
Hamid_RT25-Feb-07 8:22
Hamid_RT25-Feb-07 8:22 
AnswerRe: I need BIG help! Pin
Christian Graus25-Feb-07 9:02
protectorChristian Graus25-Feb-07 9:02 
Question[DirectDraw] Pin
Parallan25-Feb-07 3:05
Parallan25-Feb-07 3:05 
GeneralRe: [DirectDraw] Pin
Parallan25-Feb-07 7:15
Parallan25-Feb-07 7:15 
GeneralRe: [DirectDraw] Pin
Rajesh R Subramanian25-Feb-07 21:57
professionalRajesh R Subramanian25-Feb-07 21:57 
GeneralRe: [DirectDraw] [modified] Pin
Mark Salsbery26-Feb-07 7:56
Mark Salsbery26-Feb-07 7:56 
GeneralRe: [DirectDraw] Pin
Rajesh R Subramanian27-Feb-07 8:16
professionalRajesh R Subramanian27-Feb-07 8:16 
QuestionOnWindowPosChanging never called Pin
NorGUI25-Feb-07 3:03
NorGUI25-Feb-07 3:03 
AnswerRe: OnWindowPosChanging never called Pin
Mark Salsbery25-Feb-07 6:42
Mark Salsbery25-Feb-07 6:42 

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.