PRB: Image Control Is Invisible When the Visible Property Is Set to True (259519)
The information in this article applies to:
- Microsoft eMbedded Visual Basic 3.0
This article was previously published under Q259519 SYMPTOMS
When you place an Image control on a form and set its Visible property to True, the control seems to stay invisible after you run the application in emulation and on the device.
CAUSE
The problem occurs because the Form and the Image control have the same default background color. The Visible property of the Image control is actually working.
RESOLUTION
To resolve the problem, change the background color of the Form. However, this solution only works for the Palm-size PC and the Handheld PC/Pro. On the Pocket PC, if you change the background color of the Form, it still does not show the Image control although its Visible property is actually True. To solve this, you can assign its Picture property to a bitmap and the Image control then becomes visible.
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 9/4/2002 |
---|
Keywords: | kbDSupport kbprb KB259519 |
---|
|