The information in this article applies to:
SYMPTOMSPublic procedures (sub or function) in a Windows CE Toolkit for Visual Basic (VBCE) 5.0 form module are not available outside the form; they are not public to the entire project. RESOLUTIONAll procedures that could be called from any form within a VBCE project must be placed in a standard module (.bas file). STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed
at the beginning of this article. MORE INFORMATIONIn Visual Basic, a form procedure (function or sub) declared with the Public keyword can be called from outside the form. This method does not work in the Windows CE Toolkit for Visual Basic. REFERENCESBooks Online for Microsoft Windows CE Toolkit for Visual Basic 5.0 Additional query words: scope private global vbce vbce5 vbce6
Keywords : kbToolkit kbVBp kbVBp500bug kbVBp600fix kbWinCE kbWinCE100 kbGrpVB |
Last Reviewed: February 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |