The implementation of Public variables in forms and classes changed with Visual Basic 5.0. VB4 implementspublic variables in forms and class modules as if they’re regular variables, using pointers to data in memory.In VB5, public variables are more correctly implemented as a pair of hidden Get/Let property procedures.This approach slows down these properties when the program is ported from VB4 to VB5.More importantly, this change likely breaks any code that relies on passing such variables to procedures asByRef arguments and expects that the procedure modifies them. In fact, under VB5, they’re passed byvalue, and the original property is never affected. For more information on this issue, see article Q166928 inthe Microsoft Knowledge Base.


GM Creates Open Source uProtocol and Invites Automakers to Adopt It: Revolutionizing Automotive Software Development.
General Motors (GM) recently announced its entry into the Eclipse Foundation. The Eclipse Foundation is a prominent open-source software foundation. In addition, GMC announced its contribution of “uProtocol” to facilitate