Hello Stuart, I still cannot find it... can you help again as you said? Greetings, Commickey
Commickey
Posts
-
Help with voice input from microphone -
Help with voice input from microphoneHello, I need to write a simple program that does the following: - Accept voice from microphone - Determine the volume of the voice (programatically) - Increase or decrease a variable based on the volume of the voice from the microphone. I will appreciate any help in this regard. Please a source code supplied with it will also be very good. Thanks alot. Commickey
-
Help with a waveIn, waveOut programThanks alot... I will consider ur suggestions... Greetings, Commickey
-
Help with a waveIn, waveOut programHello everyone, I want to write a program that gets input from the microphone. The volume of the input from the microphone will be used in a program. Based on the volume of the input, I want to increase the size of another variable. Can anyone help with me this? where do I start from? Thanks a million in advance. Commickey
-
Getting audio signal.. Please helpI am writing a program that should do the following -Get input from the microphone attached to the pc -Store that input in a variable -Use that variable to control the up and down movement of a machine The variable needs to increase as the volume from the mic increases and decrease in like manner. Can someone give me some tip on how to do this? I do not know where to start from.. I intend to use C++ Thanks in advance... commickey
-
Voice RecognitionHello, I am building an application in C#... it has to with voice recognition. I have a variable whose value should increase as the volume of the speaker increases and decrease as the volume decrease. My question is that: How do I implement this voice recognition? and how can I control this variable with the volume of the voice? Thanks for ur response in anticipation. Greetings, Commickey
-
DateFormat problemHello, where should I implement this? in the itemdatabound?
-
DateFormat problemYes... thanks... it solved my problem....
-
DateFormat problemHello, I am using Sql server, I want to display a date on a datagrid with the following details: _ Only the date and not the time _ The format of the date should be dd/mm/dddd I am getting this column from the database and would like to display on a datagrid.... can someone help with the sql statement that will help me in doing this conversion? Thanks alot, Commickey
-
Get variable from javascriptsorry, can u help me with a code on how to do this?
-
Get variable from javascriptI have this javascript: function ConfirmationWindow() { var result = confirm("Are you sure"); } This pops up a window for confirmation. Based on a yes or no selection by the user, I will like to insert or delect some data from a database but my problem is that, how do I get the true/false value of "result" which is in javascript and use it in my C#? Any suggestion will be great Thanks alot, Commickey
-
Constraint problemYes... that can be true but how do I go about it? I need a starting point... that is where I need the help
-
Constraint problemHello, I am designing a webapplication that has plan_courses and courses_followed table. It is required that after the planned date, an alert should be seen that will ask the administrator if the student followed the planned course or not and if yes, the record should automatically be inserted into the courses_followed table and delete from the plan_courses and if no, it should be deleted from the plan_courses table. Does anyone know how I can even start with this puzzle? Sample codes will be of great help, I am using SQL Server Thanks a lot Commickey
-
Sql statementsome personeel have education history others have short course history I have 3 tables: Personeel, Courses and Education. Personeel table have primary key persId which is foreign in the other 2. My question: How do I get the personel details of: those havin education history those having course history Combine the above two in one list and display as just a single list in a datagrid? This will become the list of active employees. How will the querry look like and what other things do I need to do... I have tried several things out but I am really stuck. Thanks alot, Commickey
-
remove special character from stringPass the string into a loop and read until it meets any of the characters that you want to remove then apply the trim() function at that point. I have this will help? Greetings, Commickey
-
Another querry problemsome personeel have education history others have short course history I have 3 tables: Personeel, Courses and Education. Personeel table have primary key persId which is foreign in the other 2. My question: How do I get the personel details of: those havin education history those having course history Combine the above two in one list and display as just a single list in a datagrid? This will become the list of active employees. How will the querry look like and what other things do I need to do... I have tried several things out but I am really stuck. Thanks alot, Commickey
-
Sql statementI want to select information of personel in schools and personeels in curses and display at once... so my querry should contain three of the tables at once... any help?
-
Sql statementHello, I have three tables: Personnel, Course, Education. with persid the primary key of the personnel table and foreign key in the other two tables. My problem is: Show personnel details that are either following a course or an education. Can some one please help? thanks alot, Commickey
-
Grid delete problemPraveen... thank... I worked around in the itemCommand it fires as I clicked on the delete button.... thanks alot.... it works now....
-
Grid delete problemHello Praveen, Where do I do the number 4? in the itemCommand or the datagrid_delete function? Thanks alot, Commickey