Any book, e-book or whatever, will be most welcome to enter the world of VB. I still would want to see some relation to PIC, connecting maybe as a peripheral device to the VB program.
Ioannis
Any book, e-book or whatever, will be most welcome to enter the world of VB. I still would want to see some relation to PIC, connecting maybe as a peripheral device to the VB program.
Ioannis
Hi, Ioannis
these ones exist ....
http://www.elektor.com/products/book...ng.12244.lynkx
http://www.elektor.fr/products/books...pc.12589.lynkx
Alain
Last edited by Acetronics2; - 26th December 2008 at 20:51.
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
Looks like an interesting book.
I tell ya I would never go back to VB5 / 6 after using .NET
Trent Jackson
.NET is very similar to Java. VB.NET is half of C# in my opinion.
:: Advantages ::
# Fully object orientated ...
# Built-in libraries replace the need for quirky Windows APIs
# Just as powerful as Java
:: Disadvantages ::
# Framework is 20MB, VB6 is ~1.2
# Windows XP users need to acquire it
# GDI+ libraries are slow compared to discrete APIs
Trent Jackson
Last edited by T.Jackson; - 27th December 2008 at 00:48.
Thanks Alain.
Trent, looks like it is one way to the .NET. Despite the size of the Framework.
Is it possible to NOT include it in the produced code, assuming the user has the Framework installed already?
Ioannis
I definitely recommend the transition to .NET, particularly if you know Java.
The framework can't be deployed within a setup executable as far as I'm aware. Around 50% of Microsoft users are now running Vista, and the framework is part of the OS. Version 2.0
Trent Jackson
Bookmarks