Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# with some code in MFC Pin
Heath Stewart26-Oct-04 6:30
protectorHeath Stewart26-Oct-04 6:30 
GeneralSleep function in C# Pin
Ariadne26-Oct-04 4:16
Ariadne26-Oct-04 4:16 
GeneralRe: Sleep function in C# Pin
Judah Gabriel Himango26-Oct-04 4:24
sponsorJudah Gabriel Himango26-Oct-04 4:24 
GeneralRe: Sleep function in C# Pin
Gary Thom26-Oct-04 4:29
Gary Thom26-Oct-04 4:29 
GeneralSending Messages between Networked Computers. Pin
acidik26-Oct-04 3:29
acidik26-Oct-04 3:29 
GeneralPlus: Error message when adding a MessageQueue control... Pin
acidik26-Oct-04 4:18
acidik26-Oct-04 4:18 
GeneralRe: Sending Messages between Networked Computers. Pin
Judah Gabriel Himango26-Oct-04 4:31
sponsorJudah Gabriel Himango26-Oct-04 4:31 
GeneralRe: Sending Messages between Networked Computers. Pin
Heath Stewart26-Oct-04 6:39
protectorHeath Stewart26-Oct-04 6:39 
Judah Himango wrote:
and you're running within a local area network

That's rather limiting for something that's pretty much limitless. Already the BCL provides both the TcpChannel and HttpChannel (and an internal channel for within a simgle process with multiple app domains) and the 2.0 BCL will define the IpcChannel. You can define any channel you want. Don't want to use TCP? Define a channel that uses IPX. Don't want to rely on an electronic transport layer? Define a channel that drives a small catapult that launches chicken eggs in defined patterns. It really doesn't matter; both the serialization and transport chains are independent and extensible.

So long as both applications are managed, .NET Remoting is your best option because it doesn't tie you down to so many restrictions (there's some, but that has more to do with serialization than anything).

...but please don't waste chicken eggs. Roll eyes | :rolleyes:

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Sending Messages between Networked Computers. Pin
Judah Gabriel Himango26-Oct-04 8:47
sponsorJudah Gabriel Himango26-Oct-04 8:47 
GeneralRe: Sending Messages between Networked Computers. Pin
Dave Kreskowiak26-Oct-04 4:48
mveDave Kreskowiak26-Oct-04 4:48 
GeneralRe: Sending Messages between Networked Computers. Pin
S. Senthil Kumar26-Oct-04 6:28
S. Senthil Kumar26-Oct-04 6:28 
GeneralRe: Sending Messages between Networked Computers. Pin
ppp00114-Aug-05 23:43
ppp00114-Aug-05 23:43 
QuestionOpen HTML page in Window application? Pin
Miri Ofir26-Oct-04 3:09
Miri Ofir26-Oct-04 3:09 
AnswerRe: Open HTML page in Window application? Pin
Judah Gabriel Himango26-Oct-04 4:34
sponsorJudah Gabriel Himango26-Oct-04 4:34 
GeneralRe: Open HTML page in Window application? Pin
Miri Ofir30-Oct-04 19:52
Miri Ofir30-Oct-04 19:52 
GeneralBuilding Wizards Pin
shevi202726-Oct-04 2:58
shevi202726-Oct-04 2:58 
GeneralRe: Building Wizards Pin
Judah Gabriel Himango26-Oct-04 4:38
sponsorJudah Gabriel Himango26-Oct-04 4:38 
GeneralRe: Building Wizards Pin
Nick Parker26-Oct-04 7:42
protectorNick Parker26-Oct-04 7:42 
GeneralEvent in MyButton Pin
zsiga26-Oct-04 2:43
zsiga26-Oct-04 2:43 
GeneralRe: Event in MyButton Pin
Gary Thom26-Oct-04 4:33
Gary Thom26-Oct-04 4:33 
GeneralDatagrid column with a different.. Pin
S4E26-Oct-04 1:46
S4E26-Oct-04 1:46 
GeneralRe: Datagrid column with a different.. Pin
Judah Gabriel Himango26-Oct-04 4:41
sponsorJudah Gabriel Himango26-Oct-04 4:41 
GeneralSIP - Scrolling Pin
mathon26-Oct-04 0:52
mathon26-Oct-04 0:52 
Generalfile transfer and checking if the system is idle Pin
vyki_c26-Oct-04 0:33
vyki_c26-Oct-04 0:33 
Generalmotion detection and calculation of video through webcam in c# Pin
Nadeem198226-Oct-04 0:04
Nadeem198226-Oct-04 0:04 

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.