Help coverting console app to form app
I have to create a diving competition program and I'm stuck on how to create it in a form app. Here is the requirements: 1. Needs to be able to keep score for up to 16 divers, record their last name,...
View Article[RESOLVED] Remove DGV ros via Quary
I am using a quary to search and show results in a databound DGV on the fly Like so (THIS WORKS FINE) Code: Try Me.FilesTableAdapter.NewProfile(Me.FilesDataSet.Files,...
View ArticleVS 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 ArticleSaving rearranged listbox back into .mdb file
Let's say, we have a listbox populated from an Access database with the following items: 1'st 2'nd 3'rd 4'th 5'th 6'th 7'th But.. we intend to rearrange positions of items and save them to the database...
View ArticleLabel back colour changing problem
Hello I want to change a labels back color on form1 via a button on form 2, both of which are open. The code i tried for this is: Code: Form1.lbl11.BackColor = Color.Green But this dosent work, so i...
View ArticleVS 2008 Save data to DB via OleDbDataAdapter and binding source, change value...
Hi! I'm updateing my DB via an OleDbDataAdapter: Code: insertCommand = New OleDbCommand("INSERT INTO bundle (num, document_id, .....) " & _...
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 Article