Netmeeting Scripting - How To ? 
Author Message
 Netmeeting Scripting - How To ?

I'm new to VBScripting and looking into doing something with Netmeeting..
problem is .. I can't even get started with this simple two line script.

Dim objNM
Set objNM = WScript.CreateObject("Netmeeting.Application")

I get the following:

Error:        Could not locate automation class named
"Netmeeting.Application".
Code:        80020009
Source:     WScript.CreateObject

Anyone out there ever done any scripting with Netmeeting?
I would appreciate getting my hands on some samples to get me started.

Any help and advice is appreciated

Thanks!

Coyote



Mon, 09 Dec 2002 03:00:00 GMT  
 Netmeeting Scripting - How To ?
Try Shell(<path>netmeeting.exe). This should start up the application.

--

Hope this helps, John
http://belyea.dyndns.org

Quote:
> I'm new to VBSCRIPTing and looking into doing something with Netmeeting..
> problem is .. I can't even get started with this simple two line script.

> Dim objNM
> Set objNM = WScript.CreateObject("Netmeeting.Application")

> I get the following:

> Error:        Could not locate automation class named
> "Netmeeting.Application".
> Code:        80020009
> Source:     WScript.CreateObject

> Anyone out there ever done any scripting with Netmeeting?
> I would appreciate getting my hands on some samples to get me started.

> Any help and advice is appreciated

> Thanks!

> Coyote



Tue, 10 Dec 2002 03:00:00 GMT  
 Netmeeting Scripting - How To ?
I believe you want "Netmeeting.App", look for Netmeeting in the registry
(HKEY_Classes_Root). All the progids are in there somewhere.

--
Dominic



Tue, 10 Dec 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Netmeeting Scripting - How To ?

2. Netmeeting Script

3. Netmeeting script

4. Scripting Netmeeting to automate app sharing

5. MS NETMEETING PORT

6. NetMeeting and JavaScript

7. NetMeeting policies

8. del method of netmeeting activex in a vbscript

9. NetMeeting Policies

10. NetMeeting policies

11. How to call Microsoft Netmeeting API in VB

12. Piloting NetMeeting using VB

 

 
Powered by phpBB® Forum Software