Although having just done a google:
http://www.csharphelp.com/
Main Topics
Browse All TopicsHi Experts,
I am working on a project where i have to design a kind of voice mail. All I need to know is that is there any way I can make some kind of activex in c# which could be loaded on client side(browser) when viewing webpage and start doing recording on clients command and stop recording on clients command. Stream should be saved on clients temp folder and then later be mailed as an attachment to a perticular adress?
I have seen this kind of application in java applet but I dont want to use java.. I want to do in C#
cheers
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Although having just done a google:
http://www.csharphelp.com/
Hmm from what it looks like each client would need the .net SDK installed on their machine which seems to suggest that they're actually downloading the source somehow and compiling it locally when loading a c# applet... But I'm probably wrong...
Here's a better article on .net applets http://www.developerfusion
Just remember that this will only work with IE6+
Business Accounts
Answer for Membership
by: OliWarnerPosted on 2006-01-13 at 04:56:43ID: 15690899
Just remember that because the applet (or whatever you end up with) will be client side and so programmiatically is completly separate from your website and therefore you can use any language you like...
I'd therefore have to suggest you went with the one that gave you the most compatability with browsers. Out of the 2 you mentioned java would definately be preferable... Is there even a way of making .net activex plugins? I'm not sure on that one...
Your other options include flash and shockwave but you're not limited to any language so you can pick what you like... as long as you can get it to post the results back to your web-app.