Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
AnswerRe: using MSAccess in C# Pin
enjoycrack3-Nov-05 13:17
enjoycrack3-Nov-05 13:17 
Questionmethod problem Pin
nbaker3-Nov-05 10:30
nbaker3-Nov-05 10:30 
AnswerRe: method problem Pin
S. Senthil Kumar3-Nov-05 17:57
S. Senthil Kumar3-Nov-05 17:57 
GeneralRe: method problem Pin
nbaker4-Nov-05 1:40
nbaker4-Nov-05 1:40 
QuestionWindow service and system tray Pin
vidyaN3-Nov-05 9:50
vidyaN3-Nov-05 9:50 
AnswerRe: Window service and system tray Pin
Jon Rista4-Nov-05 16:51
Jon Rista4-Nov-05 16:51 
GeneralRe: Window service and system tray Pin
vidyaN7-Nov-05 7:27
vidyaN7-Nov-05 7:27 
GeneralRe: Window service and system tray Pin
Jon Rista8-Nov-05 7:02
Jon Rista8-Nov-05 7:02 
If you want to communicate between dissimilar apps like that (and dissimilar platforms), I would say the best option is TCP/IP if you need to communicate accross a network, or Named Pipes if you just need to communicate to the same machine. There are a couple good named pipe implementations here on CodeProject that should help you get started. You will need to write custom communication code for each app.
QuestionXML Formatted String and Collection with dynamic value types Pin
budidharma3-Nov-05 9:19
budidharma3-Nov-05 9:19 
AnswerRe: XML Formatted String and Collection with dynamic value types Pin
Wjousts3-Nov-05 10:57
Wjousts3-Nov-05 10:57 
GeneralRe: XML Formatted String and Collection with dynamic value types Pin
budidharma3-Nov-05 12:40
budidharma3-Nov-05 12:40 
GeneralRe: XML Formatted String and Collection with dynamic value types Pin
S. Senthil Kumar3-Nov-05 18:01
S. Senthil Kumar3-Nov-05 18:01 
AnswerRe: XML Formatted String and Collection with dynamic value types Pin
Jon Rista4-Nov-05 16:53
Jon Rista4-Nov-05 16:53 
QuestionGeting data from another program Pin
JJDIII3-Nov-05 8:57
JJDIII3-Nov-05 8:57 
AnswerRe: Accepting a string from another program Pin
Dave Kreskowiak3-Nov-05 14:13
mveDave Kreskowiak3-Nov-05 14:13 
GeneralRe: Accepting a string from another program Pin
JJDIII4-Nov-05 2:24
JJDIII4-Nov-05 2:24 
GeneralRe: Accepting a string from another program Pin
Dave Kreskowiak4-Nov-05 12:07
mveDave Kreskowiak4-Nov-05 12:07 
Questionchanging references for different configurations Pin
BlackDice3-Nov-05 8:23
BlackDice3-Nov-05 8:23 
AnswerRe: changing references for different configurations Pin
.NetRocker3-Nov-05 10:26
.NetRocker3-Nov-05 10:26 
QuestionStruct Pin
budidharma3-Nov-05 7:54
budidharma3-Nov-05 7:54 
AnswerRe: Struct Pin
.NetRocker3-Nov-05 10:28
.NetRocker3-Nov-05 10:28 
GeneralRe: Struct Pin
Christian Graus3-Nov-05 11:16
protectorChristian Graus3-Nov-05 11:16 
AnswerRe: Struct Pin
Christian Graus3-Nov-05 11:11
protectorChristian Graus3-Nov-05 11:11 
GeneralRe: Struct Pin
budidharma3-Nov-05 12:44
budidharma3-Nov-05 12:44 
AnswerRe: Struct Pin
Guffa3-Nov-05 13:16
Guffa3-Nov-05 13:16 

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.