VB/DOS Bugs & Fixes

 BBS: Inland Empire Archive
Date: 11-01-92 (11:01)             Number: 391
From: MICHAEL MALLEY               Refer#: NONE
  To: ALL                           Recvd: NO  
Subj: VB/DOS Bugs & Fixes            Conf: (2) Quik_Bas
In the bug list that I posted, there was an error in the solution for
bug #10 Multiple form's with shadows.  Please change the following:

  Prior to showing a form that may be called while two or more forms are
  shown, use the Load method, and then show the form:

    LOAD Form1
    Form1.SHOW

To:

  In the Load event of a form that could show other forms, use the Load
  method on those other forms, and then show the forms as needed:

    SUB Form1_Load ()
    LOAD Form2
    END SUB

    '--- Elsewhere
    Form2

I appologize to anybody that this may have inconvenienced.

- Michael  :)

 * SLMR 2.1a * Boy I've done it now!!!

--- Maximus 2.00
 * Origin: The Line Source BBS, Maximus [CBCS] (717)236-1375) (1:270/116)
Outer Court
Echo Basic Postings

Books at Amazon:

Back to BASIC: The History, Corruption, and Future of the Language

Hackers: Heroes of the Computer Revolution (including Tiny BASIC)

Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution

The Advent of the Algorithm: The Idea that Rules the World

Moths in the Machine: The Power and Perils of Programming

Mastering Visual Basic .NET