BUG: Accessing Image Property of PictureBox Diminishes ResourcesLast reviewed: March 9, 1998Article ID: Q174825 |
The information in this article applies to:
SYMPTOMSUsing the Image property of a PictureBox control repeatedly diminishes GDI and System resources on Windows 95.
RESOLUTIONUse the BitBlt API function to provide the same functionality as the Image property. The following article in the Microsoft Knowledge Base provides information about using the BitBlt API function:
ARTICLE-ID: Q147810 TITLE : HOWTO: Use Windows BitBlt Function in Visual Basic Application STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe following shows you how to create a sample project that demonstrates this bug. The instructions assume that you have the System Resource Meter running so you can see the effect of accessing the Image property. The System Resource Meter is a system tool usually installed in the Accessories program group if you select the System Resource Meter option when you install Windows 95.
Steps to Reproduce Behavior
|
Additional query words: memory leak resource leak
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |