Golom, I've looked at several templates/samples. I can't find any that are setup similar to my needs. I will read the site you refrenced to see if it helps.
dhookom, I'm having trouble grasping how the two are linked. Table cars will have year, make and model info. Table carparts will have...
I've worked with simple databases before. They were glorified spreadsheets. Now I'm working on something more complicated. I may be over thinking this, but can't figure out what to do. Here is my goal:
Create a database of junk cars by make, model, and year. (I can do this part)
Create an...
I've worked with simple databases before. They were glorified spreadsheets. Now I'm working on something more complicated. I may be over thinking this, but can't figure out what to do. Here is my goal:
Create a database of junk cars by make, model, and year. (I can do this part)
Create an...
I have made a program that captures data from a webpage. This action is repeated a few hundred to a few thousand times. Right now it is taking about a second per capture because of the time it takes to load each page. Here is an outline of what I'm doing.
1) use web client to retrieve the...
This isn't necessarily VB.net, but I'm using VB.net to control a webpage. At one point I need to go directly to a webpage based on a text name.
example...
I am using vb.net 2010 express to query an Access database. I understand how to query 1 item at a time.
My users may need to add additional filters to the query.
How would I query where 2 or more items are found.
Here is the code I now use for individual querries.
cmd = New...
I have made an app that auto fills out a web form. There is one option I want to let the user choose before the app continues automatically
Would you just parse through the code from the site to fill in the combo box, or is there another way to get this info into the combo box?
Another...
The label option I've been using seems like a it won't work well for us. First there were 6 words to put into the program. Then there were 5 so I put "N/A" for one of the words and definitions. This week he brings home 8 words. I can add the extra labels to cover the extra words, but don't...
This works great!!!. Your method is what I had in my mind. This line: lbl = CType(GetControlByName("Label" & i.ToString), Label) is what I couldn't figure out.
I am using vb 2010 express. I have setup a windows form with 12 labels. I have made it so that when a label is clicked it will change color to show that it is selected. When 2 are selected I will check to see if they match.
I am going to populate these labels with words and definitions from...
My company recently switched from Procomm to Putty. I had several scripts written in Aspect(part of procomm) that capture text from the telnet session. Is there a way to have VB.net capture text from another application?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.