LevelLowBit example for Visual Basic

Note: Also works with Access 95 and 97.

This example sets LevelLowBit and LevelHighBit to display the image using only the eight least significant bits.

Lead1.AutoRepaint = False 
'use least significant 8 bits 
Lead1.LevelLowBit = 0 
Lead1.LevelHighBit = 7 

Lead1.AutoRepaint = True