Click here to Skip to main content
15,923,576 members
Home / Discussions / C#
   

C#

 
GeneralRe: ControlDesigner on Windows Form Pin
Jamie Nordmeyer8-Apr-04 9:56
Jamie Nordmeyer8-Apr-04 9:56 
GeneralMarshal an object [] to ptr Pin
joeyespo8-Apr-04 8:30
joeyespo8-Apr-04 8:30 
GeneralRe: Marshal an object [] to ptr Pin
Heath Stewart8-Apr-04 8:55
protectorHeath Stewart8-Apr-04 8:55 
GeneralUsing String Buffers of Win32 Libraries in C# Pin
yyf8-Apr-04 5:27
yyf8-Apr-04 5:27 
GeneralRe: Using String Buffers of Win32 Libraries in C# Pin
Heath Stewart8-Apr-04 5:51
protectorHeath Stewart8-Apr-04 5:51 
QuestionXML via Socket? Pin
rbarzallo8-Apr-04 4:40
rbarzallo8-Apr-04 4:40 
AnswerRe: XML via Socket? Pin
Colin Angus Mackay8-Apr-04 5:16
Colin Angus Mackay8-Apr-04 5:16 
AnswerRe: XML via Socket? Pin
Judah Gabriel Himango8-Apr-04 5:16
sponsorJudah Gabriel Himango8-Apr-04 5:16 
Sure. But really you probably don't want to use sockets directly as that's fairly low level. You might want to use System.Runtime.Remoting to pass objects (presumably containing XML data) across to another machine. FYI, if you use remoting over HTTP, all data packets are sent in a stream of XML anyway. The other option is using remoting over the TCP channel, in which data gets sent as a stream of binary formatted data.

If you're looking for more info on remoting, MSDN has some good examples, and you might also want to check out Ingo Rammer's remoting site[^].


---------------------------
He who knows that enough is enough will always have enough.

-Lao Tsu

GeneralRe: XML via Socket? Pin
Heath Stewart8-Apr-04 5:48
protectorHeath Stewart8-Apr-04 5:48 
GeneralRe: XML via Socket? Pin
Judah Gabriel Himango8-Apr-04 6:25
sponsorJudah Gabriel Himango8-Apr-04 6:25 
GeneralRe: XML via Socket? Pin
jqd20018-Apr-04 7:33
jqd20018-Apr-04 7:33 
GeneralRe: XML via Socket? Pin
Heath Stewart8-Apr-04 8:20
protectorHeath Stewart8-Apr-04 8:20 
GeneralConverting double to string Pin
kskris8-Apr-04 4:33
kskris8-Apr-04 4:33 
GeneralRe: Converting double to string Pin
Mike Dimmick8-Apr-04 5:34
Mike Dimmick8-Apr-04 5:34 
GeneralRe: Converting double to string Pin
Heath Stewart8-Apr-04 5:46
protectorHeath Stewart8-Apr-04 5:46 
GeneralRe: Converting double to string Pin
kskris8-Apr-04 7:08
kskris8-Apr-04 7:08 
GeneralClosing a crashed application. Pin
mcgahanfl8-Apr-04 4:29
mcgahanfl8-Apr-04 4:29 
GeneralRe: Closing a crashed application. Pin
Judah Gabriel Himango8-Apr-04 5:09
sponsorJudah Gabriel Himango8-Apr-04 5:09 
GeneralRe: Closing a crashed application. Pin
mcgahanfl8-Apr-04 8:46
mcgahanfl8-Apr-04 8:46 
GeneralC# ListView Control - Events Pin
Jacobus8-Apr-04 3:44
Jacobus8-Apr-04 3:44 
GeneralRe: C# ListView Control - Events Pin
Judah Gabriel Himango8-Apr-04 4:00
sponsorJudah Gabriel Himango8-Apr-04 4:00 
GeneralRe: C# ListView Control - Events Pin
Jacobus8-Apr-04 4:16
Jacobus8-Apr-04 4:16 
GeneralRe: C# ListView Control - Events Pin
Jacobus8-Apr-04 4:18
Jacobus8-Apr-04 4:18 
GeneralRetrieving data from Navision database using ODBC in a .NET application Pin
jvbragt8-Apr-04 3:08
jvbragt8-Apr-04 3:08 
GeneralRe: Retrieving data from Navision database using ODBC in a .NET application Pin
Samuel Chen8-Apr-04 6:14
Samuel Chen8-Apr-04 6:14 

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.