How to Customize Class Icons

ID: Q130130

3.00 WINDOWS kbprg

The information in this article applies to:

  • Microsoft Visual FoxPro for Windows, version 3.0

SUMMARY

When making your own classes that will be stored in a .VCX file, you can can also use your own bitmaps to identify your class object on a toolbar. This article shows you how.

MORE INFORMATION

Step-by-Step Example

The following steps show you how to change the bitmap that a class object uses on the toolbar.

1. From the file Menu, choose New File, and then select Class.

2. Enter a Class Name, such as MyCommandButton, and base it on the

   CommandButton class.

3. Enter mylib in the Store In section, and Click OK.

4. From the Class menu, choose Class Info, and complete these steps:

   a. On the Class Tab, click the button with three dots on it next to the
      Toolbar icon.

   b. Go to the SAMPLES\MAINSAMP\BITMAPS Directory, and select SAVE.BMP.

   c. From the File menu, choose Save.

5. Close the Class Designer.

6. From the File menu, choose New File, and then select Form.

7. In the Forms Controls toolbar, click the View Classes icon, and choose

   Add.

8. In the Open Dialogue box, select MYLIB.VCX.

The Form Control toolbar now shows you the control inside the MYLIB.VCX file. The Control for MyCommandButton will have the SAVE.BMP on it. To choose between standard or custom controls on the Form Control toolbar, click the View Classes button and choose the controls you want.

Additional reference words: 3.00 VFoxWin KBCategory: kbprg KBSubcategory: FxprgToolbar

Keywords          : FxprgToolbar 
Version           : 3.00
Platform          : WINDOWS


Last Reviewed: May 1, 1996
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.