|
-
Oct 2nd, 2002, 04:32 PM
#1
Thread Starter
PowerPoster
Well - Automating Microsoft Netmeeting
I want to add a button to my application that user would select which would :
1) Invite me to strat Netmeeting
2) Auto accept my incoming call
3) Auto accept my request for control.
Any ideas on this at all? Any possible links?
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Oct 2nd, 2002, 04:57 PM
#2
-
Oct 2nd, 2002, 05:01 PM
#3
Need-a-life Member
Originally posted by Aaron Young
Checkout the SDK
I hope it were that easy: http://www.vbforums.com/showthread.p...ght=Netmeeting
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Oct 2nd, 2002, 05:19 PM
#4
The SDK itself doesn't appear to install such a component, but the Readme does say you should have Netmeeting 3 installed (makes sense.)
When I check the References off the Project menu I see there's a Netmeeting 1.1 Type Library ([Program Files]\Netmeeting\conf.exe)
-
Oct 2nd, 2002, 05:22 PM
#5
Need-a-life Member
-
Oct 2nd, 2002, 05:51 PM
#6
Thread Starter
PowerPoster
Well
So Mcbrain did you ever figure it out?
Aaron : I did at one time doenload the SDK, but if I remember right, all documentation was for C. I need something for VB...
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Oct 2nd, 2002, 05:54 PM
#7
-
Oct 2nd, 2002, 05:59 PM
#8
Thread Starter
PowerPoster
Well
Wonder if anyone has dne this in VB...
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Oct 2nd, 2002, 06:56 PM
#9
It's pretty basic by the looks of it, there isn't much they give you access to, basically, starting and ending a call, i.e.
VB Code:
Option Explicit
Private WithEvents NetMeetingObject As NetMeeting
Private Sub Command1_Click()
Set NetMeetingObject = New NetMeeting
NetMeetingObject.CallTo "192.168.0.136"
End Sub
Private Sub Command2_Click()
If Not NetMeetingObject Is Nothing Then
If NetMeetingObject.IsInConference Then
NetMeetingObject.LeaveConference
End If
End If
Set NetMeetingObject = Nothing
End Sub
Private Sub NetMeetingObject_ConferenceStarted()
Debug.Print "Call Initiated"
End Sub
Private Sub NetMeetingObject_ConferenceEnded()
Debug.Print "End of Call"
End Sub
-
Oct 2nd, 2002, 07:05 PM
#10
Thread Starter
PowerPoster
Well
Aaron : Do you know of any isues of the Neetmeeting verison in XP not being compatible with establishing a call with a Windows 2000 system?
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Oct 2nd, 2002, 07:06 PM
#11
I'm not aware of any, in fact, I just recently (about 2 days ago) did that exact thing, connected to an XP Netmeeting session frm my 2000 PC.
-
Oct 2nd, 2002, 07:09 PM
#12
Thread Starter
PowerPoster
Well
I can't connect the other way XP to Win2k...
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Oct 2nd, 2002, 08:46 PM
#13
Thread Starter
PowerPoster
Well
Aaron, don't leave me hanging now...
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Oct 2nd, 2002, 08:50 PM
#14
-
Oct 2nd, 2002, 08:52 PM
#15
I can't think of any reason for it not to work XP to 2K, I don't have XP myself, so I can't test it.
Maybe it's a configuration problem on one of the PCs.
-
Oct 2nd, 2002, 08:54 PM
#16
-
Oct 2nd, 2002, 08:55 PM
#17
Thread Starter
PowerPoster
Well
McBrain you have 2000 at home?
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Oct 2nd, 2002, 08:56 PM
#18
-
Oct 2nd, 2002, 08:57 PM
#19
-
Oct 2nd, 2002, 09:04 PM
#20
Thread Starter
PowerPoster
Well
No problem. I will more than likely be up awhile....
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Oct 2nd, 2002, 09:25 PM
#21
Thread Starter
PowerPoster
Well
McBrain use Messenger when you are ready please...
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Oct 2nd, 2002, 09:30 PM
#22
-
Oct 2nd, 2002, 09:39 PM
#23
Thread Starter
PowerPoster
Well
Since I need your help, I'll wait...
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Oct 2nd, 2002, 09:42 PM
#24
Thread Starter
PowerPoster
Well
Originally posted by Aaron Young
It's pretty basic by the looks of it, there isn't much they give you access to, basically, starting and ending a call, i.e.
VB Code:
Option Explicit
Private WithEvents NetMeetingObject As NetMeeting
Private Sub Command1_Click()
Set NetMeetingObject = New NetMeeting
NetMeetingObject.CallTo "192.168.0.136"
End Sub
Private Sub Command2_Click()
If Not NetMeetingObject Is Nothing Then
If NetMeetingObject.IsInConference Then
NetMeetingObject.LeaveConference
End If
End If
Set NetMeetingObject = Nothing
End Sub
Private Sub NetMeetingObject_ConferenceStarted()
Debug.Print "Call Initiated"
End Sub
Private Sub NetMeetingObject_ConferenceEnded()
Debug.Print "End of Call"
End Sub
I do not have vb here, so I will have to wait, but is there not a way to handle whiteboard a request for control?
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Oct 2nd, 2002, 10:08 PM
#25
-
Oct 2nd, 2002, 10:19 PM
#26
Thread Starter
PowerPoster
Well
Originally posted by Mc Brain
R U there?? Wanna try it?
For anyone who is interested...
I could not connect with McBrain either... If you have XP and are willing to try let me know...
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Oct 2nd, 2002, 10:46 PM
#27
-
Oct 2nd, 2002, 11:02 PM
#28
Hyperactive Member
James....I've wanted to ask you this forever, but I'm just now doing it...why do all your posts and replies start with "Well"?
-
Oct 3rd, 2002, 05:08 AM
#29
-
Oct 3rd, 2002, 10:37 AM
#30
Thread Starter
PowerPoster
Well
Originally posted by fllewis
James....I've wanted to ask you this forever, but I'm just now doing it...why do all your posts and replies start with "Well"?
Tag line - HeSaidJoe usesd <?> I just started using well. Honeybee does too...
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Oct 3rd, 2002, 01:21 PM
#31
Hyperactive Member
Well
I see. Just curious.
McBrain - same place? As in Arlington, VA/DC?
-
Oct 3rd, 2002, 01:32 PM
#32
Thread Starter
PowerPoster
Well
McBrain - same place? As in Arlington, VA/DC?
I think he meant he wanted to know why too...
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Oct 3rd, 2002, 02:06 PM
#33
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|