How to use VB to control teamviewer to transfer file?
-
domenica 15 luglio 2012 20:03Hello, 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 =)- Spostato Mark Liu-lxf lunedì 16 luglio 2012 08:53 (From:Visual Basic IDE)
Tutte le risposte
-
lunedì 16 luglio 2012 09:03
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
- Modificato Mark Liu-lxf lunedì 16 luglio 2012 09:05
- Modificato Mark Liu-lxf lunedì 16 luglio 2012 09:05
- Contrassegnato come risposta Mark Miller_DSCMicrosoft Employee, Moderator lunedì 16 luglio 2012 13:55
-
lunedì 16 luglio 2012 15:40
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?? -
lunedì 16 luglio 2012 18:54Moderatore
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

