VS 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 Articleget somthing like alias from a sql database column
hi i have a datagridview in my form that get data from a sql database through a datatable . in database tables has a name that it use as datatable's column headerName.but i want to named column...
View ArticleI need help with my hangman?
Im so sorry if this is in the wrong section I'm such a noob at all of this. How to make a hangman game in visual basic 2010? Well this is what the design for my game looks like so far....
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 ArticleHelp condensing repetative code
I had 2 questions, I need to Gray out 48 text boxes on Run of the program. And keep them grayed unless the user makes a selection to enter their own criteria via a selection within a ComboBox. My first...
View Articlefill list box with data from DGV
I have a DGV which has a few columns in it and 1 is File_Path How would i get the data from the File_Path column of every row in the DGV and place the data in a list box i tried this but i get an error...
View ArticleVS 2010 No add new Web Site option in my VS 21010 Ultimate
My Visual Studio 2010 Ultimate doesn't have the Add new Web Site option. Went to Tools > Import and Export Settings... dialog, choose Reset All Settings..., and then looked for the "Web Development"...
View Article