VS 2010 Find dates in listview
Hi I made a very simple kind of reservation system. A selection of devices and 2 DateTimePickers. Start date and end date. These values is added to a list view. ITEM-1 Start Date End Date But I could...
View ArticleProblem with DataView code in vb 2012
I am new to this coming from VB5. I am getting the exception message "DataTable must be set prior to using DataView" on the first line of my code below. What is the code I need to set the DataTable?? I...
View Article[RESOLVED] An SQL WHERE string with 3 variables, Syntax Problems, I'm half...
I'm having a horrible time getting the syntax correct on converting this working string: "WHERE(((tblInst.Bank_No)=1)AND((tblInst.Teller_No)=2)AND((tblInst.Window_No)=3));" To A string with the...
View Article[RESOLVED] multi dimensional array project help
I have a couple problems i'm not sure how to solve. Under function process string, i'm taking a line of string from a notepad, using split to split up the numbers, and then trying to store them in a...
View Articlesubstring, index of, and array beginners help
I need to take a string separated by commas, and divide up the numbers to store into an array. I cant seem to figure out why it isn't working. I'm pretty sure the part where I store the numbers is...
View ArticleVS 2010 [RESOLVED] Load Image Based on Database Filename
This may sound confusing at first, but is there a way to display an image in a picturebox from a file directory, based on the image's filename in a database? For example, one of the fields in my...
View ArticleHow Can I Have Two Forms use a Serial Port
I have one form (frmMain) that is successfully transmitting and receiving over a serial comport using MSComm1. I want to open a new form, get an input from the user and send it out the same comport. I...
View ArticleVS 2008 Reading
Hi all , I've been working with huges string lately and I've noticed something. I want to store around 9 chars into an array. Then create skip to next array and store 9 more chars but the string lenght...
View Articleget unique records with counts of duplicates?
so I have 2 tables which join together. I want to know how many records on TrackAudit, between 2 dates, exist and the number of times they exist. how would I do this? Table Tracks: ID, TrackName,...
View ArticleVS 2008 Update List of T
If i had a list (of customers) where customers was a structure with a few fields in it. What would be the best way to update one field in one of the list items ? Thank you.
View ArticleBest way to high light areas on a picture
Looking for advice on the best way to handle this: Have a main picture and I want to high light certain areas (around 30) on the picture. I would like to high light with a round circle, and that circle...
View ArticleVS 2010 need to create a running total
I am still in the learning process with VB 2012. I have to calculate a total for a purchase. Everytime the user enters a price and clicks the add to sale button, it adds that price to the running total...
View ArticleGetting data from WebBrowser into VB6 application
I need to load a page into WebBrowser, click on a item on that page and get the data into my VB application. Below is the HTML code. If you click on any of the 10 images a color value is placed in the...
View ArticleBetween Months,Days increment by 1..
if i have 1 day..why it is increment to 1 this happens if i have month and days or include all year,months and days..year and day looks fine.2years 2 days=2 years 2days ..or if i enter 1 days only it...
View ArticleRecognizable Rock Songs
I play alot of guitar and I'd like to make some money playing downtown with my accoustic. Here are a few that I think of right off the bat:Crazy little thing called love - Queen Santeria - Sublime...
View ArticleVS 2010 [RESOLVED] .Net Module fixing bugs (Reading text file)
Attachment 94103 Hello, I am new Programmer, I have done a simple program that can read text file, I am having a little bug in the code which I cannot proceed. Here is my text file to read: 0#Goodnight...
View Article[Help] Sockets
Hello everyone! I have definitely lost a lot of my knowledge of VB and VC#, so I was hoping someone could help me clean up/speed up an old socket program of mine. Pretty much what it did was allow for...
View ArticlePositioning Form based on Control Position from Caller Form
Hi, i'm making new Active X for Calendar Control. my goal is making as same as datetimepicker control i put command button in usercontrol that call a form that have monthview control, and i have...
View ArticlePlease Help with this query
I as using MySql and need to query using a join on these two tables to provide both town names i.e. From Town and To town I am able to get the one or the other but not both. The two tables are joined...
View ArticleHelp with Socket?
Hello everyone! I have definitely lost a lot of my knowledge of VB and VC#, so I was hoping someone could help me clean up/speed up an old socket program of mine. Pretty much what it did was allow for...
View Article