| VISUAL BASIC CATEGORY |
VISUAL BASIC 6 UML (UNIFIED MODELING LANGUAGE)
Many people have a rather vague idea about what UML, or the Unified Modeling Language, actually is and how and wh....
|
VISUAL BASIC 6 APPLICATION DEVELOPMENT PART 5 - THE WROBA CASE STUDY
The WROBA (WRox Online Banking Application) case study used in this book uses a theme you may be familiar with -o....
|
VISUAL BASIC 6 APPLICATION DEVELOPMENT PART 4 - DISTRIBUTED APPLICATION DEVELOPMENT
When we develop our 3-tier application in a Microsoft environment we'll effectively be developing using the Windo....
|
|
VISUAL BASIC 6 APPLICATION DEVELOPMENT PART 3 - THE SOFTWARE DEVELOPMENT PROCESS
The concept underlying a software development process is simple but effective: document what works and what does ....
|
VISUAL BASIC 6 APPLICATION DEVELOPMENT PART 2 - DISTRIBUTED APPLICATIONS
Although some of you may have developed VB applications in the past, chances are they were designed to run on sin....
|
VISUAL BASIC 6 APPLICATION DEVELOPMENT PART 1 - INTRODUCTION
Even if you've written only a few applications using Visual Basic (VB), you probably know how easy it makes creat....
|
VB.NET PROGRAMMING PART 7 - CROSS-LANGUAGE INHERITANCE
VB.NET creates managed code - code that runs within the .NET Framework. All managed code can interact with other ....
|
VB.NET PROGRAMMING PART 6 - INTERACTING WITH OBJECTS
With all the changes to the way we declare, construct, and implement classes, it makes sense that there are also ....
|
VB.NET PROGRAMMING PART 5 - INTERFACES
VB has, for some time, allowed us to create objects with more than one interface. This was done using the Impleme....
|
VB.NET PROGRAMMING PART 4 - SHARED OR CLASS MEMBERS
While objects are very powerful and useful, there are times when we just want access to variables, functions, or ....
|