VS 2008 [RESOLVED] Don't hit me - How to get a general DataRow.EndEdit event
Hello! I'm sorry, but I am stuck again. I have filled a DataGridView with data. Now I let the user add a new row, and I need to catch an event after the user has finished to edit the row, so that I can...
View Articlespeech 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 Object detection using webcam?
I'm trying to write a software to detect an object in realtime using the webcam video as a source. I've no idea about how to do it. I've seen some techniques that seems to filter some colors so it...
View ArticleAutomate a running process
Hi I use piece of software on my computer to make calls that requires me to log in and out at the end of the day, which sometimes I forget to do. I was going to automate this to it logs me in and out...
View ArticleVS 2010 TreeView - Remember all expanded nodes
Hi there, I have found examples and discussions on how to remember the last selected node, and reselect/expand that node after a refresh. What I want to do is remember all expanded nodes/node paths and...
View ArticleVS 2010 How to use ( Get Keyboard Layout Name ) and ( GetForegroundWindow ) ?
How to use GetForegroundWindow and Get Keyboard Layout Name to get current language of of windows while my app is minimized or not focus on it cuz i am writing in notepad i want to get the language if...
View ArticleVS 2008 Change data table of the DataGridViewComboBoxColumn-cell only for the...
The existing data contains values that are not allowed to be selected for new records. If I bind the whole combobox-column to the reduced dataset I get errors, as some old value keys have no...
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 ArticleHelp with changing an application
i have a problem and was wondering if someone could help me. i have my entire code and i know it works and i have been using it for a while now. i published the application but i deleted all the files...
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 [RESOLVED] 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 ArticleVS 2010 listview - count checked items
Hope someone can help.......... Code: Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox1.CheckedChanged If CheckBox1.Checked...
View ArticleVS 2012 Req: Correct procedure for ComboBox
I have a combobox list that I would like to have a list of urls. When someone double clicks on one of the urls it opens in a browser. Can someone please tell me the correct procedure for the following...
View ArticleVS 2010 [RESOLVED] Don't quite understand this warning; Access of shared...
Hi, I have a class called InternetDetector that is checking to see if internet is available, and if available, add a Label to a form. I declare the class like this: vb.net Code: Dim id As...
View Article