Click here to Skip to main content
15,902,938 members
Home / Discussions / C#
   

C#

 
AnswerRe: Make 2st item in combo box blank Pin
Guffa15-Jul-07 15:10
Guffa15-Jul-07 15:10 
QuestionAdd conditional Reference to project Pin
peterchen15-Jul-07 9:53
peterchen15-Jul-07 9:53 
AnswerRe: Add conditional Reference to project Pin
Luis Alonso Ramos15-Jul-07 10:30
Luis Alonso Ramos15-Jul-07 10:30 
AnswerRe: Add conditional Reference to project Pin
Scott Dorman15-Jul-07 11:18
professionalScott Dorman15-Jul-07 11:18 
QuestionSet fixed volume/wave levels Pin
Netherways15-Jul-07 8:47
Netherways15-Jul-07 8:47 
AnswerRe: Set fixed volume/wave levels Pin
Leslie Sanford15-Jul-07 9:21
Leslie Sanford15-Jul-07 9:21 
AnswerRe: Set fixed volume/wave levels Pin
mav.northwind15-Jul-07 9:45
mav.northwind15-Jul-07 9:45 
QuestionRemoting - Retrieving a server pre-created object on the client Pin
Shy Agam15-Jul-07 7:14
Shy Agam15-Jul-07 7:14 
Hello experts,

I'm using the System.Runtime.Remoting.Channels.Ipc namespace, and other remoting-related classes to communicate between instances of my app.
I have registered a class using the RemotingConfiguration.RegisterWellKnownServiceType() method, specifying WellKnownObjectMode.Singleton.
AFAIK, normally, the server automatically creates an instance of the object when the first request for the object is made, and for any request which follows, only returns references to it.
What I would like to do, is to be able to create the first instance myself, and have the clients requesting the object receive the reference to MY object.

Is it possible? How?

Hope I made myself clear enough... Smile | :)

Thanks in advance,
Shy.
AnswerRe: Remoting - Retrieving a server pre-created object on the client Pin
Shy Agam15-Jul-07 8:30
Shy Agam15-Jul-07 8:30 
AnswerRe: Remoting - Retrieving a server pre-created object on the client Pin
mav.northwind15-Jul-07 9:42
mav.northwind15-Jul-07 9:42 
GeneralRe: Remoting - Retrieving a server pre-created object on the client Pin
Shy Agam15-Jul-07 9:51
Shy Agam15-Jul-07 9:51 
Questioncompile file html to file XML, using C#? Pin
turoi15-Jul-07 4:51
turoi15-Jul-07 4:51 
AnswerRe: compile file html to file XML, using C#? Pin
Manas Bhardwaj15-Jul-07 5:28
professionalManas Bhardwaj15-Jul-07 5:28 
AnswerRe: compile file html to file XML, using C#? Pin
Christian Graus15-Jul-07 5:35
protectorChristian Graus15-Jul-07 5:35 
AnswerRe: compile file html to file XML, using C#? Pin
Ed.Poore15-Jul-07 8:37
Ed.Poore15-Jul-07 8:37 
QuestionTreeView.SelectedItemChanged Event Question Pin
Andy Spier15-Jul-07 4:26
Andy Spier15-Jul-07 4:26 
AnswerRe: TreeView.SelectedItemChanged Event Question Pin
Shy Agam15-Jul-07 8:04
Shy Agam15-Jul-07 8:04 
GeneralRe: TreeView.SelectedItemChanged Event Question Pin
Andy Spier15-Jul-07 9:14
Andy Spier15-Jul-07 9:14 
GeneralRe: TreeView.SelectedItemChanged Event Question Pin
Shy Agam15-Jul-07 9:43
Shy Agam15-Jul-07 9:43 
GeneralRe: TreeView.SelectedItemChanged Event Question Pin
Andy Spier17-Jul-07 11:35
Andy Spier17-Jul-07 11:35 
QuestionIncluding a "using System.X" object Pin
Manfr3d15-Jul-07 2:44
Manfr3d15-Jul-07 2:44 
AnswerRe: Including a "using System.X" object Pin
mav.northwind15-Jul-07 3:08
mav.northwind15-Jul-07 3:08 
QuestionEmail Pin
mcaos15-Jul-07 2:10
professionalmcaos15-Jul-07 2:10 
AnswerRe: Email Pin
martin_hughes15-Jul-07 3:12
martin_hughes15-Jul-07 3:12 
AnswerRe: Email Pin
mav.northwind15-Jul-07 3:15
mav.northwind15-Jul-07 3:15 

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.