Beantwortet How to use VB to control teamviewer to transfer file?

  • Sunday, July 15, 2012 8:03 PM
     
     
    Hello, i need help badly, i'm now using visual basic 2010 to make a system.
    In this system, i need to link 2 computer, The local computer must able to read files from remote computer.
    What's is the coding should i write to carry out this process?

    Thanks in advance =)
    • Moved by Mark Liu-lxf Monday, July 16, 2012 8:53 AM (From:Visual Basic IDE)
    •  

All Replies

  • Monday, July 16, 2012 9:03 AM
     
     Answered

    Hi Zax,

    Welcome to the MSDN forum.

    Your issue talking about file systems with two computers is out of scope here. For better support, I will move this thread to Network Class Library (System.Net) forum. It will cost a little time to involve the members in this forum. I appreciate your patience.

    I’m sorry about moved this thread to a wrong forum by mistake. The moderators in this forum please help me with moving this thread to the correct forum (Network Class Library (System.Net) forum).

    Sorry for any incontinences and have a nice day.


    Mark Liu-lxf [MSFT]
    MSDN Community Support | Feedback to us

  • Monday, July 16, 2012 3:40 PM
     
      Has Code

    Dim regKey As RegistryKey
        regKey
    = Registry.LocalMachine.OpenSubKey("SOFTWARE\Wow6432Node\TeamViewer\Version7", True)
        TeamViewerPath
    = regKey.GetValue("InstallationDirectory", AccessibleDescription)

    meaning and usage of the above coding??

  • Monday, July 16, 2012 6:54 PM
    Moderator
     
     

    Hi zax wei,

    The purpose of this forum is to support the Open Specifications documentation. You can read about the Microsoft Open Specifications program here,http://www.microsoft.com/openspecifications/en/us/default.aspx

    Your question may be more applicable to this forum, http://social.msdn.microsoft.com/Forums/en/ncl/threads

    Regards,
    Mark Miller
    Escalation Engineer
    US-CSS DSC PROTOCOL TEAM