Click here to Skip to main content
15,908,173 members
Home / Discussions / C#
   

C#

 
AnswerRe: Multiple Inheritances Pin
Tarek Elganainy11-Jun-07 23:37
Tarek Elganainy11-Jun-07 23:37 
AnswerRe: Multiple Inheritances Pin
Kevin McFarlane12-Jun-07 1:07
Kevin McFarlane12-Jun-07 1:07 
Questionhow to lock a directory Pin
Hesham Yassin11-Jun-07 23:12
Hesham Yassin11-Jun-07 23:12 
AnswerRe: how to lock a directory Pin
Muammar©12-Jun-07 1:26
Muammar©12-Jun-07 1:26 
AnswerRe: how to lock a directory Pin
Sylvester george12-Jun-07 2:17
Sylvester george12-Jun-07 2:17 
AnswerRe: how to lock a directory Pin
shervin jijo12-Jun-07 2:21
shervin jijo12-Jun-07 2:21 
QuestionHow to get Remote Machine's hardware resources Pin
zinc_z11-Jun-07 23:03
zinc_z11-Jun-07 23:03 
AnswerRe: How to get Remote Machine's hardware resources Pin
Shy Agam12-Jun-07 2:19
Shy Agam12-Jun-07 2:19 
This can be done in a few ways, and this is one of them (not necessarily the best):

Use System.IO.DriveInfo.GetDrives() to retreive all drives, then use a formatter to serialize the DriveInfo objects to the NetworkStream.

As for webcam and other devices, you're gonna have to code API wrapper classes, mark them as Serializable, and again, use a formatter to serialize them to the NetworkStream.

Regards,
Shy.
GeneralRe: How to get Remote Machine's hardware resources Pin
zinc_z12-Jun-07 2:28
zinc_z12-Jun-07 2:28 
GeneralRe: How to get Remote Machine's hardware resources Pin
Shy Agam12-Jun-07 2:57
Shy Agam12-Jun-07 2:57 
GeneralRe: How to get Remote Machine's hardware resources Pin
zinc_z12-Jun-07 7:55
zinc_z12-Jun-07 7:55 
GeneralRe: How to get Remote Machine's hardware resources Pin
Shy Agam12-Jun-07 8:54
Shy Agam12-Jun-07 8:54 
Questioncall .css file into c# Pin
matjame11-Jun-07 23:02
matjame11-Jun-07 23:02 
AnswerRe: call .css file into c# Pin
Colin Angus Mackay12-Jun-07 0:36
Colin Angus Mackay12-Jun-07 0:36 
GeneralRe: call .css file into c# Pin
matjame12-Jun-07 1:09
matjame12-Jun-07 1:09 
GeneralRe: call .css file into c# Pin
Colin Angus Mackay12-Jun-07 1:23
Colin Angus Mackay12-Jun-07 1:23 
Questionhow to take valid input in NumericUpDown control Pin
Rocky#11-Jun-07 22:38
Rocky#11-Jun-07 22:38 
AnswerRe: how to take valid input in NumericUpDown control Pin
Shy Agam12-Jun-07 0:41
Shy Agam12-Jun-07 0:41 
GeneralRe: how to take valid input in NumericUpDown control Pin
PandemoniumPasha12-Jun-07 1:02
PandemoniumPasha12-Jun-07 1:02 
GeneralRe: how to take valid input in NumericUpDown control Pin
Rocky#12-Jun-07 2:25
Rocky#12-Jun-07 2:25 
GeneralRe: how to take valid input in NumericUpDown control Pin
Shy Agam12-Jun-07 2:26
Shy Agam12-Jun-07 2:26 
GeneralRe: how to take valid input in NumericUpDown control Pin
PandemoniumPasha13-Jun-07 0:37
PandemoniumPasha13-Jun-07 0:37 
GeneralRe: how to take valid input in NumericUpDown control Pin
Rocky#12-Jun-07 2:14
Rocky#12-Jun-07 2:14 
GeneralRe: how to take valid input in NumericUpDown control Pin
Rocky#14-Jun-07 0:44
Rocky#14-Jun-07 0:44 
GeneralRe: how to take valid input in NumericUpDown control Pin
Shy Agam14-Jun-07 2:09
Shy Agam14-Jun-07 2:09 

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.