VS 2010 OleDbDataAdapter not filling from database...
Hi, So silly me deleted my project so i have had to start again. Project is to make a SIMPLE payroll system...I'm really new to VB but willing (HOPING) to learn. I got in a bit of a mess with my old...
View Article[RESOLVED] Windows Forms object size messed up
Hey all, I have been poking around the search function trying to find and answer and have so far come up empty. Here is my issue I have designed a windows form with a couple of DGV's some labels and...
View ArticleMy initial screen suddenly doesn't appear
Yesterday my application worked fine. Today, when I try to start it (from the Visual Studio) with the F5 key, the icon appears in the taskbar (Windows 7) but nothing on the screen. Clicking on this...
View ArticleVS 2010 How to retrieve several rows from database
Okay, so I've made a new project which allows users to send messages to each other. I've almost got it finished, just a few things need to be cleared up. I've successfully allowed the user to send the...
View ArticleVS 2012 Working on a Inventory System
Intro Hello my name is Richard and i'm new here on the forums. I created this account mainly to get tips and critics on my makings but at the same time give something back to the community like...
View ArticleVS 2008 Need help understanding the select method for radio buttions,...
I guess the best place to start is: what does the select method do, and how is it used in code. The information in the index search was not helpful. Thanks George
View ArticleHelp with Vb program
Im currently taking a Vb class and am having difficulty writing a function portion of this assignment. is it possible that someone could help me? A salesperson earns a weekly base salary plus a...
View Articleargumentoutofrangexception was unhandled by user code
I get this error message when the form loads. Because of this code Code: Â Â Public Sub AssignJobData() Â Â Â Â Dim count As Integer = 1 Â Â Â Â For i = 1 To JobTitles.Count - 1 Â Â Â Â Â Â If...
View Articlevb.net POS app. using bar code reader problem
hello every will hope your r doing fine dear friends i found out a problem that i can't solve with my app. and i hope that any one could help me with !!! in my POS app. and in the sales form i have a...
View ArticleVS 2010 Help with picturebox!
Hello everyone! Don't blaim me on my bad english please that's because I'm from Holland. So here is my problemo We have to build an application to check in to a schoolparty with your student number. So...
View ArticleVS 2008 regex expression
Need regex help to scrape phone number. String is: ROY, UTAH 84067-6714 Phone:801-668-3113 Need to scrape 801-668-3113
View ArticleSelectSingleNode or Iteration - which one is more efficient
I have decided to use the SelectSingleNode rather than the Iteration to process an Xml file of a few thousand nodes. My hope was that the process is going to be quicker. So far I don't see any...
View Articlecreating an update function
I have a piece of software that is going to be used by people that are not very computer literate. I need to update the software often, so I can't have them trying to download an update and replacing...
View ArticleVS 2010 Multiplication Question Program
So I have to create a multiplication question asker and it generates 2 random numbers as the form loads and puts them onto the form as a question and then a number is inputted into the answer box and...
View Article[RESOLVED] Code to Extract TCP Client's IP Address
The TCP Listener project is starting to gel. And one of the things I did was to find some code which will determine the IP address of the client sending in the stream. I could swear that this worked...
View ArticleVS 2008 How to handle queries for each form
Hi. I'm using Insert, Update and delete queries on each form, according to the need of form. But is it a right way or I should adapt some other way? Please guide me. I want to improve my development...
View Article[RESOLVED] Masked Date
Hello Everyone, I have a masked textbox for date mm/dd/yyyy - mskdate.text I need to do the following: If this masked textbox is empty, then the user will be prompted to enter a date when clicking on...
View ArticleDataGridView sorting
I'm trying to sort my table by columns. None of these command seems to work. Is it possible to sort by two columns. DataGridView2.Sort(1, "Ascending")...
View ArticleVS 2012 DatagridView Cell Key Press
Hi, I need to do something, but I cant find a solution. I try many sugestions I found on the internet but none of them work... I have one datagridview wich have "inside" 2 combobox and 5 textboxes....
View ArticleVS 2010 Input string was not in a correct format.
Every time I enter a number and this happened "Input string was not in a correct format." Code: Private Sub InvoiceLabourCostBox_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs)...
View Article