Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. remote computer admin [modified]

remote computer admin [modified]

Scheduled Pinned Locked Moved C#
csharpc++jsonhelpquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sourabhsorate
    wrote on last edited by
    #1

    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

    C 1 Reply Last reply
    0
    • S sourabhsorate

      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

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      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 )

      S 1 Reply Last reply
      0
      • C Christian Graus

        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 )

        S Offline
        S Offline
        sourabhsorate
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups