Click here to Skip to main content
15,903,362 members
Home / Discussions / C#
   

C#

 
GeneralRe: How To Solve This ? start wtih numeric Value Pin
pakpatel3-Apr-08 8:11
pakpatel3-Apr-08 8:11 
GeneralRe: How To Solve This ? start wtih numeric Value Pin
Dave Kreskowiak3-Apr-08 9:13
mveDave Kreskowiak3-Apr-08 9:13 
GeneralRe: How To Solve This ? start wtih numeric Value Pin
darkelv3-Apr-08 17:54
darkelv3-Apr-08 17:54 
AnswerRe: How To Solve This ? start wtih numeric Value Pin
PIEBALDconsult3-Apr-08 8:34
mvePIEBALDconsult3-Apr-08 8:34 
AnswerRe: How To Solve This ? start wtih numeric Value Pin
carbon_golem3-Apr-08 9:07
carbon_golem3-Apr-08 9:07 
AnswerRe: How To Solve This ? start wtih numeric Value Pin
kaddim3-Apr-08 16:11
kaddim3-Apr-08 16:11 
QuestionCustom Event Pin
Member 35371093-Apr-08 5:41
Member 35371093-Apr-08 5:41 
GeneralRe: Custom Event Pin
Judah Gabriel Himango3-Apr-08 5:48
sponsorJudah Gabriel Himango3-Apr-08 5:48 
You'll need more than events to communicate between applications.

If the 2 apps are on the same machine, you can communicate between them using pipes. See System.IO.Pipes[^] in the latest .NET framework.

If the 2 apps are on different machines, you'll want to use a robust communication mechanism like Windows Communication Foundation (WCF)[^] or Remoting[^]. WCF is the latest communication technology, Remoting is an older technology.



GeneralRe: Custom Event Pin
Member 35371093-Apr-08 5:54
Member 35371093-Apr-08 5:54 
GeneralRe: Custom Event Pin
Dave Kreskowiak3-Apr-08 8:06
mveDave Kreskowiak3-Apr-08 8:06 
GeneralRe: Custom Event Pin
DaveyM693-Apr-08 8:11
professionalDaveyM693-Apr-08 8:11 
QuestionEmpty error message box on application launch Pin
Krishna Murthy3-Apr-08 4:39
Krishna Murthy3-Apr-08 4:39 
GeneralRe: Empty error message box on application launch Pin
Simon P Stevens3-Apr-08 5:22
Simon P Stevens3-Apr-08 5:22 
GeneralRe: Empty error message box on application launch Pin
Stu Richardson3-Apr-08 5:32
Stu Richardson3-Apr-08 5:32 
QuestionWebService using .NetRemoning, how to get the object representing the WebService? Pin
philipina3-Apr-08 3:55
philipina3-Apr-08 3:55 
GeneralRe: WebService using .NetRemoning, how to get the object representing the WebService? Pin
philipina3-Apr-08 19:59
philipina3-Apr-08 19:59 
QuestionCount number of childnodes Pin
cooltoad1233-Apr-08 3:41
cooltoad1233-Apr-08 3:41 
GeneralRe: Count number of childnodes Pin
Stu Richardson3-Apr-08 4:45
Stu Richardson3-Apr-08 4:45 
QuestionRe: Count number of childnodes Pin
cooltoad1233-Apr-08 5:03
cooltoad1233-Apr-08 5:03 
Questionrtf files and pagebreaks Pin
panoskatws3-Apr-08 3:05
panoskatws3-Apr-08 3:05 
GeneralRe: rtf files and pagebreaks Pin
Simon P Stevens3-Apr-08 5:03
Simon P Stevens3-Apr-08 5:03 
GeneralRe: rtf files and pagebreaks Pin
panoskatws3-Apr-08 7:01
panoskatws3-Apr-08 7:01 
GeneralRe: rtf files and pagebreaks Pin
Michael Schubert3-Apr-08 5:56
Michael Schubert3-Apr-08 5:56 
GeneralSynchronizing forms Pin
N a v a n e e t h3-Apr-08 2:58
N a v a n e e t h3-Apr-08 2:58 
GeneralRe: Synchronizing forms Pin
Simon P Stevens3-Apr-08 4:37
Simon P Stevens3-Apr-08 4:37 

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.