WM_COPYDATA



I would like to send an array 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 a TStringList or array of strings
declared in Sender app to Receiver app. How do I handle it? types
typecasting access etc. TIA
Jim

.



Relevant Pages

  • Exceptions
    ... determine if I will use either feature for a game-console application. ... strings to fulfill it's function regardless of whether the app is ... The best implementations of exception handling ...
    (comp.lang.cpp)
  • Re: Mandatory WebMethod parameters
    ... in front of each of the string params that you want to be "mandatory". ... This doesn't assure you that all requests received by your app logic will be ... The issue is that strings ... Your app still needs to validate ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: String comparision efficency
    ... >your app is creating the String array (as opposed to receiving it whole ... I have a range from 0 to 1000 strings. ... thread so I wouldn't freeze the GUI in the process. ... If users complain that the application is too ...
    (comp.lang.java.programmer)
  • Equivalent STL vectors
    ... on an app that will need to hold an array of strings (unknown size). ...
    (microsoft.public.dotnet.csharp.general)
  • Re: call an executable with array of strings parameter
    ... Since the command line arguments of a Java program are an array of strings, ... i would prefer to use the windows messaging system rather ... A app wants to send a damn long long string, ...
    (microsoft.public.win32.programmer.networks)