Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. billsecond

    Zip Code +4??

    Hello, please help. I want to find a way to determin what a persons +4 digits zip code is, i have a zip code database that has the 5 digits, longitude and latitude, also city, state, prov. I am not sure if that will be of use or not. But if not i would like to know where to get data i can...
  2. billsecond

    Sample ADO.NET Request..

    Hello, i am inquring about ADO.NET and want to know the following using code only... I want to open the database using a connection string of any kind Then i want to open a specfic table in a database Then i want to be able to have the following: 2 text boxs, and a button, basicly when the...
  3. billsecond

    XML Simple writes and lookups....

    Yea, i just want to be able to create an xml file that can store data and info, then to read it again.
  4. billsecond

    Renaming an ASP application...

    Hello, i have a problem when i re-name an asp application, i can't figure out why it is not working, i rename the folder or copy it to a diffrent computer and keep the same filenames still, then i get an error saying it can't load the project in visual studio.
  5. billsecond

    ListView Functions...

    I guess i don't understand how i can convert just that little bit of code from: listview1.items.add(1) '1 is the index value listview1.items(1).text = "col 1 of 1 line 1" listview1.items(1).subitems(1).text = "col 2 of line 1" listview1.items(1).subitems(2).text = "col 3 of line 1"...
  6. billsecond

    ListView Functions...

    Thanks
  7. billsecond

    MDI Setup

    How do you do that thing witht the codes where its in the box?
  8. billsecond

    ListView Functions...

    Hello, this is kind of an easy question, in VB.6 i knew how to create a listview, now i have no idea, some things have changed.... In a detals listing format with the cols predefined in design time.... (col1, col2, col3, desc) listview1.items.add(1) '1 is the index value...
  9. billsecond

    Simple Database

    Cool, that helped, i was actually trying to find that exact page in my history
  10. billsecond

    Simple Database

    What is a simple compleate way to access an MDB file?
  11. billsecond

    XML Simple writes and lookups....

    Hello, i want a small program that will create an xml file, and will get info off of it. Can anyone help?

Part and Inventory Search

Back
Top