VS 2008 Student Test Score Final project
I've been trying to finish this program for my final project. This is the following code I have. Everything works but when I hit the calculate button all I get is 0 on all the grade averages. I can't...
View ArticleParsing HTML response in VB.net
Hey guys, quick one - hope someone can help me out. Am using VB to access a cloudstack API - the commands are all working fine, however the response i get back is: Quote: <?xml version="1.0"...
View Article[VB2010] Find PROMPT position
My goal is to check if in a EXTERNAL window is blinking the prompt (ready to enter letters from keyboard) and its position. Normally the external window never displays a prompt... is displayed a prompt...
View ArticleHow to optimize ListView control to work faster?
I made a program which contains a LV control as the central part of it. Program takes records from a database and store them into LV which has 10 columns. Everything was fine while I had 400-500...
View ArticleVS 2012 [RESOLVED] datagridview cell formatting - a couple of issues...
I have a couple of issues doing datagridviewcheckboxcell painting of background color and was looking for advice. My datagridview contains a few checkboxcolumns and a few textcolumns. In my...
View Article[RESOLVED] Problem validating all TextBox controls on a form in the "Save"...
After much research and trying, I can't find a simple way to validate all of my Textboxes on a form with 20 Textboxes. I turn an Errorprovider ON in each of the Validate events for each textbox if...
View ArticleVS 2013 Command text definitions for ADO to Excel
I have the functional command text "SELECT * From [Main$]" but it did not function until I added the dollar sign and I don't understand why. I would like to know more about the syntax for command...
View ArticleVS 2012 "= Nothing" vs "Is Nothing"
Hello, I'm not understanding the use of "Is Nothing". In the following code, the first "If" uses "Is Nothing" while the second one uses "= Nothing". It appears that the "= Nothing" is working properly...
View ArticleVS 2013 Help with reading from a txt file
It has been a long time for me with VB and a lot has been forgotten. I have done searching and have not really found the exact help that I have been looking for. I am just curious to know how to read a...
View ArticleVS 2010 Listview help needed
I am confused being a relatively new user to vb.net. Why my listview is not amending the value in the list? If I may, so I have a correct working of how listview displays its data from database. I have...
View ArticleNeed help playing an array of hundreds of captured images in a picturebox.
I have this screen recorder that I re-tweaked to store captured images in an array. I'm not sure if the array is storing correctly, but what I do know is that my program crashes when it tries to play...
View ArticleVS 2008 Get DATA from exampe : Reciptstableadapter by DATE from a datetimepicker
I have created a tableadapter with the data from the database. the data in the database are :ReciptID: ReciptDate: ReciptTotal: the primary key is in reciptID the date in database is mm/dd/yyyy i...
View ArticleProper syntax to convert NumericUpdown control to Double?
What is the proper syntax to convert a NumericUpDown control to a Double? For instance I have a NumericUpDown control named SS11, how do you convert this to a double? Thank you for any tips.
View ArticleVS 2010 Window won't show after minimizing to taskbar on Win 8.1
I'm having a strange problem. My windows form won't redisplay after minimizing it. When I try to redisplay the window from the taskbar all i get is a "ding" sound. It's reproducible on my Windows 8.1...
View Articlecalculating average for a 6x5 array?
Im running into trouble calculating the average of this array: How is an average calculated for this type of an array? can someone give me an example to study and tinker with please? Code: Imports...
View ArticleHow to draw gradient transparent circle in vb.net ?
Hi Every 1 :wave: I need your help with my painting application, the idea is that i can draw a small circle on picture box using the mouse down event and after drawing the required number of the small...
View ArticleVS 2010 StreamWriter object to write to text file
I'm trying to create a telephone number word generator(that part i have finished) that instead of outputting to a TextBox, writes to a .txt file using StreamWriter. But i'm having issues doing this....
View ArticleHow do I apply math calculation to a text file and output the results in a...
How do I get my my application to read and calculate this formula goal = ( Average 25.5) / 82.1) + 1.0 from the text file accountbalance.text and display it in a list box named 1st. Sorry for the...
View Articlelistbox issue
I've got two listboxes within my vb form, listbox1 and listbox2, and a textbox named Textbox :P Both listboxes get their values from an xml file, and all values in listbox1 correspondent with the...
View ArticleVS 2010 SQL Tables in to a Datagridview
I want to load an SQL Database table into a Datagridview but because the table is selected from a combobox I cannot preset the datagridview. Is there an easy way of doing this or do I need to work out...
View Article