[2.0] Wm_copydata?
- [20 Nov 2008]
I am trying to send data with WM_COPYDATA.
I am trying the following
csharp Code: [DllImport
int GetLastError(); const int WM_COPYDATA = 0x4A; const int SendMsg = 0x1337; //SendMessage
- Preview...
www.vbforums.com./showthread.php?t=547758&mode... - At least 7 Posts and 2 Authors
- Only this forum
WM_COPYDATA
- [06 Sep 2007]
of strings or a stringlist from one app
to
another. I'm using Zarko Gajic's WM_COPYDATA example.
http
://delphi.about.com/od/windowsshellapi/a/wm_copydata.htm?rd=1
How would I adapt this code to send
www.omgili.com/newsgroups/comp/lang/pascal/del... - At least 8 Posts
- Only this forum
[2.0] Wm_copydata?
- [20 Nov 2008]
I am trying to send data with WM_COPYDATA.
I am trying the following
csharp Code: [DllImport
int GetLastError(); const int WM_COPYDATA = 0x4A; const int SendMsg = 0x1337; //SendMessage
- Preview...
www.vbforums.com/showthread.php?t=547758&mode=... - At least 6 Posts and 2 Authors
- Only this forum
WM_COPYDATA INFO
- [26 Oct 2007]
and drop a contact from outlook to my
application....Can i do it using WM_COPYDATA
???
OR
IS WM_COPYDATA BE USED ONLY WITH TWO APPS WHICH KNOWS EACH OTHER
www.omgili.com/newsgroups/microsoft/public/vc/... - At least 4 Posts
- Only this forum
WM_COPYDATA,...
- [03 Jul 2008]
tell me what the path of
a WM_COPDATA is? You start
At SendMessage/PostMessage and
it goes
in your WM_COPYDATA message handler.
--
Scott McPhillips [VC++ MVP]
On Thu...
www.omgili.com/newsgroups/microsoft/public/vc/... - At least 9 Posts and 5 Authors
- Only this forum
WM_COPYDATA question
- [01 Jul 2008]
On Tue, 1 Jul 2008 10:15:28 -0700, "Nick Schultz" <nick.schultz@flir.com
Can you send WM
_COPYDATA messages asynchronously? For example, using
postmessage() instead of sendmessage()?
www.omgili.com/newsgroups/microsoft/public/vc/... - At least 14 Posts and 5 Authors
- Only this forum
WM_COPYDATA ... what's inside?
- [17 Jun 2008]
something about WM_COPYDATA, i'm still unshure if i
should use it...
The question is: what does it do
SendMessage(WM_COPYDATA, ...) copies the data in an internal buffer
and POSTS the message
www.omgili.com/newsgroups/microsoft/public/vc/... - At least 5 Posts and 2 Authors
- Only this forum
WM_COPYDATA i bcb
- [03 Nov 2007]
(UINT) WM_COPYDATA, // message ID
(WPARAM) Handle, // Handle
= sizeof(DANE);
CD.lpData = (LPVOID &) dane;
SendMessage(Handle, WM_COPYDATA, (WPARAM) Handle
www.omgili.com/newsgroups/pl/comp/lang/c/fghn0... - At least 3 Posts
- Only this forum
WM_COPYDATA with current file/folder
- [24 Jul 2008]
WM_COPYDATA with current file/folder Please add a message to retrieve the currently playing
WM_COPYDATA with current file/folder Please add a message to retrieve the currently playing...
- Preview...
forums.winamp.com/showthread.php?threadid=2949... - At least 5 Posts
- Only this forum
|
|
|