How to use Project Analyzer v8.1
Aivosto Project Analyzer is a professional source code optimization and documentation software tool for Visual Basic developers. This tutorial leads you into the world of advanced code analysis. It assumes knowledge of the Visual Basic language, but no knowledge of code analysis. Project Analyzer v8.1 works with code written with Visual Basic versions 3.0, 4.0, 5.0, 6.0, VB.NET 2002, 2003 and 2005. It also works with the VB.NET code in ASP.NET projects. Analysis of Office VBA projects is possible with VBA Plug.
Read more
Vsual Basic 2005 Threading
Threading is, from your application’s point of view, a way of running various different pieces of code at the same time. Threading is also one of the more complex subjects examined in this book. That’s not because it’s difficult to use threading in your programs-as you’ll see, Visual Basic 2005 makes it absurdly easy-but because it’s difficult to use threading correctly. If you stick to the rules, keep your use of threads simple, or rely on the new all-in-one BackgroundWorker component, you’ll be fine. If, however, you embark on a wild flight of multithreaded programming, you will probably commit one of the cardinal sins of threading, and wind up in a great deal of trouble. Many excellent developers have argued that the programming community has repeatedly become overexcited about threading in the past, and has misused it, creating endless headaches
Read more