Click here to Skip to main content
16,018,805 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to make a application in C # of automated question answer session where I have to store Question in the form of MCQs in audio file and have to save the response of that question by selecting in option through key board

can any one provide me the Source code of how to save the response of that audio file

I am using visual studio 2008 and Sql Server 2005
Posted

1 solution

What you're asking is not entirely clear, but I think you are asking how to record a keypress when it occurs, or you may be asking how to save that response. I suggest you read a basic C# book first, so you know how the event system works, then learn how to use google, where examples of how to save data to and from a SQL Server database are legion. If you bother to do some basic research and you're still stuck, post your code here and ask us for help with it. These forums work best when people do their own work and ask specific questions, not 'do my work for me', which is what 'provide me with source code' means. In any case, it's an indication of how lost you are, that you think it's possible to give you copy and paste code that will work with a project we know next to nothing about.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900