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

C#

 
GeneralParsing text Pin
BLaZiNiX26-Aug-02 17:04
BLaZiNiX26-Aug-02 17:04 
GeneralRe: Parsing text Pin
Christopher Lord26-Aug-02 18:06
Christopher Lord26-Aug-02 18:06 
GeneralRe: Parsing text Pin
BLaZiNiX26-Aug-02 18:20
BLaZiNiX26-Aug-02 18:20 
GeneralRe: Parsing text Pin
James T. Johnson26-Aug-02 18:47
James T. Johnson26-Aug-02 18:47 
GeneralRe: Parsing text Pin
BLaZiNiX26-Aug-02 18:51
BLaZiNiX26-Aug-02 18:51 
GeneralRe: Parsing text Pin
James T. Johnson26-Aug-02 19:02
James T. Johnson26-Aug-02 19:02 
General2 Question related to Socket Pin
BLaZiNiX26-Aug-02 17:01
BLaZiNiX26-Aug-02 17:01 
GeneralRe: 2 Question related to Socket Pin
James T. Johnson26-Aug-02 18:51
James T. Johnson26-Aug-02 18:51 
BLaZiNiX wrote:
1- is it possible to create a software like Laplink or PcAnywhere in C#, what I want to do is to see the current screen on the remote computer and be able to manipulate it from my computer ?

I don't see why not, essentially a program like this transmits keystrokes, mouse movement, and button clicks from the client to the server and the server sends back the bitmap representing the screen.

BLaZiNiX wrote:
yes how can I do this ?

You implement each of the things I outlined above. Sorry if its no help; but you are asking for a lot there.

BLaZiNiX wrote:
How can I create a multiple client chat app like one server to monitaring all the messages of all the client connected and a lot of the same client app to chat with each other ?

Sounds like an IRC server; I suggest taking a look at some of the open source IRC servers out there to see how they do it; then work how to accomplish the same things in .NET.

James
"And we are all men; apart from the females." - Colin Davies
GeneralRe: 2 Question related to Socket Pin
BLaZiNiX26-Aug-02 18:56
BLaZiNiX26-Aug-02 18:56 
GeneralRe: 2 Question related to Socket Pin
James T. Johnson26-Aug-02 19:29
James T. Johnson26-Aug-02 19:29 
GeneralRe: 2 Question related to Socket Pin
BLaZiNiX26-Aug-02 18:57
BLaZiNiX26-Aug-02 18:57 
GeneralRe: 2 Question related to Socket Pin
Sijin26-Aug-02 19:20
Sijin26-Aug-02 19:20 
GeneralRe: 2 Question related to Socket Pin
jparsons27-Aug-02 3:49
jparsons27-Aug-02 3:49 
GeneralRe: 2 Question related to Socket Pin
Daniel Turini27-Aug-02 6:37
Daniel Turini27-Aug-02 6:37 
Questionhow to set component's ico?? Pin
fftongzhi26-Aug-02 15:24
fftongzhi26-Aug-02 15:24 
AnswerRe: how to set component's ico?? Pin
leppie26-Aug-02 21:29
leppie26-Aug-02 21:29 
GeneralRe: how to set component's ico?? Pin
fftongzhi27-Aug-02 16:44
fftongzhi27-Aug-02 16:44 
GeneralPrevent multiple app instances... Pin
Boris Yankov26-Aug-02 14:36
Boris Yankov26-Aug-02 14:36 
GeneralRe: Prevent multiple app instances... Pin
Nish Nishant26-Aug-02 15:01
sitebuilderNish Nishant26-Aug-02 15:01 
GeneralRe: Prevent multiple app instances... Pin
Richard Deeming27-Aug-02 3:19
mveRichard Deeming27-Aug-02 3:19 
QuestionHow do you set a ComboBox to upper case selections? Pin
Zombies with Coffee, LLC26-Aug-02 12:07
professionalZombies with Coffee, LLC26-Aug-02 12:07 
AnswerRe: How do you set a ComboBox to upper case selections? Pin
Nnamdi Onyeyiri26-Aug-02 12:13
Nnamdi Onyeyiri26-Aug-02 12:13 
GeneralRe: How do you set a ComboBox to upper case selections? Pin
James T. Johnson26-Aug-02 12:16
James T. Johnson26-Aug-02 12:16 
GeneralRe: How do you set a ComboBox to upper case selections? Pin
Zombies with Coffee, LLC26-Aug-02 13:44
professionalZombies with Coffee, LLC26-Aug-02 13:44 
GeneralProperties & and | Pin
Christian Graus26-Aug-02 11:48
protectorChristian Graus26-Aug-02 11:48 

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.