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?
Printable View
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?
Checkout the SDK
I hope it were that easy: http://www.vbforums.com/showthread.p...ght=NetmeetingQuote:
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)
I had check the references and found nothing... I don't remember if Netmeeting was installed then. :confused:
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...
:(
Yes... that was the main problem. I knew a few of C, and remembered almost nothing to figure it out.Quote:
Originally posted by James Stanich
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...
:(
Unfortunately.... I never could do anything with the SDK.
Wonder if anyone has dne this in VB...:confused:
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
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? :confused:
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.
I can't connect the other way XP to Win2k...:(
Aaron, don't leave me hanging now...:(
I could connect through W2K to W2K.
Don't make a lot of trouble with VB. Get it connected the normal way. Once you acheive this, try to do it with VB. BTW, you should have no problem then, since VB is interacting with a NetMeeting object (as if you've opened it manually and started the call manually)
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.
We can try it in some minutes (almost an hour) when I get home... if you want.
McBrain you have 2000 at home?
BTW, I ahve W2K at home, as well.
I wanna have dinner first. ;)Quote:
Originally posted by Mc Brain
... almost an hour...
No problem. I will more than likely be up awhile....
McBrain use Messenger when you are ready please...
I will... I'm heating my dinner now. Hang on.
Since I need your help, I'll wait... :D
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?:(Quote:
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
R U there?? Wanna try it?
For anyone who is interested...Quote:
Originally posted by Mc Brain
R U there?? Wanna try it?
I could not connect with McBrain either... If you have XP and are willing to try let me know...
I remembered sth.... MSN Messenger is not compatible for XP. There's a different version for this OS. NetMeeting might have a similar problem.
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"?
The things you've always wanted to know... and never dared to ask.... ;)Quote:
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"?
BTW, I'm in the same place, fllewis.
Tag line - HeSaidJoe usesd <?> I just started using well. Honeybee does too...Quote:
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"?
;)
Well
I see. Just curious.
McBrain - same place? As in Arlington, VA/DC?
I think he meant he wanted to know why too...;)Quote:
McBrain - same place? As in Arlington, VA/DC?
WellQuote:
Originally posted by James Stanich
I think he meant he wanted to know why too...;)
Why would I explain what James's already done??