sum up times
Hey! i am makeing a timesheet application so i have 28-31 (depending on day of the mnth) textboxes that calculates the time difference start time to end time and that is working perfectly. but how do i...
View ArticleWhy for loop wont continue?
MY FOR LOOP WONT START. Code Code: Public Sub deleteprofile(profilename)     Try      MsgBox(profilesearchbox.Items.Count) /// WILL PROMPT THE ITEMS COUNT <> 0          For b...
View ArticleNeed Help For Fibonacci Series Program
So, the program is supposed to generate the numbers in the fibonacci series. (Last two numbers make the next unknown number). You enter in the first two numbers, and it is supposed to create the next...
View ArticleHow to get my pop up menu to write to a rich text box?
Hello All, I have made the below Attachment 96181 But i would like to make it when a number is selected so either 1,2,3 or 4 it will appear in that text box Attached Images Â
View ArticleVS 2010 Convert number to string
How can you convert string to int val and then back to int val again? This does not seem to work. Note dataArray(i) only stores int values but Cost1.Text is a string (but numerical like 2.43) Code:...
View ArticleVS 2008 Removing mouse click border
Is there a way to remove the dashed border from a tab control when it is clicked by mouse. I have attached a picture to demonstrate my point. I was wondering if this can be done from the design window...
View ArticleVS 2010 Access Child control
Good morning forum, I was wondering if what I'm doing is correct or if there is a better way. I have a Tab Control and I add tab page at run-time. Each page contains a richtextbox. When the user clicks...
View ArticleVS 2008 [RESOLVED] how to use LIKE operator LINQ to query a datagridview
here is my code , but it is not working Code: Private Sub Txt_Search_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Txt_Search.TextChanged     Dim SearchStr As...
View ArticleVS 2010 String.Split Question
I have a String that contains several lines. I would like to split the string using the split function, but only when the split character is the first character of a given line. Is this possible?...
View ArticleVS 2010 Arc a label
Im building a sticker creator and im trying to make my labels arc like the circle, how can i give an arc to a label or like put it around a circle?
View ArticleIncreasing com port reading efficiency
So I just completed my first test of reading data coming through a com port (usb gps, using usb->com driver). However, I'd like to pick some minds about the actual process that may be better than...
View ArticleVS 2010 Argument Exception - The path is not of a legal form
Hey guys! I'm currently having the most irritating error in a program i'm making and i would seriously appreciate any help or advice that could help me fix it. The part of the program that i'm having a...
View ArticleVS 2008 Some easy, non CPU eating wait function ,or empty timer
Hi ! I got a program with hotkeys, and i want to make a delay after some hotkey code is executed.I know i can make it with timer, but i dont know how, when i set timers interval for example to 1000 (1...
View ArticleVS 2008 Looking for a drawing control
Let me ask you , do you know if there is a control for allowing the user to draw lines , circles etc within a form ? And of course move them , rotate them or delete them . Just like in CAD programs...
View ArticleVS 2010 [RESOLVED] Graphics not clearing
I'm having a difficult time getting my graphics to clear. It's for my lightcycle game(check signature for full file). At then end of the game, I reset everything back to the original state, but for...
View ArticleApplication starting multiple threads
I have an application that I believe should start two threads. one for the main form, and one for the data received event (this is from serial port). however it shows that I have nearly 40 threads...
View ArticleVB.Net vlookup for .csv file - help
HI Guys, I have excel .csv file where i want vb.net to do vlookup and display in textbox if some enters suburb it displace the post code for it also if some enters postcode to show all the suburbs that...
View ArticleVS 2010 Recover A Project With Application Files?
Hey guys first time here. I recently had my main hard drive crash and a project in VB 2010 express was lost. I have recently built the project and saved it onto a flash drive. The files i have are...
View ArticleVB.NET Password form
Hi all Is there a specific form in VB.Net for setting up password or you just use a window form and resize it. Thanks
View ArticleVS 2010 update datagridview combobox from a textbox
Hi i am stuck with a problem i hope the solution may be quit an easy one but could not get it. After searching though varios forums and applying my head to the exhuation i seek my answer here. Ok now,...
View Article