Questions tagged [teamviewer]

TeamViewer is a proprietary computer software package for remote control, desktop sharing, online meetings, web conferencing and file transfer between computers. Use this tag for specific programming questions about TeamViewer only. Questions about the general usage of the software are off-topic.

TeamViewer connects to any PC or server around the world within a few seconds. You can remote control your partner's PC as if you were sitting right in front of it.

100 questions
3
votes
1 answer

Open Teamviewer From Your Website

Does someone know if it's possible to open a teamviewer session from your website? I got some Teamviewer ID's in a table. It wil be nice that i could open teamviewer on my laptop from my website. Clicking on the Teamviewer ID in the table…
Giel Evens
  • 61
  • 1
  • 10
3
votes
1 answer

TeamViewer API and PostMan

I'm searching for a way to parse multiple API requests using a postman snippet in python. The following works: import http.client conn = http.client.HTTPSConnection("webapi.teamviewer.com") payload =…
Alfonso Jr
  • 39
  • 8
3
votes
1 answer

Remote Control via TeamViewer on a Google Compute VM Instance

I am running a Windows Server VM Instace on Google Compute Services... I can access the instace via the "Windows Remote Desktop" no problem... I could install Team Viewer on the instance... Because of Firewall issues I cannot run "Windows Remote…
Luis
  • 31
  • 1
  • 3
2
votes
0 answers

C#/C++ application for remote Login on Desktop like Remote Desktop does

I'm creating c#/c++ app for Windows, that functions like Remote Desktop. Screen capturing is done with Desktop Duplication Api. Network transfer use TCP. And everything works fine. No technical issues. I'm asking for the way to do Login function…
2
votes
1 answer

Teamviewer stops working GetWindowText (User32.dll) Function

I have developed a C# code which access to user32.dll and it is using GetWindowText function. The code is working properly when Teamviewer is uninstalled on Windows 7. However if you install Teamviewer, the code can not retrieve the text of control…
S.K.UZUN
  • 41
  • 5
2
votes
0 answers

How to Remotely share and access my android phone screen like teamviewer

I want to share my device screen on server and remotely access it from server. I have tried many ways like: MediaProjection , setDrawingCacheEnabled(true). In case of MediaProjection i get to know that we have to pass a surface and it will draw the…
Shivam Agarwal
  • 301
  • 1
  • 7
2
votes
1 answer

C++: Taking a screenshot of the Windows Logon Screen/UAC Prompts without disabling UAC

I've been looking all over the internet for an answer to this, and it just doesn't seem to be directly answered, so I thought I would ask. Case scenario: I want to take a screenshot of what is currently on the computer screen. If it's the Windows…
user10530103
  • 33
  • 1
  • 5
2
votes
1 answer

Screen mirroring android things (RPI) with TeamViewer Host

I've succeeded to screen mirror the RPI running android things. What I did is: installed TeamViewer_Host.apk via adb Ran it on the RPI and login to my account(needed a display connected by HDMI) connected to it by my laptop TeamViewer…
Reza Hosseini
  • 154
  • 1
  • 10
2
votes
1 answer

Teamviewer Remote Computer showing black instead of Login Screen

I'm trying to connect to my remote server using teamviewer 12.0.81460. It used to work absolutely fine. But from past few days I see a black screen when I connect using TeamViewer(see attached screenshot). But when I move the cursor it starts…
Ehsan Waris
  • 148
  • 2
  • 12
2
votes
0 answers

TeamViewer C# starting remote control

Hello I want to create a TeamViewer session via user Id and password. Each computer is in my database and I want to use starting connection with web browser like this: teamviewer8://remotecontrol/?connectcc=000000000 How I can put pre-set password…
Turquase
  • 83
  • 1
  • 12
2
votes
1 answer

Android programatically wait for a window then automatically push button

I will like to remote control an Android TV box with QS TeamViewer. Installed TeamViewer on a computer and QS TeamViewer on the Android TV box. Upon connection from computer to Android TV box, there is a popup on the Android TV box that ask for user…
MagicReg
  • 21
  • 2
1
vote
0 answers

Powershell - Automate Uninstalling TeamViewer - 32/64-bit

I was looking for some assistance with some code I've been working on, which has been designed to check your current OS architecture, and to run the relevant uninstaller for TeamViewer depending on the values returned... Please forgive my basic…
CHulala
  • 11
  • 1
1
vote
1 answer

C# FindWindowEx - I Can't Find Teamviewer Panel

I have a program running on my PC that controls another machine via TeamViewer. It all works fine except that sending a mouse click requires TeamViewer to be in the foreground. I have code that sends mouse clicks to programs like Notepad where the…
Patrick
  • 351
  • 1
  • 6
  • 20
1
vote
0 answers

Strange hanging issue running a Kivy application through TeamViewer

I've written a Kivy application which is essentially a camera display with pan/tilt control buttons at the side. My camera widget extends the image widget in Kivy and runs multiple threads which process the image in opencv and returns a frame every…
CalMac
  • 449
  • 1
  • 4
  • 30
1
vote
0 answers

Embed TeamViewer inside UWP app in Windows 10 Kiosk mode

I have a requirement to open TeamViewer from my UWP app in Windows 10 Kiosk mode. I can launch TeamViewer using LaunchURIAsync method (using URL protocol - teamviewer10). As expected it minimize my UWP app and opens the TeamViewer as separate app in…
Ramanan
  • 159
  • 1
  • 11