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

.NET (Core and Framework)

 
AnswerRe: Tabbed ListBox in a Web Page Pin
Shameel26-Oct-09 8:43
professionalShameel26-Oct-09 8:43 
QuestionActive Directory DirectorySearcher fails when org unit is in LDAP root path Pin
redWingBB26-Oct-09 7:46
redWingBB26-Oct-09 7:46 
QuestionFire event when mouse left buttion pressed in vb.net 3.5 Pin
Sanjqfar26-Oct-09 6:35
Sanjqfar26-Oct-09 6:35 
GeneralRe: Fire event when mouse left buttion pressed in vb.net 3.5 [modified] Pin
Richard MacCutchan26-Oct-09 6:42
mveRichard MacCutchan26-Oct-09 6:42 
QuestionIssue in IIS set up unable to run any CGI application and also not getting default IIS page Pin
mah_pankaj26-Oct-09 4:36
mah_pankaj26-Oct-09 4:36 
AnswerRe: Issue in IIS set up unable to run any CGI application and also not getting default IIS page Pin
freakyit26-Oct-09 5:49
freakyit26-Oct-09 5:49 
GeneralRe: Issue in IIS set up unable to run any CGI application and also not getting default IIS page Pin
mah_pankaj26-Nov-09 18:54
mah_pankaj26-Nov-09 18:54 
Questionquery related to speech recognization Pin
pooja_chande25-Oct-09 22:55
pooja_chande25-Oct-09 22:55 
Imports System.Windows.Forms
Imports Microsoft.Win32
Imports SpeechLib




Public Class Form1
Inherits System.Windows.Forms.Form
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Dim Phrase As String


Private Sub AxDirectSR1_ClickIn(ByVal sender As System.Object, ByVal e As System.EventArgs)

End Sub

Private Sub AxDirectSR1_PhraseFinish(ByVal sender As System.Object, ByVal e As AxACTIVELISTENPROJECTLib._DirectSREvents_ClickInEvent)

Dim sFile As String

Dim noth As Long



Select Case Phrase


Case "Internet"
sFile = "C:\Program Files\Internet Explorer\iexplore.exe"
noth = Shell(sFile, 1)

Case "Notepad"

sFile = "\system32\notepad.exe"

noth = ShellExecute(0, "OPEN", Environ("SystemRoot") & sFile, "", "", 1)



End Select

End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim totaldata As String
AxDirectSS1.Speak("welcome to the speech recognization")



totaldata = "[Grammar]" & vbCrLf & "langid = 1033" & vbCrLf & "type = cfg" & vbCrLf & "[<Start>]" & vbCrLf & "<Start>= iexplore" & vbCrLf & "<start>=Notepad" & vbCrLf


AxDirectSR1.GrammarFromString(totaldata)

AxDirectSR1.Activate()

End Sub



Private Sub AxDirectSS1_ClickIn(ByVal sender As System.Object, ByVal e As AxACTIVEVOICEPROJECTLib._DirectSSEvents_ClickInEvent)

End Sub

Private Sub AxDirectSR1_ClickIn(ByVal sender As System.Object, ByVal e As AxACTIVELISTENPROJECTLib._DirectSREvents_ClickInEvent)

End Sub
End Class



i hv built this code for speech recognization for opening internet explorer nd notepad through voice....there is no builds errors...but whenevr i speak(voice command)notepad or internet the application can not get open..is there anything missing in this code??any setting should required??..plz i need ur help....
AnswerRe: query related to speech recognization Pin
Not Active25-Oct-09 23:07
mentorNot Active25-Oct-09 23:07 
AnswerRe: query related to speech recognization Pin
amitk_1892-Apr-10 0:39
amitk_1892-Apr-10 0:39 
Question.NET Remoting - Send Answer to all Clients without Request ? Pin
tronix0125-Oct-09 22:11
tronix0125-Oct-09 22:11 
AnswerRe: .NET Remoting - Send Answer to all Clients without Request ? Pin
Not Active25-Oct-09 22:43
mentorNot Active25-Oct-09 22:43 
GeneralRe: .NET Remoting - Send Answer to all Clients without Request ? Pin
tronix0125-Oct-09 23:43
tronix0125-Oct-09 23:43 
QuestionData base connection Pin
santhosh-padamatinti25-Oct-09 20:40
santhosh-padamatinti25-Oct-09 20:40 
AnswerRe: Data base connection Pin
Mark Salsbery26-Oct-09 7:07
Mark Salsbery26-Oct-09 7:07 
QuestionLocalization Question Pin
Oren Tasuna24-Oct-09 23:46
Oren Tasuna24-Oct-09 23:46 
NewsTutorial on how to get started using the multi-core features of .NET Framework Pin
brucedkyle24-Oct-09 13:27
brucedkyle24-Oct-09 13:27 
GeneralRe: Tutorial on how to get started using the multi-core features of .NET Framework Pin
Not Active24-Oct-09 15:42
mentorNot Active24-Oct-09 15:42 
GeneralRe: Tutorial on how to get started using the multi-core features of .NET Framework Pin
Dave Kreskowiak25-Oct-09 8:18
mveDave Kreskowiak25-Oct-09 8:18 
QuestionConvert .msi file to .exe Pin
Rajendra Kr. Rana22-Oct-09 22:45
Rajendra Kr. Rana22-Oct-09 22:45 
AnswerRe: Convert .msi file to .exe Pin
Ashfield23-Oct-09 1:35
Ashfield23-Oct-09 1:35 
AnswerRe: Convert .msi file to .exe Pin
Shameel23-Oct-09 8:29
professionalShameel23-Oct-09 8:29 
GeneralRe: Convert .msi file to .exe Pin
danielmia226-Oct-09 2:18
danielmia226-Oct-09 2:18 
QuestionChange the javascript parameter value in c# code. (use webbrowser) Pin
mingxiaodong22-Oct-09 15:29
mingxiaodong22-Oct-09 15:29 
AnswerRe: Change the javascript parameter value in c# code. (use webbrowser) Pin
Abhishek Sur24-Oct-09 7:32
professionalAbhishek Sur24-Oct-09 7:32 

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.