|
-
Mar 23rd, 2006, 07:09 AM
#1
Thread Starter
New Member
[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.
-
Mar 23rd, 2006, 07:12 AM
#2
Re: VB Books
Welcome to the forums. 
You mentioned 2003...are you using VB.NET or VB6?
-
Mar 23rd, 2006, 07:14 AM
#3
Thread Starter
New Member
Re: VB Books
I am not sure. If I had to guess I would say VB6
-
Mar 23rd, 2006, 07:33 AM
#4
Re: VB Books
What does the About box say?
-
Mar 23rd, 2006, 08:08 AM
#5
Thread Starter
New Member
Re: VB Books
Microsoft Development Environment 6.0
-
Mar 23rd, 2006, 08:10 AM
#6
Re: VB Books
 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?
-
Mar 23rd, 2006, 08:14 AM
#7
Thread Starter
New Member
Re: VB Books
Sorry I was looking in the wrong place. It is VB6.0
-
Mar 23rd, 2006, 08:21 AM
#8
Thread Starter
New Member
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.
-
Mar 23rd, 2006, 08:24 AM
#9
Re: VB Books
 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.
-
Mar 23rd, 2006, 08:28 AM
#10
Fanatic Member
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!!
Useful Links
.Net
#Develop, GhostDoc, CodeKeep , be.PINVOKE, Good Code Snippet Site
Krypton Toolkit, XPCC / XP Common Controls, QSS Windows Forms Components
VB.COM
VB.Classic Help File, MB Controls, MZTools, ADO Stored Procedure Generator add-in,
-
Mar 23rd, 2006, 08:37 AM
#11
Thread Starter
New Member
-
Mar 23rd, 2006, 08:42 AM
#12
Re: VB Books
 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.
-
Mar 23rd, 2006, 10:15 AM
#13
Re: VB Books
 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.
-
Mar 23rd, 2006, 10:27 AM
#14
Thread Starter
New Member
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.
-
Mar 23rd, 2006, 10:38 AM
#15
Re: VB Books
 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)
-
Mar 23rd, 2006, 10:39 AM
#16
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|