VS 2010 See If The Microphone On A PC Is Working Correctly By Utilizing The SpeechRecognitionEngine Class?

Nov 15, 2011

I'm trying to see if the microphone on a PC is working correctly by utilizing the SpeechRecognitionEngine class.I'm using the following

VB.NET
Dim RecognitionEngine As New SpeechRecognitionEngine(New CultureInfo("en-US"))
'Dim synth As New SpeechSynthesizer
'synth.SpeakAsync("Microphone")

[code]....

When I run this code, the microphone runs until it detects a sound. If the room is silent, it never stops. At least so much as I can tell so far.But I need a way to detect when it can't detect a sound within a specified interval.I looked on MSDN and all I could find was a property called, BabbleTime. I can specify a TimeSpan that will time out the speech recognition, but from that, I can't determine if it was the timeout that caused the code to continue or if it detected sound.

View 2 Replies


ADVERTISEMENT

VS 2010 Utilizing A Class Globally - Create An Instance That Is Usable Across Forms / Modules

May 8, 2012

I have created a class (pasted below in case I did something wrong) for which I want to create an instance that is usable across forms/modules. I can create an instance of the class in a single form/module no problem via DIM User as New User but how do I go about create a public instance accessible from all parts of my program?

[Code]...

View 7 Replies

Format() Not Working Correctly In 2010?

Feb 1, 2010

I have the following function in my program:

Format(Now(), "yMMdd" & "hhmm")
in 2009 it produces 912311200 for 12/31/2009 12:00
in 2010 it produces 1001011200 for 01/01/2010 12:00

It is giving me a 2 digit year. How do I get a 1 digit year?

View 4 Replies

VS 2010 Timer Among Other Things Not Working Correctly

May 17, 2012

Ok so on my project it seems the timer is not working correctly, the interval is set to 5000 (which is 5 seconds... right?) so every 5 seconds it would display a MsgBox telling me the current date/time and then a time in a list.

[Code]...

View 4 Replies

Utilizing A Centralized Class object That Needs To Call Another Class Object?

Jun 7, 2010

I am utilizing a centralized class object that needs to call another class object. The program itself will do something like the following

sFieldValue = CentralObject.ObjectHandler(1, TestFunction, "FunctionVar,FunctionVar2,FunctionVar3")

In the central object I have a function

