Click here to Skip to main content
15,924,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: TextBox for number Pin
indranilbanerjee31-Mar-04 22:02
indranilbanerjee31-Mar-04 22:02 
Questionhow to assigning a Drive to a Share ? Pin
zoltix2-Mar-04 5:22
zoltix2-Mar-04 5:22 
AnswerRe: how to assigning a Drive to a Share ? Pin
Heath Stewart2-Mar-04 6:47
protectorHeath Stewart2-Mar-04 6:47 
GeneralRe: how to assigning a Drive to a Share ? Pin
zoltix2-Mar-04 12:44
zoltix2-Mar-04 12:44 
GeneralRe: how to assigning a Drive to a Share ? Pin
Dave Kreskowiak2-Mar-04 13:25
mveDave Kreskowiak2-Mar-04 13:25 
GeneralRe: how to assigning a Drive to a Share ? Pin
zoltix2-Mar-04 21:41
zoltix2-Mar-04 21:41 
Generalc# in remote access and control Pin
keenweng2-Mar-04 4:59
keenweng2-Mar-04 4:59 
GeneralRe: c# in remote access and control Pin
Dave Kreskowiak2-Mar-04 5:57
mveDave Kreskowiak2-Mar-04 5:57 
Yes, it's called PCAnywhere from Symantec. Your going to need to write a client and server, just like PCAnywhere.

The server piece will go on the workstations you want to control. It will have to have code to get the desktop image, hooks into Windows to control the mouse and keyboard, and you'll probably want to write a small file transfer server also. You'll also need to write a communications class that can encode and decode commands between the two modules.

The client piece is going to call into the servers to get the screens that they are looking at. Also, you'll need to map mouse moves and clicks and keystrokes on your client to the screen that is coming from the workstation you want to control.

It's very possible to do, but is a bunch of work. I'd consider going with a commercial package before dumping your time into a few months of development, especially since your new to C#. I'd tackle a more managable project to learn with first.


RageInTheMachine9532
GeneralRe: c# in remote access and control Pin
Heath Stewart2-Mar-04 6:43
protectorHeath Stewart2-Mar-04 6:43 
GeneralRe: c# in remote access and control Pin
Daniel Turini2-Mar-04 7:15
Daniel Turini2-Mar-04 7:15 
GeneralHelp with framework GUI development Pin
2-Mar-04 4:18
suss2-Mar-04 4:18 
GeneralRe: Help with framework GUI development Pin
Heath Stewart2-Mar-04 6:39
protectorHeath Stewart2-Mar-04 6:39 
GeneralRe: Help with framework GUI development Pin
Anonymous2-Mar-04 7:32
Anonymous2-Mar-04 7:32 
GeneralRe: Help with framework GUI development Pin
Russell Morris2-Mar-04 8:06
Russell Morris2-Mar-04 8:06 
GeneralDial Modem & Use Default Internet Connection Pin
Simon Wren2-Mar-04 4:09
professionalSimon Wren2-Mar-04 4:09 
GeneralRe: Dial Modem & Use Default Internet Connection Pin
Mazdak2-Mar-04 4:25
Mazdak2-Mar-04 4:25 
GeneralVB.NET to C# Language converter Pin
RB@Emphasys2-Mar-04 3:28
RB@Emphasys2-Mar-04 3:28 
GeneralRe: VB.NET to C# Language converter Pin
joan_fl2-Mar-04 4:10
joan_fl2-Mar-04 4:10 
GeneralRe: VB.NET to C# Language converter Pin
joan_fl2-Mar-04 4:17
joan_fl2-Mar-04 4:17 
GeneralRe: VB.NET to C# Language converter Pin
Heath Stewart2-Mar-04 4:38
protectorHeath Stewart2-Mar-04 4:38 
GeneralRe: VB.NET to C# Language converter Pin
RB@Emphasys2-Mar-04 4:41
RB@Emphasys2-Mar-04 4:41 
GeneralRe: VB.NET to C# Language converter Pin
Heath Stewart2-Mar-04 6:31
protectorHeath Stewart2-Mar-04 6:31 
GeneralRe: VB.NET to C# Language converter Pin
tgoggin2-Mar-04 5:42
tgoggin2-Mar-04 5:42 
GeneralRe: VB.NET to C# Language converter Pin
joan_fl2-Mar-04 4:43
joan_fl2-Mar-04 4:43 
GeneralRe: VB.NET to C# Language converter Pin
RB@Emphasys2-Mar-04 5:03
RB@Emphasys2-Mar-04 5:03 

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.