Click here to Skip to main content
15,896,111 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: ToolboxBitmap for CF component? Pin
Dave Kreskowiak22-Dec-06 7:10
mveDave Kreskowiak22-Dec-06 7:10 
GeneralRe: ToolboxBitmap for CF component? Pin
Ariston Darmayuda23-Dec-06 4:06
Ariston Darmayuda23-Dec-06 4:06 
GeneralRe: ToolboxBitmap for CF component? Pin
Dave Kreskowiak23-Dec-06 9:57
mveDave Kreskowiak23-Dec-06 9:57 
GeneralRe: ToolboxBitmap for CF component? Pin
Cleber Movio3-Mar-11 12:16
Cleber Movio3-Mar-11 12:16 
QuestionHow to read a exact word in a text file using c# Pin
NK722-Dec-06 0:20
NK722-Dec-06 0:20 
AnswerRe: How to read a exact word in a text file using c# Pin
Pete O'Hanlon22-Dec-06 0:29
mvePete O'Hanlon22-Dec-06 0:29 
AnswerRe: How to read a exact word in a text file using c# Pin
gnadeem23-Dec-06 8:27
gnadeem23-Dec-06 8:27 
QuestionNET remoting Pin
vanolviv21-Dec-06 22:36
vanolviv21-Dec-06 22:36 
Ok another problem with .NET Remoting. Sniff | :^)
Server create object in mode='singleton' by file configuration. Object has member 'parent_'.
Like this:

-----------------------------------------------------------------------
RemotingConfiguration.Configure(@"TestServer.exe.config", false); remoteobject_ = new RemoteObject();
remoteobject_.parent_=this
-----------------------------------------------------------------------

I tried connect to this object in client like this:

-----------------------------------------------------------------------
RemotingConfiguration.Configure(@"TestClient.exe.config", false);
WellKnownClientTypeEntry[] ClientEntries = RemotingConfiguration.GetRegisteredWellKnownClientTypes();
remoteobject_ = (RemoteObject)Activator.GetObject(typeof(TestRemothing.RemoteObject),ClientEntries[0].ObjectUrl);
-----------------------------------------------------------------------

and i noticed, that client work with other remote object than server. Why? How client can work with object, that already created by server?

AnswerRe: NET remoting Pin
vanolviv22-Dec-06 0:51
vanolviv22-Dec-06 0:51 
QuestionReaderWriterLock [modified] Pin
Hendrik Debedts21-Dec-06 10:03
Hendrik Debedts21-Dec-06 10:03 
QuestionNET remoting Pin
vanolviv21-Dec-06 4:01
vanolviv21-Dec-06 4:01 
AnswerRe: NET remoting Pin
vanolviv21-Dec-06 4:57
vanolviv21-Dec-06 4:57 
Questionhow to load the previously hidden form in C# Pin
NK721-Dec-06 0:28
NK721-Dec-06 0:28 
AnswerRe: how to load the previously hidden form in C# Pin
Keith Malwitz21-Dec-06 2:02
Keith Malwitz21-Dec-06 2:02 
GeneralRe: how to load the previously hidden form in C# Pin
Christian Graus21-Dec-06 19:40
protectorChristian Graus21-Dec-06 19:40 
QuestionList.BinarySearch results... Pin
Paul Selormey20-Dec-06 23:55
Paul Selormey20-Dec-06 23:55 
AnswerRe: List.BinarySearch results... Pin
Pete O'Hanlon21-Dec-06 0:54
mvePete O'Hanlon21-Dec-06 0:54 
GeneralRe: List.BinarySearch results... Pin
Paul Selormey21-Dec-06 19:33
Paul Selormey21-Dec-06 19:33 
AnswerRe: List.BinarySearch results.. Pin
Tarakeshwar Reddy21-Dec-06 0:58
professionalTarakeshwar Reddy21-Dec-06 0:58 
GeneralRe: List.BinarySearch results.. Pin
Paul Selormey21-Dec-06 19:34
Paul Selormey21-Dec-06 19:34 
Questionis the dataview being updated as I modify it? Pin
JoeRip20-Dec-06 23:29
JoeRip20-Dec-06 23:29 
AnswerRe: is the dataview being updated as I modify it? Pin
JoeRip21-Dec-06 10:44
JoeRip21-Dec-06 10:44 
QuestionHow do I handle events for dropdown menu items created on the fly? Pin
JoeRip20-Dec-06 20:43
JoeRip20-Dec-06 20:43 
AnswerRe: How do I handle events for dropdown menu items created on the fly? Pin
Tarakeshwar Reddy20-Dec-06 21:11
professionalTarakeshwar Reddy20-Dec-06 21:11 
GeneralRe: How do I handle events for dropdown menu items created on the fly? Pin
JoeRip20-Dec-06 21:21
JoeRip20-Dec-06 21:21 

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.