Public
Function ObjectHandler(ByVal ObjectType
As
Integer,

[code]....

View 5 Replies

Asc Command Not Working Correctly

Dec 13, 2009

I have been making a text based noughts and crosses game and trying to convert an alpha grid reference into a number to run the logic sequence that decides whether the an input is valid. I am using the asc command to convert but it just keeps putting up the error: Conversion from string "a" to type 'Double' is not valid, when it reaches the line If (Asc(Left(choice, 1)) >= 65 And Asc(Left(choice, 1)) <= 67) Or (Asc(Left(choice, 1)) >= 97 And Asc(Left(choice, 1) <= 97))Choice is the input and has already been checked for length, whether it contains an alpha and numeric input (and where they are) and whether the numeric value is valid.

View 1 Replies

IF Then Statement Not Working Correctly Where Value Is Nothing

Feb 27, 2012

MVC3 VB.NET application. I have the below section of code in a function. This code is supposed to only fire if the handout1 is not nothing. But for some reason it is going into the then block when the handout1 is nothing in the database... I have tried a hundred different ways of checking but it is still trying to run that line of code even when there is nothing to assign to it....

[Code]...

View 2 Replies

.net - Creating An (VB) APP And It Isnt Working Correctly?

Apr 11, 2012

I am at college and am creating an app. however i have two main problems within my app. my app is a pizza app which will allow staff within a pizza shop to send the orders to the kitchen (this is just a listbox).but, the math doesnt work, the correct pricing isnt being displayed in the label for the orders for some reason. I have tried different ways of writing and placing my code but the result is always the same. also, i have five customers per table. if i select all the customers orders and click on send, only customer two's order will be sent. not any of the other customers, but if i just do customer one on its own, it works.

[Code]...

View 2 Replies

ContextMenuStrip Sub-Items Not Working Correctly?

Feb 13, 2009

I have a context menu strip associated with a listview. Everything work just fine however one of my menu options on the context menu strip has a pop-out menu (you know, you hover over the selection, and another menu strip expands out).I can seem to get these to work correctly.

Public Sub ReleasedToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ReleasedToolStripMenuItem.Click
FileEntries(ListViewSelectedIndex).Status = "Released"

[code]....

So I changed my sub to read as the one VB created, and still didnt work. So I went back to edit the context menu, double clicked "Reserved" menu items, then VB creates a sub w/o the _1 (like I had before).Also the check-box status for these menu items works fine.

View 1 Replies

LINQ To SQL Update Not Working Correctly

May 11, 2009

I use the following statement to position which row to update;
Dim salonToUpdate = (From r In db.Salons _
Where r.StoreID = storeID _
Select r).Single()
If fileDate = #1/1/1900# OrElse fileDate = Nothing Then
SalonToUpdate.LastDownLoadDate = TableDate
[Code] .....

I've double checked to make sure none of the dates are invalid or null, but when the bolded statement executes, the following sql runs through the trace:
exec sp_executesql N'UPDATE [dbo].[Salons]
SET [LastDownLoadDate] = @p0
WHERE 0 = 1',N'@p0 datetime',@p0='2008-01-04 00:00:00:000'
Of course it's going to fail if LINQ is passing in where 0=1 every time. Shouldn't it be using some unique row identifier, (in my case, the salon id), to update the specific row?

View 2 Replies

Text Box Max Length Not Working Correctly?

Mar 16, 2010

i have a text box that has a max length of 5. when typeing into that text box the character input stops on the 5th character. if i set teh text property to a sting that has more than 5 characters the text box accepts the string. in vb6 i think that the text box would truncate the string to 5 characters.

does anyone know of a way to truncate, or get the text box to only accept the maxlength of the text box

View 4 Replies

VS 2008 DataRepeater Not Working Correctly

Nov 9, 2011

[[code]I have this issue where most of the rows in the table do not fill in the data to textbox2 and any edits made in the text box when this happens do not commit to the underlying datasource.When scrolling down and back up the datarepeater different records seem to be shown each time the data on the left is correct in the standard DGV ... it's just the data repeater that doesn't work.

View 1 Replies

Asp.net Mvc - .NET MVC Localization (resourceprovider) Implementation Not Working Correctly

Jan 11, 2010

i'm currently implementing a localized website. I've created a custom ResourceProvider + Factory for storing resources in a database. This all works, i'm storing data as follows:

[Code]...

View 1 Replies

Colouring Datadrid Rows Not Working Correctly

Feb 1, 2012

This issue is driving me nuts. Yesterday it was working perfectly but unfortunately I deleted the form by mistake and I had to build it again. The form contains a datagridview and I have the following code on the Load event:

HTML

Private Sub GUIAS_ConsAd_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
Me.ADIANTAMENTOSTableAdapter.Fill(Me.GUIASDataSet1.ADIANTAMENTOS)

[Code].....

The same code on the Sorted event of the datagrid produces the same effect

View 4 Replies

DateDiff Not Working Correctly When The Date Has Time Specified In AM/PM?

Jul 22, 2009

I found very wiered behaviour for DateDiff. or any other kind to date difference methods avalibale when Date has AM/PM specified in it.

Cl.LunchStartTime =
"2009/7/13 12:10:00 AM"
Cl.LunchEndTime =

[code].....

View 2 Replies

HTML Tag Replacement Regex Not Quite Working Correctly?

Sep 14, 2009

This is a follow up to another question of mine. The solution I found worked great for every one of the test cases I threw at it, until a case showed up that eluded me the first time around.My goal is to reformat improperly formatted tag attributes using regex (I know, probably not a fool-proof method as I'm finding out, but bear with me).

My functions:
Public Function ConvertMarkupAttributeQuoteType(ByVal html As String) As String
Dim findTags As String = "</?w+((s+w+(s*=s*(?:"".*?""|'.*?'|[^'"">s]+))?)+s*|s*)/?>"

[code].....

View 2 Replies

Splash Screen VS2010 - Not Working Correctly?

Nov 8, 2011

Splash Screen VS2010 - Not working correctly

View 15 Replies

MP3 Recording From Microphone VS 2010?

Nov 14, 2011

I am trying to record many small MP3 files from my computer's microphone. I know how to do this using mciSendString with the "Winmm.dll" to record .wav files. I need to record straight into the MP3 format from Visual Basic 2010.

View 1 Replies

AjaxControlToolkit Asynch File Uploader Not Working Correctly?

Oct 7, 2011

I have an AsynchFileUpload on my page and for some reason when I try to use it to save the file to the server it falls. The control will allow me to select a file locally and it displays the local file path in its text box, BUT when I then click a button on my page which I am going to be using to submit all details then upload the page everything goes wrong and I get a Null Ref Exception from the AsynchFileUploader.

[Code]...

It seems that the filename is being lost somewhere after the button is clicked, or just never stored

View 1 Replies

VB Drawing Application Not Working Correctly - Run In Is Just A Gray Block

Dec 10, 2009

I'm a college student just starting out programming in VB and am having a lot of trouble trying to get my drawing program to work. Currently i am using Microsoft Visual Basic 2008 Express Edition and whenever i try to debug my program the window it's supposed to run in is just a gray block. I'm not too sure if this is the right place in the forum to post this so if it is just let me know and ill move it. c:

[Code]....

View 2 Replies

VS 2008 Recursive Check For Empty Controls Not Working Correctly?

Mar 24, 2011

I have made a form that consists of textboxes nested in groupboxes nested in tabpages. I want to check if all textboxes are empty in every groupbox and even if the controls from a groupbox in a groupbox are empty.When they are empty i should not create an element string for my .xml document.Below is the code that I have at the moment. I call it with the form as the parameter.

Public Sub recurringControls(ByRef ctl As Control)
For Each c As Control In ctl.Controls
If c.Controls.Count > 0 Then
If c.Tag IsNot Nothing Then

[Code]...

View 1 Replies

.net - HTML Input Not Working Correctly With AJAX Update Panels Used Else Where On Page?

May 20, 2010

I have some update panels on my page that do some asyncpostbacks to keep some dropdownlists correctly populated. My problem is that on my page i have an HTML input that is handling some file uploads. With the AJAX on the page with asyncpostbacks, and while i step through my code behind, the files arent being uploaded. Using a postbacktrigger (non-async) is not possible because of my layout.

Here is my code:

<div id="divFileInputs" runat="server">
<input id="file1" name="fileInput" type="file" runat="server" size="50" style="width: 50em"
onfocus="AddFileInput()" class="textbox" /></div>

[code]....

When I put a breakpoint in at the declaration of service and then check the value of "files", the count is 0. I am expecting it to be 2 when i have one file uploaded.

View 1 Replies

First Time Utilizing A Database

Feb 11, 2012

I am not too advanced with vb.net and up until now any programs I have created that needed a database were for personal use and due to the nature of why I needed the programs, I utilized excel in the code to store the data.

Recently, a good idea and plenty of inspiration sees me currently creating a game for users other than myself.

The game will include a built in "Auction" site. I would like to add the feature to sort said auctions in several ways, (i.e by price, by time ending soonest etc etc).

I was using a simple text file to manage the Auction data which was working fine until I decided to add the above sorting feature. Now it is just becoming inconvenient and I am wasting time and computer resources managing the database.

I am not sure how things work on the other end of the program. i.e I assume that unless end-user has excel or access, they cannot use a program where excel and access are a part of the program's function, therefor the reason I used a text file as the database is because I know most end-users have .txt function.

Firstly, am I right in this assumption?

And if yes, what is the most convenient way for me to add a localized database to my program so that any user with a windows system can play my game without the need for an internet connection or any other third party software?

Some trivia if it helps:

The Auction Database is small. It will have 17 fields/columns with 250 entries/rows per field.

As Auctions end every 90 seconds or so, and due to the dynamic nature of an Auto-Bid feature as well as End-Users bidding, my concern is with updating/saving the database after every auction-related event to prevent loss of data should a program be terminated incorrectly.

View 3 Replies

Design Approach For Utilizing Data From A Database

Nov 6, 2011

There exists a database that holds information on each planet in the solar system. The database has multiple tables.The program intends to access this data to display it to the user in a variety of manners. The program does not intend to manipulate the data at its source, though calculations on two fields may be performed to determine certain display characteristics.What is the optimal method for accessing the data?My initial approach, (read: gut feeling, no research) was to take each related row of data from the database and create an object of a custom class based on the data. So you might wind up with:[code]Then use these objects to perform whatever actions the program needed to. I ran into a lot of problems trying to implement this, so that I believe my design approach is fundamentally flawed.

View 1 Replies

.net - Slow Performance When Utilizing Interop.DSOFile To Search Files By Custom Document Property?

Apr 19, 2010

I am new to the world of VB.NET and have been tasked to put together a little program to search a directory of about 2000 Excel spreadsheets and put together a list to display based on the value of a Custom Document Property within that spreadsheet file. Given that I am far from a computer programmer by education or trade, this has been an adventure.

I've gotten it to work, the results are fine. The problem is, it takes well over a minute to run. It is being run over a LAN connection. When I run it locally (using a 'test' directory of about 300 files) it executes in about 4 seconds.I'm not sure even what to expect as a reasonable execution speed, so I thought I would ask here.The code is below, if anyone thinks changes there might be of use in speeding things up.

Private Sub listByPt()
Dim di As New IO.DirectoryInfo(dir_loc)
Dim aryFiles As IO.FileInfo() = di.GetFiles("*" & ext_to_check)[code]....

View 1 Replies

Visual Basic 2010 - Correctly Reference Files?

Dec 30, 2011

I have an issue with creating a VB program. I reference files on my computer that are displayed in a webbrowser in the program. The issue comes when I install the program on another computer because of the file path. The program is looking for the files on the computer I created the program on because of the file path, instead of looking for the files within the program resource files.

For example, I created the program on Computer A and referenced File "C:ComputerAMy DocumentsHelp.txt"

Once installed on Computer B, the program doesnt display the image because it's looking for "Computer A" in the file path.How do I correct my programming so that the files are universial and can be found on any computer the program is installed on?

View 13 Replies

VS 2010 Correctly Obtain Valuemember Of Every Checked Item?

Jan 10, 2012

[code] The problem is that AffiliazioneID = chkFonti.CheckedItems(i).ValueMember it's wrong.How can I correctly obtain the valuemember of every checked item?

View 4 Replies

VS 2010 Variable Is Used Before It Is Assigned A Value And Total Not Figuring Correctly

Mar 6, 2012

I'm in a beginner programming logic and technique class that also teaches us VB, and I'm working on a program that is to simulate total theater revenue, that asks for the number of tickets sold in a particular section and then displays the amount of sales generated from that section. It needs to validate that the total number of tickets sold is not over the maximum seating in that section.[code]

1) I have a warning that "Variable 'section' is used before it has been assigned a value. A null reference exception could result at runtime" in line 18.

2) Regardless of the changes I've made, I always end up getting "0" as my end result. I'm actually supposed to use the toString currency format function when getting my end result, but that was mixing me up so I figured I'd at least make sure the output is correct before I fix that part. I thought I was on the cusp of having this working but I think I'm confusing myself more and more the more I mess with it.

View 4 Replies

Threads In .vb Class Not Working For Web App

Feb 11, 2010

I have a web app that I'm writing in asp.net, with vb code behind. The threads were working well when I had all my code in the aspx.vb code behind files, but after I moved the code into a seperate Class.vb file, the threads don't seem to be working in parallel any more. Below is a small section of my code.

It used to be that when the "botThread.Start()" method was called, the page would redirect to success.aspx, and work on the SQL query (RunBots()) thread in the background. Now when botThread.Start() is called, the page doesn't redirect to success.aspx until AFTER the RunBots() sub has been completed.

View 2 Replies

Call A Sub Procedure From Another Class But Its Not Working?

May 26, 2009

I have a sub procedure called ServiceCharge in the CheckingAccount Class now I am trying to call it from the CheckingAccountForm Class but its not cooperating Here is my code I put a bunch of and comments where I want to call the Sub Procedure

[Code]...

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved