Click here to Skip to main content
16,009,114 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPointers / drag and drop Pin
Luke Murray21-May-03 5:31
Luke Murray21-May-03 5:31 
GeneralRe: Pointers / drag and drop Pin
G. Steudtel21-May-03 5:51
G. Steudtel21-May-03 5:51 
GeneralRe: Pointers / drag and drop Pin
David Crow21-May-03 7:08
David Crow21-May-03 7:08 
GeneralRe: Pointers / drag and drop Pin
AlexO21-May-03 10:32
AlexO21-May-03 10:32 
GeneralInterprocess communications Pin
doctorpi21-May-03 5:28
doctorpi21-May-03 5:28 
GeneralRe: Interprocess communications Pin
G. Steudtel21-May-03 5:38
G. Steudtel21-May-03 5:38 
GeneralRe: Interprocess communications Pin
doctorpi21-May-03 5:44
doctorpi21-May-03 5:44 
GeneralRe: Interprocess communications Pin
Peter Weyzen21-May-03 6:33
Peter Weyzen21-May-03 6:33 
2 additional comments.

(1) If you want to send more than an integer, you can actually send a string. To do this, you should create an "atom" for the string. See GlobalAddAtom(). The receiver should destroy the atom after he's looked at it.

(2) Since registered messages are global, make sure they are unique. It seems unlikely that your name will clash with any other program. But you never know. We often use a GUID as part of the custom message name.

-p
QuestionCan I put a IPicture object to clipboard? Pin
YuHao21-May-03 5:05
YuHao21-May-03 5:05 
AnswerRe: Can I put a IPicture object to clipboard? Pin
Rage21-May-03 6:29
professionalRage21-May-03 6:29 
GeneralRe: Can I put a IPicture object to clipboard? Pin
YuHao21-May-03 7:24
YuHao21-May-03 7:24 
GeneralDialog application Pin
K. Shaffer21-May-03 5:01
K. Shaffer21-May-03 5:01 
GeneralRe: Dialog application Pin
RChin21-May-03 5:20
RChin21-May-03 5:20 
GeneralRe: Dialog application Pin
RChin21-May-03 5:24
RChin21-May-03 5:24 
GeneralRe: Dialog application Pin
K. Shaffer21-May-03 5:27
K. Shaffer21-May-03 5:27 
GeneralDialog Toolbar Button Size Pin
Kyudos21-May-03 4:54
Kyudos21-May-03 4:54 
Generalsilly question! Pin
flora_k21-May-03 3:01
flora_k21-May-03 3:01 
GeneralRe: silly question! Pin
Maximilien21-May-03 3:17
Maximilien21-May-03 3:17 
GeneralRe: silly question! Pin
73Zeppelin21-May-03 3:23
73Zeppelin21-May-03 3:23 
GeneralRe: silly question! Pin
flora_k21-May-03 3:47
flora_k21-May-03 3:47 
GeneralRe: silly question! Pin
73Zeppelin21-May-03 4:37
73Zeppelin21-May-03 4:37 
GeneralRe: silly question! Pin
jhaga21-May-03 3:43
professionaljhaga21-May-03 3:43 
GeneralWork the workspace Pin
Rohit  Sinha21-May-03 2:49
Rohit  Sinha21-May-03 2:49 
GeneralRe: Work the workspace Pin
Rage21-May-03 6:25
professionalRage21-May-03 6:25 
GeneralRe: Work the workspace Pin
Rohit  Sinha21-May-03 8:02
Rohit  Sinha21-May-03 8:02 

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.