Click here to Skip to main content
16,005,141 members
Home / Discussions / C#
   

C#

 
GeneralObjects between machines Pin
ProffK26-Nov-03 22:49
ProffK26-Nov-03 22:49 
GeneralRe: Objects between machines Pin
Corinna John27-Nov-03 1:23
Corinna John27-Nov-03 1:23 
GeneralRe: Objects between machines Pin
ProffK27-Nov-03 1:41
ProffK27-Nov-03 1:41 
GeneralRe: Objects between machines Pin
Corinna John27-Nov-03 3:01
Corinna John27-Nov-03 3:01 
GeneralRe: Objects between machines Pin
ProffK27-Nov-03 3:53
ProffK27-Nov-03 3:53 
GeneralRe: Objects between machines Pin
Corinna John27-Nov-03 9:37
Corinna John27-Nov-03 9:37 
GeneralRe: Objects between machines Pin
ProffK27-Nov-03 20:33
ProffK27-Nov-03 20:33 
GeneralRe: Objects between machines Pin
Corinna John28-Nov-03 2:30
Corinna John28-Nov-03 2:30 
You can store all the method calls (which you would send to the server if there was a connection) to an "objectID.log" file, and the object itself to an "objectID.obj" file. When the client connects, you deserialize the object from "objectID.obj" and save it on the server, next you read and send the after-save actions from "objectID.log".
GeneralRe: Objects between machines Pin
ProffK28-Nov-03 2:38
ProffK28-Nov-03 2:38 
GeneralCalling unmanaged static C++ lib from C# Pin
krogoth26-Nov-03 22:39
krogoth26-Nov-03 22:39 
GeneralRe: Calling unmanaged static C++ lib from C# Pin
lajiyo27-Nov-03 3:15
lajiyo27-Nov-03 3:15 
GeneralReading 1 char (without ENTER) from Console Pin
another_user_name26-Nov-03 21:45
another_user_name26-Nov-03 21:45 
GeneralRe: Reading 1 char (without ENTER) from Console Pin
lajiyo27-Nov-03 2:01
lajiyo27-Nov-03 2:01 
GeneralRe: Reading 1 char (without ENTER) from Console Pin
another_user_name27-Nov-03 2:38
another_user_name27-Nov-03 2:38 
GeneralRe: Reading 1 char (without ENTER) from Console Pin
lajiyo27-Nov-03 2:57
lajiyo27-Nov-03 2:57 
GeneralRe: Reading 1 char (without ENTER) from Console Pin
leppie27-Nov-03 6:03
leppie27-Nov-03 6:03 
GeneralRe: Reading 1 char (without ENTER) from Console Pin
Bo Hunter27-Nov-03 20:21
Bo Hunter27-Nov-03 20:21 
GeneralRe: Reading 1 char (without ENTER) from Console Pin
another_user_name27-Nov-03 21:08
another_user_name27-Nov-03 21:08 
GeneralError Instantiating Class Pin
obelisk2926-Nov-03 20:43
obelisk2926-Nov-03 20:43 
GeneralRe: Error Instantiating Class Pin
Corinna John26-Nov-03 20:56
Corinna John26-Nov-03 20:56 
GeneralRe: Error Instantiating Class Pin
obelisk2927-Nov-03 5:49
obelisk2927-Nov-03 5:49 
GeneralRe: Error Instantiating Class Pin
Corinna John27-Nov-03 9:45
Corinna John27-Nov-03 9:45 
QuestionHow to change the displaying sequence of columns in a DataView Pin
itismydick26-Nov-03 20:29
itismydick26-Nov-03 20:29 
Questionhow to add icons to tab page headers? Pin
viswaug26-Nov-03 20:04
viswaug26-Nov-03 20:04 
GeneralInvoking script methods from C# Browser Control (take 2) Pin
snappa26-Nov-03 18:34
snappa26-Nov-03 18:34 

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.