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:
C# Remote Administration Tool
Started by yoda174, Jun 20 2010 04:06 AM
5 replies to this topic
#1
Posted 20 June 2010 - 04:06 AM
|
|
|
#2
Posted 20 June 2010 - 09:10 PM
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.
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
Posted 20 June 2010 - 10:38 PM
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
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
Posted 20 June 2010 - 11:47 PM
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:
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
Posted 20 June 2010 - 11:59 PM
Yup......so u got some basic idea..now try this.......
Get the drives of remote system....working same as of chat
this may help u
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
Posted 21 June 2010 - 12:04 AM
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.
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.


Sign In
Create Account


Back to top









