Can anyone suggest some good VB (6.0 and .NET) books? I am interested in more textbook type books rather then "Visual basic for dummies" type books :)
Printable View
Can anyone suggest some good VB (6.0 and .NET) books? I am interested in more textbook type books rather then "Visual basic for dummies" type books :)
Puchase Vb 6.0 Black book . It is a very nice book. - by steve holzner.
Sams "Teach yourself vb6 in 21 days"
how in depth do these books go? as you probably noticed Im very interested in API stuff :) lol from the amount of questions I post about it, im sure you noticed :).. does it have alot of that kind of stuff? API stuff, components, database etc?
vivek.. regarding the blackbook..
amazon has
http://www.amazon.com/gp/product/157...Fencoding=UTF8
and
http://www.amazon.com/gp/product/193...Fencoding=UTF8
the first one was written in 1998 I think.. 2nd one has 2 writers.. and was written / published in 2002...
do you thinktheres a big difference here? is it worth paying 5x the price for the newer one? which one do you have/read?
Thanks
If you really want to get into API programming then get Dan Applemans book on Win32 programming. I cant remember the exact title but he is the author and if you search for his books you will definately find it. :)
Thank you, I want to get as well rounded as possible in VB :).. starting with API cause i like it :)
Well APIs are very very helpful in VB6 but less needed in vb.net as most of the things you would use APIs for are all wrapped up in new functions like an .TopMost property for a form. This would require you to use the SetWindowLong API with some parameters in Vb6. Or a forms transparency would take several APIs and in .net its a form property .Opacity. :D
You will still need APIs for certain things like getting an external windows handle and stuff like that.
I think its 1998 one. I has only 1 writer. The year has not been mentioned in the book. I think u should better purchase newer one.
maybe i should just break down and start using .Net.. or both >: )
API programming hasnt changed as VB 6 hasnt changed either so its all good data. ;)
There are so many books available. I recommand:
Programming Microsoft Visual Basic 6.0 / Francesco Balena /MS press
Advanced Microsoft Visual Basic 6.0 / The Mandelbrot Set /MS press - to get more knowledge in vb6
Reading books only will give skills but not knowledge. So, we need to practice, practice, practice . . .
Regards,
visual basic 6 black book is one of the best
I think its the othger way around.
Reading books will give you knowledge but writting cod will build your skills. :)