Results 1 to 16 of 16

Thread: [RESOLVED] VB Books

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    7

    Resolved [RESOLVED] VB Books

    Hello,
    I have several VB programs that were written in 2003 by someone who use to work for me. I recently bought a new computer and found that the VB programs do not run smoothly on the new operating platform. I am trying to teach myself how to program in VB with the hopes of fixing these problems. There are numerous books on VB, I was wondering if anyone had any recommendations on which books to stay away from or which book should I be looking for? I do have some programming experience, it has been a while but the concepts are there.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: VB Books

    Welcome to the forums.

    You mentioned 2003...are you using VB.NET or VB6?

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    7

    Re: VB Books

    I am not sure. If I had to guess I would say VB6

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: VB Books

    What does the About box say?

  5. #5

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    7

    Re: VB Books

    Microsoft Development Environment 6.0

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: VB Books

    Quote Originally Posted by tfarrar
    Microsoft Development Environment 6.0
    Ok. I just wanted to make sure.

    What level of books are you looking for:

    Beginning
    Intermediate
    Advanced

    Are you looking for specific topics like Database Development, or Network Programming with VB, or are you just interested in general stuff?

  7. #7

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    7

    Re: VB Books

    Sorry I was looking in the wrong place. It is VB6.0

  8. #8

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    7

    Re: VB Books

    I have all the codes for each program that was written for me. I want to be able to understand them, edit them and trouble shoot sub routines. I do not understand why all modules created work fine on one computer but as soon as I transferr the program to a newer computer some of the modules or userforms do not work. With that said I guess I want a book that will help me fully understand Database Development.

  9. #9
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: VB Books

    Quote Originally Posted by tfarrar
    I do not understand why all modules created work fine on one computer but as soon as I transferr the program to a newer computer some of the modules or userforms do not work.
    If you are just copying program files from one computer to another they aren't going to work. A compiled VB6 application can not be copied, it must be installed. To do that you need to create an Installation and Setup Package which will bundle the compiled program as well as all of the dependency files and required runtime files that are need to make the program work.

    I'll see what I can find on Database development for you.

  10. #10
    Fanatic Member Bombdrop's Avatar
    Join Date
    Apr 2001
    Location
    St Helens, England, UK
    Posts
    667

    Re: VB Books

    Follow the link to vb.clasic help file in my sig this has hundreds of tutorials covering a most topics you will probably need

    Hope this helps!!

  11. #11

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    7

    Re: VB Books

    Ok thank you

  12. #12
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    Re: VB Books

    Quote Originally Posted by tfarrar
    I have all the codes for each program that was written for me. I want to be able to understand them, edit them and trouble shoot sub routines. I do not understand why all modules created work fine on one computer but as soon as I transferr the program to a newer computer some of the modules or userforms do not work. With that said I guess I want a book that will help me fully understand Database Development.
    The other programmers might have created their own user controls, DLLs, etc... you'll have to check the Project references for the files they created and copy/register them on the other PC.

  13. #13
    Fanatic Member Comintern's Avatar
    Join Date
    Nov 2004
    Location
    Lincoln, NE
    Posts
    826

    Re: VB Books

    Quote Originally Posted by tfarrar
    There are numerous books on VB, I was wondering if anyone had any recommendations on which books to stay away from or which book should I be looking for? I do have some programming experience, it has been a while but the concepts are there.
    The most usefull book to me when I was starting was VB & VBA in a Nutshell from O'Reilly.

  14. #14

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    7

    Re: VB Books

    Perfect - Thank you.
    I went into the book store last night and was taken back on all the different books on VB2005 & more. Before I dropped $50.00 I wanted references. Thank you again.

  15. #15
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: VB Books

    Quote Originally Posted by tfarrar
    Perfect - Thank you.
    I went into the book store last night and was taken back on all the different books on VB2005 & more. Before I dropped $50.00 I wanted references. Thank you again.
    Just make sure the book(s) you purchase are for VB6, not VB.NET (which is a part of VS2005)

  16. #16
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926

    Re: VB Books

    VB6 is already quit old.
    Most books you will find in a bookstore will probably cover VB.NET and not VB6 (VB2005 is also VB.NET).
    If you are sure you still want to learn a language that isn't even supported anymore by microsoft, make sure that the book is about VB6 and not about VB.NET.

    If I had to start learning now, i would start learning VB.NET, and forget about VB6.
    But VB.NET is expensive to buy, so I understand if that is the reason.
    Frans

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width