e99 Online Shopping Mall
Help | |
Home - Computer - Visual Basic (Books) |
  | Back | 41-60 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
41. Mastering Microsoft Visual Basic 2010 by Evangelos Petroutsos | |
Paperback: 1056
Pages
(2010-04-05)
list price: US$59.99 -- used & new: US$26.02 (price subject to change: see help) Asin: 0470532874 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Where most VB books start with beginner level topics, Mastering Visual Basic 2010 vaults you right into intermediate and advanced coverage. From the core of the language and user interface design to developing data-driven applications, this detailed book brings you thoroughly up to speed and features numerous example programs you can use to start building your own apps right away. All the books in the Sybex Mastering series feature comprehensive and expert coverage of topics you can put to immediate use. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file. Customer Reviews (2)
halfsatisfied
slam dunk |
42. Ready-to-Run Visual Basic(r) Code Library: Tips, Tricks, and Workarounds for Better Programming by Rod Stephens | |
Paperback: 448
Pages
(1999-04-08)
list price: US$49.99 -- used & new: US$74.00 (price subject to change: see help) Asin: 047133345X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Thousands of experienced VB programmers have already visited Rod Stephen's VB helper Web site to borrow from his extensive stockpile of ready-to-run techniques. Thousands more have swamped him with requests for a book/CD set with more working programs. In response to these urgent requests, this book provides an instant library of code for a huge number of intermediate and advanced VB techniques quickly and easily. For easy access, all techniques are grouped by topic. Programmers will get working programs which manipulate databases, use API functions, animate images, draw sophisticated graphics, provide print preview, and demonstrate complex printing. CD-ROM contains all of the source code for the hundreds of programming examples. Customer Reviews (5)
Great little book of VB sample programs
Ready to Run (Away)
API calls in a nutshell
Great code to help in everyday programming situations
Darn Good Book!!! |
43. Visual Basic6 in Plain English (In Plain English (IDG)) by Brian Overland | |
Paperback: 592
Pages
(1998-12-02)
list price: US$60.00 -- used & new: US$5.00 (price subject to change: see help) Asin: 0764570072 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (7)
Impossible to finish the book
one of my best references
Good Reference
Good stuff
Excellent Beginners Book |
44. Upgrading Microsoft Visual Basic 6.0 to Microsoft Visual Basic .NET w/accompanying CD-ROM by Ed Robinson, Michael James Bond, Ian Oliver | |
Paperback: 547
Pages
(2002-01-05)
list price: US$59.99 -- used & new: US$9.95 (price subject to change: see help) Asin: 073561587X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The text is notable for its clear-sighted presentation style, useful for both project managers (who must plan when to upgrade code) and working VB developers (who must cope with a host of new APIs and language changes in VB .NET). The authors first establish the reasons why Microsoft chose to break literally millions of lines of code with the new .NET. They explore old and new VB languages and pay attention to features that have been dropped in the new version. The heart of this text examines the Visual Basic .NET Upgrade Wizard in excellent detail, starting with a simple VB6 project upgraded to VB .NET. As the authors suggest, the wizard handles 95 percent of the port to .NET for your VB code. Much of the text explains what do about the remaining 5 percent of features that don't make the cut. One standout chapter here looks at which VB6 systems to upgrade first. (Not every legacy system will need to be upgraded, the authors prudently observe.) Another valuable section examines the "errors, warnings and issues" generated by the upgrade wizard, with specific suggestions on how to rewrite code that isn't translated automatically. Later chapters look at specific areas of .NET that can "add value" to your projects, including the advantages of ADO.NET and Windows Forms versus the older ADO and ActiveX standards. There's plenty of useful advice for getting the old and new VB to interoperate, too, notably using ActiveX, COM, and COM+ controls within .NET (a perfectly acceptable strategy). Final reference sections list changes between VB6 and VB .NET, highlighting which language features are no longer supported. Sanctioned by Microsoft Press, this title gives you the proverbial inside track on upgrading VB6 to VB .NET in an admirably well-organized text that's filled with practical advice. With millions of VB developers out there facing .NET for the first time, this title provides a worthy resource for moving old code into the future as smoothly and as cheaply as possible. --Richard Dragan Topics covered: Overview of upgrade issues between Visual Basic 6.0 and Visual Basic .NET (why Microsoft broke compatibility), advantages of VB .NET, the .NET Framework versus ActiveX compared; overview of the Visual Studio .NET IDE, language differences between VB6 and VB .NET (including obsolete language elements), planning for upgrades (guidelines for project managers, prioritizing project upgrades), best practices for writing VB6 code that ports well; a sample VB6 project upgraded to .NET, comprehensive guide to the VB .NET Upgrade Wizard (plus the VB snippet wizard and command-line tool), debugging and troubleshooting in the VS .NET IDE (including the System.Diagnostics library), detailed guide on upgrading specific VB6 features (including controls, ActiveX, and database APIs); comprehensive guide to errors and warning messages, overcoming specific upgrade issues, guide to COM and .NET interoperability, 10 common upgrade problems explained; hints for overcoming language issues (including using Windows APIs in .NET), forms in VB6 versus VB .NET, using ActiveX components in .NET, ADO.NET database programming (including bound controls), redesign issues (rewriting OLE containers, paint, and clipboard code); upgrading COM+ components, upgrading VBA wizard projects, adding value to software with .NET features (new file and directory APIs, using the registry and Windows XP controls), xcopy deployment, guidelines for upgrading ADO and ADO.NET code, upgrading distributed code to Web services, and reference to VB6 in VB .NET changes. Customer Reviews (4)
One of the books long awaited
Upgrading toVisual Basic.Net As with all VB releases I was both excited and daunted by the release of .net. Scanning the list I saw a familiar name "Ed Robertson", I remember this guy from a developer day's conference. He was concise and accurate whilst presentation technical and conceptual information on how to upgrade from VB to .Net Needless to say I purchased the book and in 10 days it arrived. By resisting the temptation to start programming and actually reading the book first. I was very quickly able to upgrade one of the smaller Apps involved in system and then with planning This book will teach you how to upgrade and more importantly what applications can be upgraded well providing you with an in depth view into the .net framework My recommendation is that anyone who going to use.Net should purchase this book.
Unexpected diamond While I believe most people will rewrite rather than upgrade, having experienced the wizard's decisions, this book has a lot of good advice to both make this an easier task and to make the right decisions in your current code if you have ever thought of upgrading. While you expect this book to have a good deal on Interop, the gem here is the great explanation of remoting. While web services are the talk of the town, the ability to create server to server communication without creating another layer, is very important. For me, this section, alone, was worth the price of the ride. For most, the upgrade information will be the most important, which should come as no suprise. If you are currently writing Visual Basic 6, you can learn a lot about setting up your own code to make sure it does not become legacy code when you move to .NET. Even more important, however, is the fact that following these suggestions will help you create better apps, as the suggestions for your current code are good suggestions whether the code will be upgraded or not. One more nice gem before I sign off. The section on creating global components in .NET is wonderful. While most of your .NET apps are designed to sit in their own directories, knowing how to create shared components is very important for Enterprise development. If you are developing in .NET currently, this section details how to set up your own global components; this is an area where the documentation is a bit slim, so it makes a nice selling point for current .NET developers.
All it takes to migrate Vb.net is NOT a whole new language for us developers to learn, I believe it adds a new dimension to the same language ensuring that we as Vb developers will still have a job in 10 years when java users are well and truly obsolete!I recommend this book to everybody moving apps from vb6 to vb.net. Bring on vb.net Microsoft, I'm ready! ... Read more |
45. Practical Database Programming with Visual Basic.NET by Ying Bai | |
Paperback: 792
Pages
(2008-10-20)
list price: US$72.00 -- used & new: US$53.95 (price subject to change: see help) Asin: 0521712351 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
Database Programming with Visual Basic.NET |
46. Professional Refactoring in Visual Basic (Programmer to Programmer) by Danijel Arsenovski | |
Paperback: 517
Pages
(2008-04-07)
list price: US$49.99 -- used & new: US$1.00 (price subject to change: see help) Asin: 0470179791 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (7)
A worthwhile, unique, focused book for VB.NET developers
Buy Both it is worth it!!!!
Very well done!
Great value
Great book for putting your team on agile track |
47. Programming in Visual Basic 2008 by Julia Case Bradley, Anita Millspaugh | |
Paperback: 704
Pages
(2008-05-30)
-- used & new: US$74.00 (price subject to change: see help) Asin: 0073517208 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (14)
Excellent
Aweful college textbook, beg your school to use another
Not sure what everyone's problem is?? It's a good book.
Absolutely the worst textbook I've had to purchase yet!
Programming in Visual Basic 2008 |
48. MicrosoftVisual Basic 2010 for Windows Applications for Windows, Web, Office, and Database Applications: Comprehensive (Shelly Cashman Series) by Gary B. Shelly, Corinne Hoisington | |
Paperback: 1112
Pages
(2010-09-21)
list price: US$110.95 -- used & new: US$84.33 (price subject to change: see help) Asin: 0538468475 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
49. Visual Basic 2005 Programmer's Reference (Programmer to Programmer) by Rod Stephens | |
Paperback: 1056
Pages
(2005-10-21)
list price: US$39.99 -- used & new: US$6.94 (price subject to change: see help) Asin: 0764571982 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Visual Basic 2005 adds new features to Visual Basic (VB) that make it a more powerful programming language than ever before. This combined tutorial and reference describes VB 2005 from scratch, while also offering in-depth content for more advanced developers. Whether you're looking to learn the latest features of VB 2005 or you want a refresher of easily forgotten details, this book is an ideal resource. Well-known VB expert Rod Stephens features the basics of Visual Basic 2005 programming in the first half of the book. The second half serves as a reference that allows you to quickly locate information for specific language features. It's a comprehensive look at programming using the increased set of language options offered with the VB 2005 release, confirming that there has never been a better time to learn Visual Basic than now. What you will learn from this book: Who this book is for: This book is for programmers at all levels who are either looking to learn Visual Basic 2005 or have already mastered it and want some useful tips, tricks, and language details. Wrox Programmer's References are designed to give the experienced developer straight facts on a new technology, without hype or unnecessary explanations. They deliver hard information with plenty of practical examples to help you apply new tools to your development projects today. Customer Reviews (20)
Good book
Highly recommend!!!
Good content.Poor index.
Slightly Problematic.
Must have!!! |
50. Visual Studio.Net All in One Desk Reference for Dummies by Nitin Pandey, Senthil Nathan | |
Paperback: 960
Pages
(2002-04-15)
list price: US$39.99 -- used & new: US$3.87 (price subject to change: see help) Asin: 0764516264 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (8)
Visual Studio.Net All in One Desk Reference for Dummies
Visual Studio.net not for dummies
Disappointing First of all it is not as "hands-on" as other Dummies books. For absolute beginners there is too much general theory (the kind of "I will explain something you don't know by something else that you don't know either"). On the other hand there is very little explanation on what exactly happens in the examples. Experienced programmers however will find this book not going deep enough. I guess the authors tried to satisfy all and ended up satisfying none. Second point is that there are plenty of errors in the book...That's pretty frustrating if you want to get a program running, because you never know if it's YOU who made a mistake or if there is just another error in the book. I regret that I wasted so much time on this book, just to find again and again that there was an error in it. Last point, which is crucial if you want to work with Visual Studio .NET on your own computer, and need to install everything on your own: there is little help on how to get the prerequisite software installed and running, like e.g. IIS (Internet Information Services) and Front Page Server Extensions. You will need them to work with Visual Studio .NET, and installation can be very tricky (actually I know of noone who got them running right away). So if the book doesn't cover these topics, it would at least have been helpful to add some resources where you can find help...
.NET for Dummies should .NET BY Dummies Example: Notice the use of & _ & at the end of the first and start of the second lines.This is wrong but not terminal.The real problem is that you will get a syntax error after Department = "@ These lines should probably read: Now this is not just one isolated problem, there are many many more and when I emailed them for some help I did not get a response. This book will not just waste your money, it will waste an even more precious resourse-- Your time. ...
Not a Visual Studio .NET book, it's a .Net language book |
51. Sams Teach Yourself Visual Basic 6 in 24 Hours by Greg Perry | |
Paperback: 480
Pages
(1999-05-03)
list price: US$39.99 -- used & new: US$1.71 (price subject to change: see help) Asin: 0672315335 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Fortunately, the authors don'tget bogged down in documenting every last menu item and button in theVisual Basic 6 environment, as do the authors of many introductorybooks. Rather, they explain how to write real--if simple and somewhatacademic--programs. This book would be stronger if it included morematerial on the "Basic" portion of Visual Basic--the actual code thatmust be written manually when you reach the end of the visualenvironment's capabilities. While the authors provide plenty ofinformation on each of the popular graphical user interfaceelements--list boxes, labels, and the like--they don't pay enoughattention to the language that endows those components withfunctionality. To be fair, though, many books about visual developmentenvironments fall into this trap. ActiveX controls, which you cancreate with Visual Basic 6, don't receive much space either. This ismore a function of the language than of this book--no noviceprogrammer will write controls of any consequence without firstgathering some experience, certainly not in 24 hours. --DavidWall Customer Reviews (47)
VB 6 in 24 Hours
Poorly written.
Useless Book..Don't waste your money
A Great Introduction to VB
Good for beginners |
52. Microsoft Office 2000/Visual Basic Programmer's Guide (Microsoft Professional Editions) by David Shank, Tamra Myers, Mark Roberts | |
Paperback: 800
Pages
(1999-05-01)
list price: US$49.99 -- used & new: US$44.49 (price subject to change: see help) Asin: 1572319526 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Sound like a lot? It is, and it's not for beginners. The authorsassume a working knowledge of Visual Basic for Applications and HTML,as well as a familiarity with SQL. If you're not quite there yet, trya different book and come back when you're ready, because it's worthit. The authors guide you along each step of the way--from definingproblems to putting the final touches on your solutions--with clear,straightforward text, plenty of hands-on coding examples, and ideasfor further learning. The enclosed CD-ROM contains all the codefrom the book, as well as white papers and sample applications. Office2000 is the most integrated suite yet, and VBA is better than ever formaking your applications shine. Your hard work, plus MicrosoftOffice 2000 Visual Basic Programmer's Guide, will make youindispensable in the workplace. --Rob Lightner Customer Reviews (10)
microsoft
Falls short in creating realistic applications My advice?If you want to know what Microsoft intended, get this book.If you want to use Microsoft Office in a real world situation, keep looking.
Excellent Office-wide book
Like walking the halls at microsoft Thanks for the resource....check it out - you will not bedisappointed.
Info for developers |
53. Visual Basic(R) 2005 for Programmers (2nd Edition) by Harvey M. Deitel, Paul J. Deitel | |
Paperback: 1344
Pages
(2006-06-16)
list price: US$59.99 -- used & new: US$0.98 (price subject to change: see help) Asin: 013225140X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description PRE-PUBLICATION REVIEWER TESTIMONIALS Written for C#, C++, Java or other-high level language programmers, this book applies the Deitel signature live-code approach to teaching programming and explores Microsoft’s Visual Basic language and the new .NET 2.0 in depth. The book is updated for Visual Studio® 2005 and presents Visual Basic concepts in fully tested programs, complete with syntax shading, line-by-line code descriptions, and program outputs. The book features 200+ applications with 16,000+ lines of proven Visual Basic code, and hundreds of programming tips that help you build robust applications. Start with a concise introduction to Visual Basic fundamentals using an early classes and objects approach, then rapidly move on to more advanced topics, including multithreading, XML, ADO.NET 2.0, ASP.NET 2.0, Web services, network programming, .NET remoting, generics and collections. Along the way you’ll enjoy the Deitels’ classic treatment of object-oriented programming and a new, OOD/UML™ ATM case study, including a complete Visual Basic implementation. When you are finished, you’ll be well on your way to building next generation Windows applications, Web applications, and Web services. Paul J. Deitel and Harvey M. Deitel are the founders of Deitel & Associates, Inc., the internationally recognized programming languages content-creation and corporate training organization. Together with their colleagues at Deitel & Associates, Inc., they have written many international best-selling programming languages textbooks and professional books that millions of people worldwide have used to master C, C++, Java™, C#, XML, Visual Basic®, Perl, Python, and Internet and Web programming. The DEITEL® Developer Series presents focused treatments of leading-edge technologies, including .NET development, Java development, Web services, and more. Customer Reviews (6)
Too bulky, but topics are well explained...
The Best you can get !
Excellent book
Another excellent book
Excellent coverage - except for one thing |
54. Sams Teach Yourself Database Programming with Visual Basic 6 in 21 Days by Curt Smith, Michael Amundsen | |
Paperback: 950
Pages
(1998-09-28)
list price: US$45.00 -- used & new: US$11.19 (price subject to change: see help) Asin: 0672313081 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (16)
Good Reference Book
Database programming with Visual Basic 6
Everything Yet Nothing For beginners it's very difficult to figure out what the author is saying about DAO, RDO, ADO. This is exponentially exacerbated by the fact that MSFT seems to change its mind about the standard each time they bring out a new version of Access. MSFT seems now to have settled on ADO as the standard, so with the bulk of this book focussing on DAO, it's not worth getting. But in reviewing, we must remember that this book was written way back in 1998 - an aeon in programming. I found the line numbering style reminiscent of the early days of DOS BASIC when every manufacturer had their own version.Ah, the days of my old Spectravideo.
Not a good book.
Superb book but you must be a fluent VB programmer. The book is not a 'VB programming for beginners' publication - you need to understand VB before using it. The sample code is full of errors that only an experienced VB user can detect and correct. The authour insists on using the Visdata utility to create SQL commands but does not make clear how to translate these into VB code; a VB beginner would be hopelessly confused and not understand the power and flexibility of this command. Readers also need to understand the concept of relational databases. ... Read more |
55. Schaum's Outline of Visual Basic by Byron Gottfried | |
Paperback: 325
Pages
(2001-06-22)
list price: US$18.95 -- used & new: US$10.76 (price subject to change: see help) Asin: 0071356711 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (3)
Easy to comprhend
best 1st book
One Of The Finest Introduction to Visual Basic |
56. Programming Visual Basic 2008: Build .NET 3.5 Applications with Microsoft's RAD Tool for Business by Tim Patrick | |
Paperback: 784
Pages
(2008-05-27)
list price: US$49.99 -- used & new: US$28.00 (price subject to change: see help) Asin: 0596518439 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Ever since Visual Basic was merged into .NET, it's become the core language for creating business applications with Windows. The latest version, VB 2008, is even more useful -- and provides even more incentive for migrating from VB 6. All it lacks is a good book on how to harness its power. Programming Visual Basic 2008 fills the void. Programming Visual Basic 2008 is ideal for VB 6 programmers who are ready to move to .NET, as well as VB.NET programmers who wish to improve their project-focused software development skills. Programming novices and developers coming from other languages will find the book valuable because of its language instruction and project design knowledge. Customer Reviews (8)
Visual Basic 2008
Easy introduction, lack of illustration
So-so book
Great for getting ideas for your own apps
VB Programming... Not so Much |
57. Programming in Visual Basic 6.0 Update Edition with CD by Julia Case Bradley, Anita Millspaugh | |
Paperback: 694
Pages
(2001-10-19)
-- used & new: US$65.00 (price subject to change: see help) Asin: 007251874X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (8)
good for a classrom book
Programming in Visual Basic 6.0
good service but need better packaging
A good investment
Excellent book to start VB6.0 |
58. Powerful PowerPoint for Educators: Using Visual Basic for Applications to Make PowerPoint Interactive by David M. Marcovitz | |
Paperback: 216
Pages
(2004-03-30)
list price: US$52.00 -- used & new: US$33.77 (price subject to change: see help) Asin: 1591580951 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (7)
Powerless PowerPoint
Nice book, but...
Book is great... you do need a little bit of Visual Basic background.
Very good for one specific aspect
The Power of a Programmer (without being one) |
59. Expert One-on-One Visual Basic 2005 Database Programming by Roger Jennings | |
Paperback: 624
Pages
(2005-12-19)
list price: US$39.99 -- used & new: US$2.86 (price subject to change: see help) Asin: 076457678X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description First, I'll begin with ADO.NET 2.0 basics, then I'll move on to designing and programming smart clients with typed DataSets as their data sources. Gradually, I'll walk you through using DataSource, GridView, and DetailsView Web controls. Finally, I'll demonstrate how to take advantage of the new T-SQL extensions, in-process Web services, and notifications. What you will learn from this book Who this book is for This book is for experienced VB programmers who are upgrading from VB6 or VS 2002/2003 to VB 2005. Basic familiarity with the VS 2005 or VB Express 2005 environment is helpful but not assumed. No prior VB6, VBA, or VBScript experience is necessary. Wrox Expert One-On-One books present the wisdom accumulated by an experienced author who is recognized as an expert by the programming community. These experts challenge professional developers to examine their current practices in pursuit of better results. Customer Reviews (14)
Not Very Useful
Rip Off
This book is a mess
What to say
Pretty good; but he's done better |
60. Visual Basic 6: Unleashed : Professional Reference by Rob Thayer | |
Hardcover: 1296
Pages
(1999-06)
list price: US$49.99 -- used & new: US$23.95 (price subject to change: see help) Asin: 0672315084 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (18)
A lot of helpful content.
Good job
Class Modules
Brings you up to speed in all areas of VB6
Visual Basic 6 Unleashed Professional Reference Edition |
  | Back | 41-60 of 100 | Next 20 |