[Request] VB.NET 2008 Voice Chat menu

User Tag List

Results 1 to 15 of 15
  1. #1
    EmiloZ's Avatar Flying Piggy Back
    CoreCoins Purchaser
    Reputation
    538
    Join Date
    Jun 2007
    Posts
    1,393
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Request] VB.NET 2008 Voice Chat

    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?

    [Request] VB.NET 2008 Voice Chat
  2. #2
    omg_lol's Avatar Member
    Reputation
    25
    Join Date
    Dec 2008
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Read my thread below yours, i asked for the same thing, you might get some answers from looking at mine
    OMG LOL

  3. #3
    EmiloZ's Avatar Flying Piggy Back
    CoreCoins Purchaser
    Reputation
    538
    Join Date
    Jun 2007
    Posts
    1,393
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I saw it but i cant use the source files at there for my app, i get errors :S
    Why fill up a signature?

  4. #4
    Cephalopod's Avatar Member
    Reputation
    5
    Join Date
    Sep 2008
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What errors.

  5. #5
    EmiloZ's Avatar Flying Piggy Back
    CoreCoins Purchaser
    Reputation
    538
    Join Date
    Jun 2007
    Posts
    1,393
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can't load it into VB.NET 2008 :S
    Why fill up a signature?

  6. #6
    ReidE96's Avatar Archer Authenticator enabled
    Reputation
    470
    Join Date
    Dec 2006
    Posts
    1,625
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Get the vb.net 2005 code from there. It will work in 08.

  7. #7
    EmiloZ's Avatar Flying Piggy Back
    CoreCoins Purchaser
    Reputation
    538
    Join Date
    Jun 2007
    Posts
    1,393
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It didnt :S
    Why fill up a signature?

  8. #8
    EmiloZ's Avatar Flying Piggy Back
    CoreCoins Purchaser
    Reputation
    538
    Join Date
    Jun 2007
    Posts
    1,393
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  9. #9
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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)

  10. #10
    Cephalopod's Avatar Member
    Reputation
    5
    Join Date
    Sep 2008
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  11. #11
    weebo's Avatar Member
    Reputation
    11
    Join Date
    Aug 2007
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It worked for me

  12. #12
    Flame_Warrior's Avatar Member
    Reputation
    36
    Join Date
    Sep 2008
    Posts
    182
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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!!

  13. #13
    cleophator's Avatar Member
    Reputation
    16
    Join Date
    Jan 2008
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah i would like to learn it too

  14. #14
    markjeggar's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    vb.net chat program

    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.

  15. #15
    Ballwinkle's Avatar Contributor Authenticator enabled
    Reputation
    124
    Join Date
    Mar 2007
    Posts
    662
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    theres a key word in the title 'Voice'

    [IMG]https://www.*************/result/48095204.png[/IMG]

Similar Threads

  1. [GUIDE] Add Voice Chat to your ascent server! [GUIDE]
    By Dryice in forum WoW EMU Guides & Tutorials
    Replies: 26
    Last Post: 12-09-2007, 11:29 AM
  2. Voice chat volume too low?
    By parrworg in forum World of Warcraft Guides
    Replies: 9
    Last Post: 11-19-2007, 04:31 AM
  3. Voice Chat Lag
    By Festigio in forum World of Warcraft General
    Replies: 1
    Last Post: 10-02-2007, 06:19 PM
  4. Patch 2.2 Voice Chat
    By fluxdragon in forum World of Warcraft General
    Replies: 2
    Last Post: 09-29-2007, 12:53 AM
  5. World of warcraft ingame voice chat confermed!
    By Zore. in forum Community Chat
    Replies: 23
    Last Post: 08-16-2007, 11:22 AM
All times are GMT -5. The time now is 03:45 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search