Current location: Hot Scripts Forums » Programming Languages » ASP.NET » how to cretae voice chat page through asp.net with c#


how to cretae voice chat page through asp.net with c#

Reply
  #1 (permalink)  
Old 06-27-08, 11:15 AM
nitesh98 nitesh98 is offline
Newbie Coder
 
Join Date: Mar 2008
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
how to cretae voice chat page through asp.net with c#

sir ,

how to create simple chat page with voice chat in asp.net with c#.
give me code and suitable example.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 06-28-08, 02:49 AM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,167
Thanks: 3
Thanked 8 Times in 8 Posts
Take a look at this article:

http://www.codeproject.com/KB/audio-...ationInCS.aspx

It looks pretty straight forward. And please don't PM me with questions. Just post them here in the forum and I will eventually see it and respond.


Thanks,
Pete
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 06-30-08, 03:18 AM
nitesh98 nitesh98 is offline
Newbie Coder
 
Join Date: Mar 2008
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for the link.

I am opening this site and downloaded the zip file and then unziped this file.
After unziping, run the asp.net platform but no response was shown and i got an error because this project doesn't have any aspx page.
Pls tell me the exact the procedure of running this project.

Pls help me soon.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 06-30-08, 01:18 PM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,167
Thanks: 3
Thanked 8 Times in 8 Posts
Right-Click on the "VoiceChat" project and choose "Properties". Select "VoiceChat.Programs" as starup object. Also, remove and re-add references to "Microsoft.DirectX" and "Microsoft.DirecX.DirectSound" libraries.


Pete
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 07-01-08, 02:01 AM
nitesh98 nitesh98 is offline
Newbie Coder
 
Join Date: Mar 2008
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for reply

Sir ,there is no file in this project named as "Voicechat.programs". So what to add as startup object.
Please answer me soon.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #6 (permalink)  
Old 07-01-08, 10:17 AM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,167
Thanks: 3
Thanked 8 Times in 8 Posts
The file name is called "Programs.cs". "Voicechat" is a namespace within that file.


Pete
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #7 (permalink)  
Old 07-02-08, 03:30 AM
nitesh98 nitesh98 is offline
Newbie Coder
 
Join Date: Mar 2008
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
thanks,

Yes Sir, Project is runing but still there is a problem.

When I run the project, I get a window which has 3 fields:

CallTo-
Name-
Codec-

In call to if I give IP of my own computer then it shows a message that a message is coming from the user Nitesh but If I give IP of any other computer then there is no action on button after I click it. I still didn't understood what's the wrong thing I am doing here.

Please help me and tell me sir how to use these fields: CallTo Field,Name Field and Codec Field and then how to operate this application.

Please tell me soon.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #8 (permalink)  
Old 07-02-08, 08:58 AM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,167
Thanks: 3
Thanked 8 Times in 8 Posts
Check your firewall settings. Try sending a ping to the remote machine and make sure the ping goes through. Also, check the firewall settings of the remote machine.


Pete
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #9 (permalink)  
Old 07-14-08, 09:44 AM
nitesh98 nitesh98 is offline
Newbie Coder
 
Join Date: Mar 2008
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for reply

Sir ,Please tell me how to change firewall settings step by step. And also pinging procedure.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #10 (permalink)  
Old 07-16-08, 11:50 AM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,167
Thanks: 3
Thanked 8 Times in 8 Posts
There are many different types of firewall. Depending on your PC / Network settings, you may have Windows Firewall, Third Party software type firewall like Zone Alarm, Built in hardware firewalls into switches and routers, etc. Please visit either the hardware manufacturer's website or software developers website for more details.

As for ping, see the following website: http://www.computerhope.com/pinghlp.htm


Pete
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] CSS help? MarioGeek92 CSS 13 05-28-08 02:00 PM
[turnkey] Lyrics site - $149 (LEGAL) rightinpoint General Advertisements 0 10-22-06 05:33 AM
Classified Ads skipper23 Perl 3 11-22-05 03:22 AM
Classified Ads skipper23 Perl 2 12-30-03 04:43 AM


All times are GMT -5. The time now is 01:43 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.