VS 2012 Web scrapping
I figured I'd ask this question in a different way. Perhaps someone could point me in the right direction. How would I go about webscrapping a website? If the user enters in a value in a user form...
View ArticleLinear Algebra Class / Module
Where can I find a linear algebra add-in / reference for Visual Basic? Thanks.
View ArticlePlease helppppppppppppppppppppp!
Hi ! I just started on visual basic....i made a windows form application where when user open it they have to enter a user name and password to get in and then another form opens up where i would like...
View ArticleVS 2012: N00bie - Reading/writing an array from txt file?
New to all this so bear with me. Haven't done any serious programming since the days of the spectrum zx81. I have a file "numbers.txt" which looks like this... 0 1 4 2 6 3 I want to read this file into...
View Articleproblem getting a value back from 3 project chain
Hi i have a project which is creating an instance of a form thats on another project (dim newForm as New Prj2.Form1, something like that) on that form ill hope to get some information from the user...
View ArticleMVVM: Populate a view (with listbox) when an item from another view (with...
I have a list of Topics, and for each topic there are some Examples. What I want to be able to do is that when a topic is selected then I will populate another view with all Examples for that selected...
View Article[RESOLVED] Insert symbol in a combobox using combination of keys
Hello, I am trying to type something in a combobox and when I press for example ALT+a I would like a symbol like "ø" to be inserted at cursor position. I tried this: Private Sub ComboBox1_KeyDown(ByVal...
View ArticleVS 2008 [RESOLVED] DGV+ binding source( table filled with OleDBDataAdapter) -...
Hi! Today I learned about the possibility to set the UpdateCommand, InsertCommand and DeleteCommand on the OleDbDataAdapter which I use to fill the datatable which through a binding source displays...
View ArticleVS 2010 Im having trouble with DGV
Hello everyone im new to this forum :D I hope you can help me for starters im looking to save and update files from my datagridview So.. I'll post some code Imports System.Data.OleDb Public Class...
View ArticleDelete a file with a given extension
Hi All, Wondering if anyone can help, I'm attempting to delete a .ost file from a users roaming profile, I'm using the following code: Dim strComputer, oWSH, oWMI, oFSO, AppDataFolder strComputer = "."...
View ArticleVS 2010 Environment Variable X86 x X64
Hi My application it's targeting x86, the machine it's a x64. I need the common program files path for the current machine. But after expanding the commonprogramfiles var or commonprogramfiles(x86), or...
View ArticleStoring 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 Article