Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

Commickey

@Commickey
About
Posts
91
Topics
34
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Help with voice input from microphone
    C Commickey

    Hello Stuart, I still cannot find it... can you help again as you said? Greetings, Commickey

    C / C++ / MFC help

  • Help with voice input from microphone
    C Commickey

    Hello, 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

    C / C++ / MFC help

  • Help with a waveIn, waveOut program
    C Commickey

    Thanks alot... I will consider ur suggestions... Greetings, Commickey

    C / C++ / MFC help question

  • Help with a waveIn, waveOut program
    C Commickey

    Hello 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

    C / C++ / MFC help question

  • Getting audio signal.. Please help
    C Commickey

    I 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

    Managed C++/CLI c++ help tutorial question

  • Voice Recognition
    C Commickey

    Hello, 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

    .NET (Core and Framework) question csharp

  • DateFormat problem
    C Commickey

    Hello, where should I implement this? in the itemdatabound?

    ASP.NET database help sql-server sysadmin question

  • DateFormat problem
    C Commickey

    Yes... thanks... it solved my problem....

    ASP.NET database help sql-server sysadmin question

  • DateFormat problem
    C Commickey

    Hello, 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

    ASP.NET database help sql-server sysadmin question

  • Get variable from javascript
    C Commickey

    sorry, can u help me with a code on how to do this?

    ASP.NET question csharp javascript database help

  • Get variable from javascript
    C Commickey

    I 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

    ASP.NET question csharp javascript database help

  • Constraint problem
    C Commickey

    Yes... that can be true but how do I go about it? I need a starting point... that is where I need the help

    ASP.NET help database sql-server sysadmin question

  • Constraint problem
    C Commickey

    Hello, 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

    ASP.NET help database sql-server sysadmin question

  • Sql statement
    C Commickey

    some 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

    ASP.NET help learning database question

  • remove special character from string
    C Commickey

    Pass 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

    ASP.NET

  • Another querry problem
    C Commickey

    some 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

    ASP.NET question help learning

  • Sql statement
    C Commickey

    I 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?

    ASP.NET help learning database question

  • Sql statement
    C Commickey

    Hello, 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

    ASP.NET help learning database question

  • Grid delete problem
    C Commickey

    Praveen... thank... I worked around in the itemCommand it fires as I clicked on the delete button.... thanks alot.... it works now....

    ASP.NET question css database help

  • Grid delete problem
    C Commickey

    Hello Praveen, Where do I do the number 4? in the itemCommand or the datagrid_delete function? Thanks alot, Commickey

    ASP.NET question css database help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups