home *** CD-ROM | disk | FTP | other *** search
- Form1
- Using Forms as Message Boxes
- Form1
- Command1
- Command2
- Form_Click
- @ Form_Load
- form2
- caption
- Command1_Click
- Command2_Click
- mousepointer
- Form_Load
- The routine below is useful when you do a lott
- while a program is loading. Prevents panicc
- for users. Use in Form_Load sub, naturally using
- 'your own commands in place of this loop.
- Program Now Loading.....Wait..."
- Command1_Click
- Creates Static Message
- Program Routine Running--Please Be Patient..."
- Insert *BEFORE LOOP OR ROUTINE*
- Include a space to keep give form size.
- Insert *BEFORE LOOP*
- Below: Setting the caption flashes the form.
- Create a Flashing Message--Attracts Attention!
- Below: Here you can increment anything you like.
- Create a Flashing Counter: "
- Command2_Click
-