Discussion:
HelpServiceTypeLib helpctr.exe oSAFClassFactory
(too old to reply)
n10cte
2006-06-08 20:40:02 UTC
Permalink
Hello.

Im having troubles trying to get this "Offer Remote Assistance" interface to
work in vb code, rather than the existing html files within pchealth.

Basically the PCHealth systems uses a java script which can control the RDC

// Create an object of SAFRemoteDesktopConnection
oSAFRemoteDesktopConnection =
oSAFClassFactory.CreateObject_RemoteDesktopConnection();

if (oSAFRemoteDesktopConnection != null)
{
// Connect to the remote desktop given by ServerName
oSAFRemoteConnectionData =
oSAFRemoteDesktopConnection.ConnectRemoteDesktop
(ServerName.value);


Ive been unable to duplicate this fucntionality with VB6 allthough the
comobjects are available i cant figure out how they need to be accessed and
used.

any help would be appreciated.
alphanimal
2008-02-28 19:17:10 UTC
Permalink
Hey here I come up with a reply, finally! But it wont help you, I got the
same (or sort of the same) problem!

How did you manage to get that oSAFClassFactory Object working?

when I create that in a custom file (not run by helpCtr.exe) the object
won't load!

thxn

--
Message posted using http://www.talkaboutsoftware.com/group/microsoft.public.win32.programmer.tools/
More information at http://www.talkaboutsoftware.com/faq.html

Loading...