What characteristics can be found in a Visual Basic 6.0 Desktop Application?
In general, a desktop application had the following characteristics: • Intended usage: The application has many visual cues or aids and provides a complex interaction with the user. • Architecture: The application architecture is flexible: for example, it can be a single tier, fully coupled application or a completely modular application with well-defined business logic and data access tiers. • Necessary capabilities: The application requires user interface components, basic services, and data access functionality. Multithreading capability may be required, but synchronized process distribution is rarely needed unless the application uses the distributed component object model (DCOM) or COM+.