Storing data betwen runtimes
Hi, I'm looking to create a quiz program that will need to import data files and create a quiz. Its a simple project which will have users take a timed test of 20ish questions with 4 multi-choice...
View ArticleVS 2012 Need help trying to figure out how to write the code
I hope I'm explaining this correctly. Is there a way to immediately update a user form as the user answer's the form. i.e. Lets say the user form has two text boxes, four radio buttons (marked with...
View ArticleVS 2010 Saving Items From Datagridview to Database?
I have a datagridview and items get populated to it from a MySQL Database. My Goal is to creating a receipt and saving it to the database So all the items in the datagridview need to get saved to the...
View ArticleVS 2010 Looking for an easier way to nestle multiple If statements
Here is my the relevant section of my code: Code: If NineInEight = "1" Then If PickIt = "1" Then...
View ArticleVS 2010 Need help with a very simple pizza cost project
Could anyone help me with the code for this simple project? I honestly dont know how to write this code. I just started a VB course and am in need of help. Thanks! Attached Images
View ArticleVS 2010 Need help with simple list box project code
I dont know how to go about this project. I honestly dont know much code and do not know the code to use for this project to work out. If anyone can help me, here is the project. Thanks so much....
View ArticleCompoBox
How to Make the drop-down menu rise to the top instead of descending down in compobox
View ArticleVS 2008 No value given for one or more required parameters.
Hi, I have been using VB.net since last 6 months only. I have been going through the various forum replies on the captioned error but I wanted to post my query which is as under: I have a combobox in...
View ArticleVS 2010 C: Mover
How would I make a button send a filename that I selected using an openfiledialog into the c:? For example. If I had a file path of a song in textbox1 and I pressed SEND it would kind of copy the file...
View ArticleWriting to files, adding to collections
Hi, I have been having issues with my application. Basically, I am reading a file, saving it into a collection. Then, modifying the collection, and having the option to save the changes back into the...
View Articlelink in webbrowser when clicked no response
hi I'm new here. i got problem with webbrowser. I tried another website, it works OK, i think the problem is due to the link is in <script type='text/javascript'> (function(jQuery) {...
View ArticleUpdate row in database
Hi all, I've been trying to update data in my table. This is my code Code: Private Sub Taalkeuze_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Fill...
View ArticleGraphical User Interface(GUI) with Visual Basic 2010
dear pals, I recently installed VB 2010, and have just learnt how to do basic numeric calculation and displays. I actually need to make a GUI that will display a graph of data/signal acquired from a...
View ArticleWriting to files in visual basic
Hi :) I'm creating a programme that saves lists of ingredients to text files and then opens them again so they can be edited via the programme but I'm having trouble saving the files. Below is my code....
View ArticleInvalid SQL Statement in my VB .NET Code - Can't figure it out
Hello all, I do not know enough about SQL to solve this on my own and Google was unexpectedly not helpful. I have to do a search on a captured field that contains a ' (Tick-mark). Example... Dim...
View ArticleVS 2012 VB.NET Webbrowser automated clicking problem
I want to be able to login to paypal for a user so their balance shows up in a box. I want to do this through a webbrowser though. The only problem is that it won't let me. For sites like gmail, yahoo,...
View Article(Value Null, Paramter Name: Source) error. HELP?!
I'm working on a project for my Visual Basic class, and I keep getting this error.(Value Null, Paramter Name: Source). It highlights the whole query so I can't figure out specifically where the problem...
View ArticleVS 2010 Save Problem
I've created this save function but it doesn't work the way that it's supposed to. First of all, whenever I bring in an image, save it and open the saved image, nothing happens, this confuses me simply...
View ArticleVS 2012 Lining up text in a listbox
Hi, I am entering items in to a listbox, it goes like this: Name: Qty: Location: Description: Order Code: Resistor 100 Drawer 4 0603 Resistor 10% 123456 I have text boxes and dropdowns for each field...
View ArticleEvent Handlers for a Usercontrol
Hi I have usercontrol that im instantiating in another project(same assembly), im displaying it into a panel control at the moment. im trying to add a handler on the parent form to listen for the...
View Article