BUG: Form Resize Event Does Not FireLast reviewed: February 13, 1998Article ID: Q181037 |
The information in this article applies to:
SYMPTOMSThe Form Resize event does not occur when a form is resized. The Resize event does fire when a Form is opened, which is expected.
RESOLUTIONForms cannot be resized manually by a user. Forms running on a CE device only support two BorderStyles, "0 – None" and "1 - Fixed Single." Therefore, the resize event will only be necessary when the form is resized through code. To resolve the issue, place any code that would normally be placed in a Resize event after any code that has resized the form.
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 INFORMATION
Steps to Reproduce Behavior
REFERENCESOnline Books for Microsoft Windows CE Toolkit for Visual Basic 5.0 For additional information, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q180534 TITLE : BUG: Invalid Form BorderStyle Value Does Not Raise Error |
Additional query words: WinCE
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |