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 problem in the Microsoft products listed
at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
REFERENCES
Online Books for Microsoft Windows CE Toolkit for Visual Basic 5.0
Additional query words: vbce vbce5 vbce6
Keywords : kbToolkit kbVBp kbVBp500bug kbVBp600fix kbWinCE kbWinCE100 kbGrpVB |
Last Reviewed: March 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |