Click here to Skip to main content
15,921,990 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MSXML distribution Pin
Rickard Andersson2021-May-03 5:46
Rickard Andersson2021-May-03 5:46 
GeneralRe: MSXML distribution Pin
Anonymous21-May-03 7:38
Anonymous21-May-03 7:38 
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 
Hi,
you should create a customs message and register it via RegisterWindowsMessage.
In the parameters you can hide the table/view as integer and the rowID (if any) as long value.
If you broadcast it via PostMessage(HWND_BROADCAST.....) or post it directly to your application is up to you.
Do not use SendMessage, because this will stop the sending application, till the message is processed.

Hope this helps.

G. Steudtel
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 
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 

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.