Jump to content
Xtreme .Net Talk

rido111

Members
  • Posts

    8
  • Joined

  • Last visited

Personal Information

  • Visual Studio .NET Version
    pro
  • .NET Preferred Language
    c#

rido111's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Replace Hi, If you want to use aposthrope in your sql statement then you have to replace each aposthrope with double aposthropes example string temp = "you've got it!"; temp = temp.Replace("'","''");
  2. Problem Solved :) Thank you for replies... I have solved the problem using built-in convert function CDbl() as in example: INSERT INTO temp (name,value) VALUES ('rido',CDbl('35,23'))
  3. Hi, Anyone knows how to use double numbers especially including commas (like 75,5) in an insert query? (DB is MSAccess, field type is double)
  4. I want to parse all links, links' names to use them for speech recognition algorithm. I will add all links,form controls's names etc into my grammar. So the best parser I find, the better recognition it will be...
  5. Has anybody written code in c# doing html parsing? I need help to parse the links within the page... Thank you...
  6. Has anybody written a speech recognition program as windows application in visual studio.net? I know that .net speech sdk contains speech controls only for asp.net thus i could not write a speech program for windows applications.
  7. Has anybody written plugin in c#?if yes, can you send me sample code if it is open source :)
  8. Has anybody succeeded working with maskededit control? I could not do currency masking in run-time. How can i change the text box current value when the user inputs digits in run time?
×
×
  • Create New...