Search results for query: *

  1. G

    Need a search and display data tutorial.

    K thanks. I just got the Visual basic 2005 Databases book and that is probaly gonna teach me what i need to learn also.
  2. G

    Need a search and display data tutorial.

    I am looking to start programming in VB 2005 and i need to find a tutorial that can show me how to search and display data from a relational database with multiple tables and multiple joins. Here is my project. I need to search for a JobNumber on a form and display the data that spans...
  3. G

    Is VB 2005 different from VB 2002 and 2003?

    Thank you very much for that insite. very usefull.
  4. G

    Is VB 2005 different from VB 2002 and 2003?

    Yeah, i found what i needed there, thanks. What is the best way to learn VB, and what are the best books to get?
  5. G

    Is VB 2005 different from VB 2002 and 2003?

    Thank you. Also where can i find reference material that shows me a breakdown of what all the actual VB code does. Such as System.Data etc. My lingo isnt up to par yet so bear with me. Are there any books that are nothing but Refference material that show each item inside these and what they do?
  6. G

    Is VB 2005 different from VB 2002 and 2003?

    I have wiggled the code all around and finally got it to work. my little nubblet self figured it out. lol. Their code was Dim myConnection As SqlConnection = New SqlConnection("Data Source=whatever;Initial Catalog=pubs;Persist Security Info=True;User ID=blah;Password=whatever") Dim...
  7. G

    Is VB 2005 different from VB 2002 and 2003?

    I am learning VB.Net and have been following the code in Beginning VB.Net 2nd edition from Wrox press. I have a copy of vs 2005 and am getting errors when trying to test the Sql data base stuff in chapter 15 and 16. When i place the code as they state in the the code examples i get errors such...
  8. G

    Where can i find the new 3d style forms and buttons like Vista or Office XP?

    I am looking to delve into programming and have been learning VB.Net, However the standard issue buttons and forms are just that, standard. I am looking for the ability to program my forms so that they look modern and graphically appealing. Where can i find these icons and buttons to spice up...
Back
Top