Click here to Skip to main content
15,918,967 members
Home / Discussions / C#
   

C#

 
QuestionCapture Video from Webcam Pin
Le Hoang Viet15-Jul-07 16:39
Le Hoang Viet15-Jul-07 16:39 
AnswerRe: Capture Video from Webcam Pin
Sathesh Sakthivel15-Jul-07 17:17
Sathesh Sakthivel15-Jul-07 17:17 
QuestionImage Question Pin
jason_mf15-Jul-07 16:08
jason_mf15-Jul-07 16:08 
AnswerRe: Image Question Pin
Ravi Bhavnani15-Jul-07 19:00
professionalRavi Bhavnani15-Jul-07 19:00 
Questionserial port read data Pin
ahmad al-omar15-Jul-07 14:40
ahmad al-omar15-Jul-07 14:40 
AnswerRe: serial port read data Pin
Sathesh Sakthivel15-Jul-07 14:45
Sathesh Sakthivel15-Jul-07 14:45 
QuestionRemoting - Watching remote objects... Pin
Shy Agam15-Jul-07 11:14
Shy Agam15-Jul-07 11:14 
AnswerRe: Remoting - Watching remote objects... Pin
Shy Agam15-Jul-07 12:27
Shy Agam15-Jul-07 12:27 
AnswerRe: Remoting - Watching remote objects... Pin
mav.northwind15-Jul-07 19:23
mav.northwind15-Jul-07 19:23 
QuestionMake 2st item in combo box blank Pin
Vernware15-Jul-07 10:32
Vernware15-Jul-07 10:32 
AnswerRe: Make 2st item in combo box blank Pin
Mike Dimmick15-Jul-07 10:40
Mike Dimmick15-Jul-07 10:40 
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 

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.