Way to speed up my insert method?
I am attempting to read values from an Excel sheet and dump them into a database. The Excel sheet is basically a time-card, which captures a daily time record count, along with time in and time out. I...
View ArticleVS 2013 DataGridview Columns header issue
hey guys i have an in issue which is i would like to make the header text of the columns in a data grid view to be exactly bounded to the caption of the columns the table in my access database do any...
View ArticleOutlook links track
Hey was wondering if anybody know how to get the link click on from an email I trying to write an outlook component and one ofthe things I need to able to do is log the links clicked on in outlook
View ArticleVS 2010 Button selector
Hi does anyone know how to choose a button in a visual basic form as in a way like button(x) where x is an integer chosen in advance and can be changed. e.g x=1 button(x).text="1" x=2...
View ArticleVS 2005 Can you serialize a generic list of objects?
:wave: So I have the following classes: Code: Public Class ControlTypeBase   Private m_ControlName As String   Public Property ControlName() As String     Get       Return m_ControlName...
View ArticleNeed to solve this problem
Hey guys, I was hoping I could have some help with this problem since I am not very good with vb, In a data entry form program, how do you loop a program to ask the user to input their name, tel no...
View ArticleVS 2010 Integer division by 2
By using a simple loop to keep dividing 10 by 2, I get these results: 5-2-1 Whereas I should get: 5-3-2-1 (for example:5/2 = 2.5 since it is an integer it must be rounded to 3) How this happens? Or how...
View ArticleNo value given for one or more required parameters
Hello All, I know this is a common topic, I search into topics and google to find a solution, but I cant find. I need to search into datagridview by one field which is not a primary key. The code below...
View ArticleProblem using "Order By" clause in VB 2010 Express SQL Statement
I want to sort my Salesperson Table by "TotalGross" Descending in a stored Query in a "FillBySortedTotalGross" SQL Statement. If I use ORDER BY SPCurYrYtdTotGross Descending I get an error trying to...
View ArticleVS 2012 First time with drag drop
I have 2 picture boxes, both with a background image. One of them has a foreground image, too. I want to drag the foreground image from one picture box and place it over the background image of the...
View ArticleVS 2010 Save Bitmap GDI+ Error
I am a structural engineer in a consulting firm and I have been developing analysis applications for 15+ years. I am not an IT guy. My problem is this. I have encountered a problem when I install a...
View ArticleVS 2012 Select class property from string variant?
Hi there, I want to create a class to read command line arguments and put them to MyArguments class with properties with vales set to these from command line. So I have class MyArguments with property...
View ArticleVS 2010 Vs 2010
Hi, Im new to the whole vs 2010 and I am wondering if anyone can give me a dig out. Problem: I am trying to round up my answer to two decimals (3.3) as opposed to (3.3333333) I am cm to feet and...
View ArticleVS 2012 North London VB Buddies
This is a hello to all VB programmers based in North London (Enfield, Barnet, Potters Bar, Tottenham etc.) Would like to share info and offer some freelance work for interested parties. PM me if you...
View ArticleMscorlib error creating new windows form application
Hi, all. I'm very new to VB and this forum, so go easy :D. I am a CMM programmer, so I have a little experience with BASIC script and I'm trying to expand my programming knowledge. Anyways... My...
View ArticleVS 2013 Reading and writing after a specific point in multilined text file
Hi, I need help to write a code which has to read and write numerical values from a text file before semicolon sign. The textfile has multiple lines and goes like this: option1 56; option2 721; option3...
View Article[VB2010] - my 1st database
i'm learning Vb2010 data base from: http://www.vbtutor.net/index.php/vis...010-lesson-30/ wasn't easy undertand that i must: - create mdf file from 'New Item' and choose 'Service-based Data Base'; -...
View ArticleVS 2010 read SMS from sim (usb 3g modem)
hi guys.. i'm having trouble in reading sms... in hyperterminal: AT -ok at+cmgf=1 -ok at+cpms? -+cpms: "SM",11,50, "SM",11,50, "SM",11,50 OK my vb.net code in reading SMS.....
View Article[HELP] TCP Socket similar to cSocket for VB6
Is there any easy way to use Socket in VS 2013. Can anyone help me? Thank you in advance.
View ArticleCode Issue
hey guys, as I have had a variety of negative feedback from previous threads im really trying my best with this code and at the moment I have this: Public Class Form1 Dim choice As String Dim...
View Article