User control, 2 instances in the same .net app
I have a custom user control as part of my "solution". I load the control twice at runtime on 2 different forms within the same app Private WithEvents CG As CG.WINDOW ' later CG = New CG.WINDOW an...
View ArticleVS 2010 HttpWebRequest help
here is my code to log into my bank sorry no passwords no usernames given im not a dumb lol Code: Sub post() Dim EVENTVALIDATION = "/wEWAgKtxsLgBgLq+LO5Ad+NdnQm+T4IWqelkoLu3kPVgHtm" Dim...
View ArticleVS 2010 Adding the same data from listview1 to listview2 on VB.NET?
This is the form of the 2 listview: https://www.dropbox.com/s/ebp93mfzlqj43i2/Capture.JPG What i want to do is i need to add the same data by just adding the quantity and not the whole info of the...
View ArticleFiltered Binding Source. How to Update/Delete my DataTable?
Good Day! Please help me on this :). Im creating Windows Form Application. I collecting user inputs from different forms and save it to a DataTable. Code: Dim temptable as new Datatable...
View ArticleCan't access SQL table data
In SQL Server 2012 I created DB = TestDB and Table = ContactsTBL In VS 2012 I created a Project = ContactsProject2 and a Windows Forms Application and a DataSet = TestDBDataSet. I imported the GridView...
View ArticleVS 2012 ProgressBar over loading content?
Hey all. I'm using a webclient to load some things into my form, such as getting strings from a certain dropbox link, loading images from a website using the webclient, etc. This slows my form's...
View ArticleVS 2012 Instr method
The instr method can be used to find the first occurrence of a string. Is it possible to find the second occurrence of a string? For example: Code: Private Sub FormListOfScheduleLists_Load(sender As...
View ArticleQuestion on textboxes
I'm trying to find out if the following is possible, I think I have the right way to do it in my head, I'm currently thinking through the code required to make it work. Application requirements: Read...
View Article[RESOLVED] How to move a label from a certain point to another then make it...
Hi I am a relative newb to coding. I had 1 year of training but it was VB6 like a few years ago, and i haven't picked up VB since. So to my question: How can I make a label move from let's say...
View ArticleGetting bound ComboBox selected item text
Hi Folks I have a Combobox populated with MAC address strings from a SQL server DB (using Entity Framwork) VB Code: Public Class Form1 Dim myContext As New MySqlDataEntities Dim burnRackBay As...
View ArticleJSON parsing
Hello all, Im desperatly trying to read JSON array combinate format for 2 days without success, i'm using json.net(Newtonsoft.Json) library but i guess im doing something wrong... JSON: Code: [{"name":...
View ArticleVS 2010 Control webbrowser openfiledialog
Hi all, How can i control the webbrowser openfiledialog. I think there are several ways, for example checking what window is active and then control the window that got focus. But I really do not know...
View ArticleNeed help with a loop in vb.net console
I am really new to VB and have a question about loops. I am programming a console based text adventure and need to know how to make the wrong choice loop back to the selection. By wrong, I mean...
View ArticleSPP mode vs HID mode (Bluetooth Barcode Reader)
Hi, again, folks! Fresh thread for fresh approach to old(ish) problem: Having made reasonable progress with my barcode-scanner project (Shout-outs & Thank-yous to dbasnett & shaggy!), I find...
View ArticleBasic Graphics Logic Help
Hi, I have been having a very hard time wrapping my head around drawing in vb.net Here is what I am doing, vb.net Code: Public Class Form1 Dim _Pen As Pen Dim min As System.Drawing.Point = New...
View ArticleVS 2010 I need help with my account saver program.
I am making a program which will save accounts that you input. This is useful for if you have a bunch of accounts for lots of websites or games and you are a forgetful person. This is what the program...
View ArticleDB Select by year
I've got two tables on my database, they are Employee which has a start start and Orders which has a order date. I want to display all the results for each order but grouped year by year based on their...
View ArticleNeed help clicking button without id
Hello people ive tried multiple ways of trying to click a button without and id code is below button code: Code: <button style="padding: 5px 10px; font-size: 1.5em;" class=" fk-uix-button...
View ArticleVS 2010 Multiple Comboboxes - Disabling one item (READ)
So for my school assessment we are making a prototype government voting system, in order for this to work users will have to enter there PARTY preference in orders of 1-15 (15 being the max we are...
View ArticleVS 2012 Auto update imporving.
Hi everyone. I'm using my friend's code for auto-update of my program. The code: http://pastebin.com/SEHpKrEK. As you can see, it compares the two versions, if the remote version is bigger, it...
View Article