Click here to Skip to main content
15,894,896 members
Home / Discussions / C#
   

C#

 
GeneralHexa Converting Pin
WaleedH17-Mar-05 5:48
WaleedH17-Mar-05 5:48 
GeneralRe: Hexa Converting Pin
techieboi17-Mar-05 6:14
techieboi17-Mar-05 6:14 
GeneralRe: Hexa Converting Pin
Robert Rohde17-Mar-05 7:13
Robert Rohde17-Mar-05 7:13 
GeneralRe: Hexa Converting Pin
WaleedH17-Mar-05 12:05
WaleedH17-Mar-05 12:05 
GeneralCalling C# function within Browser Control Pin
Adnan Siddiqi17-Mar-05 5:00
Adnan Siddiqi17-Mar-05 5:00 
GeneralRe: Calling C# function within Browser Control Pin
techieboi17-Mar-05 6:39
techieboi17-Mar-05 6:39 
GeneralRe: Calling C# function within Browser Control Pin
Adnan Siddiqi17-Mar-05 7:29
Adnan Siddiqi17-Mar-05 7:29 
General[IPC on WinCE] Send data between applications Pin
Darth.Vader17-Mar-05 3:22
Darth.Vader17-Mar-05 3:22 
I hope my already 2 day search ends here Wink | ;) !

This is what I want to be able to do: existing app A generates sql-qeurys and sends these as strings to app B (application to develop). These querys are send to a database server and the result is put into two different files (one file with result data layout and the other with actual result data).
Now app B must return a struct with information about these files(location etc) and some additional information to app A. App A reads the files and presents the information to the user.

My question now is: how do I send data (using structs with strings, integers etc) between two applications?
My intention is to use Window Messages for this task using SendMessage / WM_COPYDATA. I have not been able to find an example which made it (crystal)clear for me, maybe someone can help me tackle this problem.

Or do you think this approach is not the good one, please tell me!

Thanks in advance,
Darth





I can't get no satisfaction.
GeneralRe: [IPC on WinCE] Send data between applications Pin
Guinness4Strength17-Mar-05 5:17
Guinness4Strength17-Mar-05 5:17 
GeneralRe: [IPC on WinCE] Send data between applications Pin
Guinness4Strength17-Mar-05 5:34
Guinness4Strength17-Mar-05 5:34 
QuestionWhich is better? for or foreach? Pin
GhostsOfOrion17-Mar-05 2:35
GhostsOfOrion17-Mar-05 2:35 
AnswerRe: Which is better? for or foreach? Pin
Roger Alsing17-Mar-05 3:30
Roger Alsing17-Mar-05 3:30 
GeneralRe: Which is better? for or foreach? Pin
GhostsOfOrion17-Mar-05 3:44
GhostsOfOrion17-Mar-05 3:44 
GeneralRe: Which is better? for or foreach? Pin
Colin Angus Mackay17-Mar-05 6:35
Colin Angus Mackay17-Mar-05 6:35 
GeneralRe: Which is better? for or foreach? Pin
Robert Rohde17-Mar-05 7:16
Robert Rohde17-Mar-05 7:16 
GeneralRe: Which is better? for or foreach? Pin
Nick Parker17-Mar-05 7:38
protectorNick Parker17-Mar-05 7:38 
GeneralRe: Which is better? for or foreach? Pin
GhostsOfOrion17-Mar-05 8:18
GhostsOfOrion17-Mar-05 8:18 
QuestionHow would I display unicode characters such as Arabic characters in a text box? Pin
Muhammad Nadir Khan17-Mar-05 2:32
Muhammad Nadir Khan17-Mar-05 2:32 
AnswerRe: How would I display unicode characters such as Arabic characters in a text box? Pin
Nick Parker17-Mar-05 7:39
protectorNick Parker17-Mar-05 7:39 
Generalnull issue before initializing object Pin
spif200117-Mar-05 2:26
spif200117-Mar-05 2:26 
GeneralRe: null issue before initializing object Pin
Colin Angus Mackay17-Mar-05 6:41
Colin Angus Mackay17-Mar-05 6:41 
GeneralRe: null issue before initializing object Pin
Robert Rohde17-Mar-05 7:23
Robert Rohde17-Mar-05 7:23 
GeneralRe: null issue before initializing object Pin
spif200118-Mar-05 2:06
spif200118-Mar-05 2:06 
GeneralReflection in .net Pin
nsainaveen17-Mar-05 1:28
nsainaveen17-Mar-05 1:28 
GeneralRe: Reflection in .net Pin
mav.northwind17-Mar-05 2:08
mav.northwind17-Mar-05 2:08 

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.