PRB: Cannot Change Icon at Runtime in Visual Basic 3.0 AppsLast reviewed: September 14, 1995Article ID: Q135142 |
The information in this article applies to:
SYMPTOMSYou can't change the Icon property of a form at run time in a Visual Basic version 3.0 application.
CAUSEWindows version 3.1 had code that looked at the first 100 icons in Visual Basic applications. Windows 95 code now looks only at the first five icons in Visual Basic applications. This change was made both for performance reasons and because later versions of Visual Basic (4.0 and beyond) no longer need this special code.
RESOLUTIONUpdate the Visual Basic version 3.0 application to a Visual Basic version 4.0 (or later) application.
STATUSThis behavior is by design.
|
Additional reference words: 95 development program 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |