VS 2010 Cash Register Using XAML
I have an assignment to make a cash register using XAML. I have attached what I have so far. I am having trouble getting the button clicks to work properly. I need the user to be able to click on a...
View ArticleVS 2008 Displaying Javascript using the WebBrowser control
Hi All, Whats the best process for displaying the following HTML using the WebBrowser control i have never attempted to display <Script> data before and am not sure of the correct course of...
View ArticleVS 2010 Control each pin of serial port
Good morning everyone, I'm building some gadgets using software Vb.net and Arduino Now, I'm a little problem and I doesn't know how to solve it. One of this gadgets, must be wired, and I need turn on...
View ArticleVS 2010 Update one dataset with another
HI, In one application, I need to use two databases in different servers, and exchange information between them. I need to query one table with information in the other DB, and similar operations. My...
View ArticleVS 2010 [RESOLVED] MouseHover event for Multiple Controls?
Hi guys, my problem is this. I need to use the mouseHover event for many controls in my form (100+) to update a label's text when I hover the mouse over any of these controls. My question is, is there...
View ArticleClick Button in WebBrowser Control with changing ID
If I had a button with the ID of id="fbSingle_43b9a20f6f0e6bdcae16bc23192083" But besides the line "fbSingle_" Everything else changes upon the page refresh, how could I click the button using this...
View ArticleVS 2008 list box help
I have a listbox called filLoadFrom, and it is used to display file names of different .prx files for the user to select from so a page can maintain certain settings. If you click on a given item in...
View ArticleAutomatic editing batch of files
Hi all, First post, so I'm not sure if it's in the correct subforum. I'm using Visual Basic 2010 express edition for creating small programs at work (mostly CNC apps) to make my work lighter :) Now I...
View ArticleVS 2008 Playing a sound - input box
just a little question. is it possible to play a sound after "ok" is clicked on an input box thanks in advance for any help
View ArticleDo loop help
My homework assignment is to: Quote: Create a new application that lets the user enter a number from 1 to 1000. Then generate a list of random values and place these in a listbox. Stop adding numbers...
View ArticleHow to make a new control and move in runtime.
Hello, I am a recent convert from VB6 to 2010VB express. In .net, how would I add a control (lets say a panel), and move it down the screen based on the ticks of a timer. In VB6 I would use a timer...
View ArticleVS 2010 updating new values.
Here is the state problem : 6. Display the average GPA for all the students, the average GPA for the male students and the average GPA for the female students. Your application must update these three...
View ArticleHelp Object reference not set to an instance of an object.
/ using vb.net 2010 /using m.s access database i already finish my program and the program works perfectly by using a single table in Microsoft Access. but when i tried to add a new table and set a...
View ArticleVS 2010 Creating New Objects
I have a Class called Test. In this class, I have a List of Type Class1. When I create a New Test Object, I am wanting to setup the List of Type Class1. Should this be done in the New method of class...
View ArticleDimension and Input a 3x3 Array
How do you dimension and input a 3x3 array? This is my wrong attempt: Dim arr As Double(3,3) arr={1, 2, 3;4,5,6;7,8,9;} Please give other ways or methods of doing the same thing! Also ways of printing...
View ArticleVS 2010 Splitting One line of Text into 6 different fields and vice versa
I am trying to write some code that will split a single line of text into 6 different text fields, like An Address. I have started and think I understand the concept. I assume I need to take the text...
View ArticleVisual Basic 2008 Express vs Visual Basic 2010 Express
Hey, I've been thinking of installing Visual Basic 2010. I can't install VB 2012 though because its not compatible with Vista according to Microsoft's download site. But I've got a few questions: What...
View ArticleVS 2010 open a string into a program
If i have associated a type of file with a program, for instance .txt to notepad, when I click on the file it automatically opens in notepad.... how could I import the same thing from a string, where I...
View ArticleHow to create a (DoubleClick) event using "Text" inside a ListView with...
Hi everyone, I found an awesome Code by Paul how to navigate by DoubleClick using the SubItems in the ListView,,, But I cant make it fit in my project. So Basicly my project is getting all the...
View ArticleVS 2010 Search for comma separator in text box.
Ok I am trying to figure out how to have the program take a line of text and separate each comma'd section into it's own field. So far I have been able to write a code that gets an error of "Public...
View Article