Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /home/question/public_html/scripts.php on line 1574
Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /home/question/public_html/scripts.php on line 1574
Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /home/question/public_html/scripts.php on line 1574
Q: What is the best way to learn Visual Basic quickly?
Submitted By: Knuxus, 47 days, 21 hours, 29 minutes ago
I already know a lot of Pascal, isnt there a good transition or a tutorial which will show whats the main changes... Or something really from point zero would do.
Please try not to post duplicate answers... if you see an answer that you want to post, just add a vote to it and you can add a note as well. Thank You
0
0
books
Submitted By: ryanoc ( 47 days, 19 hours, 4 minutes ago )
Get a dummies book, they are good to start off with, then you lcan get a wrox book. Make sure you are creating your own code and not just reading, find a project to experiment with. good luck!
0
0
O'Reilly Books are Good
Submitted By: adharris ( 47 days, 14 hours, 55 minutes ago )
If you already have some programing experiance, then get an O'Reilly book. They can be pricey, but are really good for both learning the language and as a referance for later: http://www.oreilly.com/ Also, an important thing to remember for Visual basic at least is that most of microsoft office has visual basic built into it, known as Visual Basic for Aplications(VBA). One advantage to useing VBA as a teaching tool is that a lot of the code is already built. (ie you dont need to worry about implementing a database with access VBA because the Access database is already there) It really depends on your learning style, but either way take a look at the O'Reilly books.