remote computer admin [modified]
-
I want to write a program that, 1. allow user to install softwares on remote computer. 2. & view the desktop of remote computer . Whether it is possible to write such a software or program using c#.net. It is possible to write it in c++.net but i want to write it in c#.net so whether it is possible??? please please please help me. If possible then what classes or api's are required for it. Please reply -- modified at 6:33 Thursday 23rd August, 2007
-
I want to write a program that, 1. allow user to install softwares on remote computer. 2. & view the desktop of remote computer . Whether it is possible to write such a software or program using c#.net. It is possible to write it in c++.net but i want to write it in c#.net so whether it is possible??? please please please help me. If possible then what classes or api's are required for it. Please reply -- modified at 6:33 Thursday 23rd August, 2007
Yes, of course it's possible. You'd use the same APIs, if you were going to use C++.NET. If you were just going to use C++, you may find you wanted to use p/invoke to get to the APIs you would use in C++.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Yes, of course it's possible. You'd use the same APIs, if you were going to use C++.NET. If you were just going to use C++, you may find you wanted to use p/invoke to get to the APIs you would use in C++.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
thank u sir for suggestions. Sir i havent used c++.net i only knew that remote screen capture and remote installation is possible in c++.net hene i dont know the api's can u reply me with list of api's required for this application????? Another problem i faced in c#.net is "DATATYPE CONVERSION" the problem is that according to MSDN LPTSTR,LPSTR,WORD,DWORD are the datatypes of windows o/s which are directly supported by c++.net I have invoked the functions in user32.dll , kernel32.dll to standby , restart , shutdown, hibernate the pc but when i tried to create desktop using createDesktop() given in MSDN i faced problem of datatype conversion from c#.net type to windows or c++.net types I want to know that how to convert such datatypes to c++.net types or windows types please reply me if u have any table consist of datatype conversion