Jump to content

C# Remote Administration Tool

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
yoda174

yoda174

    Newbie

  • Members
  • PipPip
  • 25 posts
Dear Codecall members!

I want to know more about remote administration tool(how can i make one,and what function usually contains one...etc) I want use this program for good purposes and not for bad :)

If someone have a working source code(enough if have some simple function:)) I would really appreciate it.

p.s.: I tied the google but i didn't find understandable description for me...:crying:

THANX & sory for my bad English:thumbup::thumbup:

#2
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
I guess that you will need to import a lot of API's into your program if you want to control the other machine. There are a few things you can make: a remote file browser, you can make the application send you a screenshot, etc...

Hiding it will be your biggest problem.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

#3
tjcool

tjcool

    Newbie

  • Members
  • PipPip
  • 18 posts
this one is favorite app ......just learn winsock ....try to develop some client-server chat apps.....practice it ....that's it after some day u will have one.....

Note : Winsock is avaliable in Vb 6.0.To use it in .net u had to explicitly add it ......by adding reference....for that vb6.0 must be installed in u r system.Another way is socket programming...but as u r beginner go for winsock first ....u will get far better idea from it.....and also the problems developing such apps.Just Google for winsock tutorial......

sorry for Bad :closedeyes:English

#4
yoda174

yoda174

    Newbie

  • Members
  • PipPip
  • 25 posts
I see.

I developed a chat application and i integrated in the server part some function. eg. : if the received message is : "POPUP hello" than the server program shows you a messagebox with text "hello". Is this way good? That with commands i supervise the computer functions?

Thank you for the fast replies:thumbup::thumbup:

#5
tjcool

tjcool

    Newbie

  • Members
  • PipPip
  • 18 posts
Yup......so u got some basic idea..now try this.......

Get the drives of remote system....working same as of chat

  • send request to client for folders of specific drive....(say c:)

  • in client side write function to read folder name of c drive only... Note :right now dont try to get folder present inside other folder..u can use directory control present in toolbox to get the foldername no need to use api right now f9

  • now send the folder name to server side.....(client side --> serverside using sendata method if i m nt wrong)

  • at serverside display the folder name (at serverside catch data using data arrival method right)

  • to make it cool use tree view.....to display foldername.....

this may help u

#6
yoda174

yoda174

    Newbie

  • Members
  • PipPip
  • 25 posts
Thanx.

I will try if i have a free time and i will talk you what i archived:thumbup1:

Can you help in this probelm :
http://forum.codecal...ox-problem.html

sory that i linked here but resolve this probelem is very important.

Thanx again.