Hello guys, i was wondering how to make an voice chat application that will send your voice to one of your friends which also got this application.
- EmiloZ
Hello guys, i was wondering how to make an voice chat application that will send your voice to one of your friends which also got this application.
- EmiloZ
Why fill up a signature?
Read my thread below yours, i asked for the same thing, you might get some answers from looking at mine![]()
OMG LOL
I saw it but i cant use the source files at there for my app, i get errors :S
Why fill up a signature?
What errors.
I can't load it into VB.NET 2008 :S
Why fill up a signature?
Get the vb.net 2005 code from there. It will work in 08.
It didnt :S
Why fill up a signature?
Heres the errors i get :
Code:Warning 1 Cannot load type library for reference "AxVCProX". DLL-filen er ikke registreret. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)) Chat Warning 2 Cannot load type library for reference "VCProX". DLL-filen er ikke registreret. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)) Chat Warning 3 The designer cannot process the code at line 108: Me.Gate.Enabled = True The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified. Please remove any changes and try opening the designer again. C:\Users\Emil\Desktop\sample_chat_source_vbnet\Form1.vb 109 0 Warning 4 The referenced component 'AxVCProX' could not be found. Warning 5 The referenced component 'VCProX' could not be found. Error 6 Type 'AxVCProX.AxvcproMediaGateX' is not defined. C:\Users\Emil\Desktop\sample_chat_source_vbnet\Form1.vb 37 31 Chat Error 7 Type 'AxVCProX.AxvcproWaveInDeviceX' is not defined. C:\Users\Emil\Desktop\sample_chat_source_vbnet\Form1.vb 38 30 Chat Error 8 Type 'AxVCProX.AxvcproMediaGateX' is not defined. C:\Users\Emil\Desktop\sample_chat_source_vbnet\Form1.vb 74 23 Chat Error 9 Type 'AxVCProX.AxvcproWaveInDeviceX' is not defined. C:\Users\Emil\Desktop\sample_chat_source_vbnet\Form1.vb 75 25 Chat Error 10 Name 'VCProX' is not declared. C:\Users\Emil\Desktop\sample_chat_source_vbnet\Form1.vb 590 55 Chat Error 11 Name 'VCProX' is not declared. C:\Users\Emil\Desktop\sample_chat_source_vbnet\Form1.vb 590 103 Chat Error 12 Type 'AxVCProX.IvcproMediaGateEvents_OnReceiveTextEvent' is not defined. C:\Users\Emil\Desktop\sample_chat_source_vbnet\Form1.vb 655 91 Chat
Last edited by EmiloZ; 01-20-2009 at 03:44 PM.
Why fill up a signature?
That's because they're requiring an ActiveX control to be able to do it. (Which is stupid IMO.)
If you want to do it properly, you're going to need to learn quite a few things. And voice chat in .NET is not easy. (Especially since you'd need to understand how codecs work, how TCP/IP streams work, etc)
Apoc, based on their comments I really don't think they are going to want to do it properly...
I didn't even realise it needed an activeX control. I've never done voice chat before and the tut looked decent when I scanned it.
It worked for me
to all above that used that source code. sometimes it isnt about just downloading source code and expecting it to work. its alot of the times, looking at the code itself, and learning from it, so that you stop asking questions. not that asking questions is bad or anything, but i suggest not just downloading the source code, then using the program, why not just use a pre-made program that works better? i mean its pointless imo if you dont learn from it.
Wofa.us = website in progress. beginning \\\\ ||||||||||done https://www.youtube.com/watch?v=NVFaGb3ZkBk=awesome vid!!
Yeah i would like to learn it too![]()
The following link is a simple vb.net text chat program , you will get a basic idea from the link
VB.NET Chat Server Program
mark.
theres a key word in the title 'Voice'
[IMG]https://www.*************/result/48095204.png[/IMG]