VS 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 Article[RESOLVED] Getting 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 ArticleSystem.Net.Mail.SmtpException error
For some reason i'm getting this error can anyone explain this to me? http://puu.sh/40a6M.png Attached Images
View Article[VB2010] - RichtextBox: why the control isn't scroll when we scrool the...
i add a control in richtextbox... until here fine. but if i write more text than richtextbox size, vertical\horizontal scrollbar is scrolled, but why the control isn't moved too?
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 ArticleVS 2010 [RESOLVED] Date Range
Hi, I am using VB 2010 Express. I am having a problem with date range which I am not able to fix. Please Help! Problem details : When I try to search from start date 15/03/2013 [DD/MM/YYYY] to...
View ArticleNeed Help with seending SMS ..Modem send nothing ???
hello every one i'm using huawei E1552 modem to send SMS from my app. and bellow is the AT commands procedure to send SMS in the PDU mode and the modem response also, every thing seems ok , but i...
View Article[RESOLVED] A simple operator question just for my curiosity
Hi guys! Is there any operator like "±" in VB? Such as Code: If i ± 3 = p Then 'code End If Thanks!
View ArticleVS 2012 Getting filenames with a certain pattern
I need to get a list of filenames in a directory with a certain pattern. The files are named fileX.dat where X = a 1 or 2 digit number. So for example, they could be called file1.dat or file10.dat. I...
View Article[RESOLVED] [VB2010] - what is wrong with these 'for each'?????
Code: Dim a As Windows.Forms.Control For Each a In RichTextBox1.Controls Debug.WriteLine(a) Rect1 = New Rectangle(a.Location.X, a.Location.Y, a.Size.Width,...
View Article