Remote Assistance In Code

  • Thread starter Thread starter Davie
  • Start date Start date
D

Davie

I have an application which would create an email, however, I would ideally
like to attach a remote assistance file from the user. Can this be done
through code, where the email is created and the remote assistance file is
added as an attachment. Basically exactly what happens when the user
Requests Remote Assistance through Windows.

The application is being built in VB.NET 2.o

Any help would be greatly appreciated.
 
Hi Davie,

My MSDN research indicates you need to use the PC Health SDK to create
Remote Assistance invitations.

See also the "Offering Remote Assistance" article in "PC Health Technical
Articles" in MSDN. It has code samples in C++ and JavaScript. If you are
comfortable with COM Interop, you should be able to translate them into
managed code. Or, look up available 3rd party solutions on the Web.

Also, there's a Remote Desktop ActiveX control - since you've crossposted
your question to the ASP .NET forum as well, you might want to know that as
well.
 
Back
Top