Click here to Skip to main content
15,918,889 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: to read word document in the textbox Pin
Gerry Schmitz9-Nov-09 4:22
mveGerry Schmitz9-Nov-09 4:22 
AnswerRe: to read word document in the textbox Pin
Dave Kreskowiak8-Nov-09 3:38
mveDave Kreskowiak8-Nov-09 3:38 
AnswerRe: to read word document in the textbox Pin
Shameel8-Nov-09 23:27
professionalShameel8-Nov-09 23:27 
GeneralRe: to read word document in the textbox Pin
vimalkumarsinghal9-Nov-09 2:52
vimalkumarsinghal9-Nov-09 2:52 
GeneralRe: to read word document in the textbox Pin
Shameel9-Nov-09 23:48
professionalShameel9-Nov-09 23:48 
Questionhow to convert this code to vb.NET?? Voice program..!! Pin
kaex217-Nov-09 16:48
kaex217-Nov-09 16:48 
AnswerRe: how to convert this code to vb.NET?? Voice program..!! Pin
Abhijit Jana7-Nov-09 16:56
professionalAbhijit Jana7-Nov-09 16:56 
GeneralRe: how to convert this code to vb.NET?? Voice program..!! Pin
kaex217-Nov-09 17:42
kaex217-Nov-09 17:42 
sorry for putting down all my codes..

here's the line of code which ive got error..

Private Sub main_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load        <br />
        gmode = 0<br />
        gRestoreGrammar = False<br />
<br />
        On Error GoTo GeneralFail<br />
       <br />
        REM Initialize the recognizer. We want command and control, so find and select that engine (or best match)<br />
        AxDirectSR1.Initialized = 1<br />
        dim engine as string<br />
        engine = AxDirectSR1.Find("MfgName=Microsoft;Grammars=1")<br />
        AxDirectSR1.Select(engine)<br />
<br />
        REM menu.txt is our uncompiled grammar. Compile and load it now.<br />
       <br />
        AxDirectSR1.GrammarFromFile("C:\Documents and Settings\kaex21\My Documents\Visual Studio 2008\Projects\Project1\WindowsApplication6\WindowsApplication6\menu.txt")<br />
        REM Now load the synthesizer, find and select any female voice from microsoft<br />
        AxDirectSS1.Select(AxDirectSS1.Find("MfgName=Microsoft;Gender=1"))<br />
<br />
        REM Start the voice interface...control goes to DirectSS1_AudioStop after this is said, gMode=0<br />
        AxDirectSS1.Speak("Welcome to kaex restaurant, sit back and enjoy as you take your order.")<br />
<br />
        REM sometimes the vb environment comes to front while we're loading, so take the screen back<br />
        Me.Show()<br />
        GoTo done<br />
GeneralFail:<br />
        MsgBox("Unable to start using text to speech or recognition.")<br />
done:<br />
<br />
    End Sub


it always say "unable to start using text to speech or recognition becuase it has an error.. and directly it go to generalfail.. it means i have an error above my codes.. can you help me sir how to correct this one?? in newly in vb.net.. this code that ive been working is fully functional in vb6.. but in vb.net is not..
AnswerRe: how to convert this code to vb.NET?? Voice program..!! Pin
Shameel8-Nov-09 23:24
professionalShameel8-Nov-09 23:24 
Question'system.web.extensions' is already defined. Pin
senselva7-Nov-09 6:34
senselva7-Nov-09 6:34 
AnswerRe: 'system.web.extensions' is already defined. Pin
Not Active7-Nov-09 6:57
mentorNot Active7-Nov-09 6:57 
QuestionMySQL Query from 1000 clients to one MySQL Server at the same time Pin
nxexo0077-Nov-09 2:35
nxexo0077-Nov-09 2:35 
AnswerRe: MySQL Query from 1000 clients to one MySQL Server at the same time Pin
Not Active7-Nov-09 2:45
mentorNot Active7-Nov-09 2:45 
GeneralRe: MySQL Query from 1000 clients to one MySQL Server at the same time Pin
nxexo0077-Nov-09 6:44
nxexo0077-Nov-09 6:44 
GeneralRe: MySQL Query from 1000 clients to one MySQL Server at the same time Pin
Not Active7-Nov-09 6:52
mentorNot Active7-Nov-09 6:52 
AnswerRe: MySQL Query from 1000 clients to one MySQL Server at the same time Pin
nxexo0077-Nov-09 6:55
nxexo0077-Nov-09 6:55 
GeneralRe: MySQL Query from 1000 clients to one MySQL Server at the same time Pin
Not Active7-Nov-09 7:01
mentorNot Active7-Nov-09 7:01 
GeneralRe: MySQL Query from 1000 clients to one MySQL Server at the same time Pin
nxexo0077-Nov-09 7:29
nxexo0077-Nov-09 7:29 
AnswerRe: MySQL Query from 1000 clients to one MySQL Server at the same time Pin
Shameel8-Nov-09 23:33
professionalShameel8-Nov-09 23:33 
QuestionInterop Library Available? Pin
#realJSOP7-Nov-09 1:49
professional#realJSOP7-Nov-09 1:49 
AnswerRe: Interop Library Available? Pin
Not Active7-Nov-09 2:42
mentorNot Active7-Nov-09 2:42 
AnswerRe: Interop Library Available? Pin
Luc Pattyn7-Nov-09 3:21
sitebuilderLuc Pattyn7-Nov-09 3:21 
AnswerRe: Interop Library Available? Pin
Dave Kreskowiak7-Nov-09 11:46
mveDave Kreskowiak7-Nov-09 11:46 
QuestionConcurrency violation using ACCESS DATABASE... [FIXED] Pin
Johnkokk6-Nov-09 20:33
Johnkokk6-Nov-09 20:33 
AnswerRe: Concurrency violation using ACCESS DATABASE...[FIXED] Pin
Johnkokk6-Nov-09 21:12
Johnkokk6-Nov-09 21:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.