speech to text? VB express
hello. i have been looking for a way to take speech from a microphone and convert it into text for VB express, all i have found is code for C++ or C#. any help is appreciated :D
View ArticleVS 2010 Regex Help...Extracting distances from a line of text.
I have the following line of text 3 Smith, Nathan I5 Elite 13-07.75 15-05.25 and would like to extract the last distance (15-05.25). Its ok if I get both however. This is the pattern that I'm using:...
View ArticleVS 2012 [RESOLVED] WebClient PostData Error
Hi I am trying to automate a few searches on http://www.192.com/businesses/advanced/ using the WebClient. I can get it to work using a WebBrowser which I would prefer to avoid for loading times. I got...
View ArticleVS 2010 How to: Object detection using webcam?
I'm trying to write a software to dectect object using the webcam capture. I've no idea about how to do it. I've seen some techniques that seems to filter some colors so it shows only the...
View ArticleSet of all disabled objects
I need to be able to make the disabled objects in my project invisible and vice-versa. Is there a way I can find a set of all the disabled objects in the project to set them all invisible?
View ArticleVS 2010 Picturebox as a button?
Hey all me again! Trying to give my web browser a facelift so it doesn't look like cat crap, but I can't get the picturebox to work as a button. Code: Private Sub PictureBox2_KeyDown(ByVal sender As...
View Articleauto add and fill dataset DGV Rows
I have a panel that gets a files path using drag and drop and places the path into PathTextBox now this works with multiple files droped as once and the paths are stored as a strings. i.e Code:...
View ArticleVS 2010 Sending a click to exact coordinates in an inactive program
So I'm trying to send a click of exact coordinates to an inactive program. I've used this code send clicks before and it's worked fine but the coordinates don't seem to be correct because when I enter...
View ArticleVS 2010 [RESOLVED] search DB File,show results in LV,edit items in LV, and...
I am So stumped on this..maybe even more stumped than i was when i getting help just accessing the DB file lol ok here's what i am trying to do start to finish..search the DB for something,Show...
View ArticleNew to MVVM: how to workout the View
I've just got 3 classes: Topic, Example and Exercise. Topic is the main class where both Example and Exercise is linked to. In my window (non-MVVM) I am populating a listbox with my topics, and upon...
View Articlevb.net go through all items in listbox and select closest matches
I have one button find,2 textboxes and one listbox. I need code which would go through all items in listbox and select only closest matches and add them to another multiple textbox2 as you type in...
View ArticleHelp Text To Columns
Hello , I wanted to make a Program With VB that makes the text file to Columns (Comma) I have added 1 Button to open the file, 1 Button to Save the File. Now i want to make a 3rd Button to makes the...
View ArticleVS 2010 Image reuse in other forms
I apologise if this is a basic question but I've barely had any experience with Visual Basic How can I bring an image from an an already open form into another one? Any help is appreciated
View ArticleVS 2010 HELP! Creating a Scoreboard in VB.
Hello, thanks for taking you time to read this. I am a complete noob at Visual Basic, today we had our teacher who told us to create a Scoreboard for a game. So basically it should be like this: There...
View ArticleReverse cost added earlier
I have i remove button in my program which removes a selected item from the list box. But i don't know how can i get the program to remove the selected item along with subtracting the cost of that item...
View ArticleVS 2010 Carat Color Red
Hello everyone, Im using this code to change the carat size to cover at least one character which works, however, how do i change the color or the carat from black to red? Code: Private Sub...
View ArticleVS 2010 Combobox Item Colour
Hi again, Can anyone tell me how to change the font colour of an individual item in a combobox? IE "A-Alpha" = Red "B - Bravo" = Orange "C-Charlie" = Green "D-Delta" = Black Thanks
View ArticleUsers getting an error when starting my application
Hello ! Just wrote a small console application which converts images into other image file formats. When I am running it on my computer it doesn't give any error messages but when users run it then the...
View ArticleVS 2010 Databound comboboxes repeating data
I have several comboboxes on various tabs which I want to load from the database to give a simple list of student names and group names. The problem is, if I have 2 comboboxes for the student names,...
View Article[SOLVED] Query not working with DataGridView control in VB 2010 Express
I am trying to learn different ways to load a DataGridView control. This code below works just fine: Working Code: '**** Fill DGV with desired Managers Private Sub Button1_Click(sender As...
View Article