The information in this article applies to:
SYMPTOMSWhen using methods that apply only towards the Windows CE Toolkit for Visual Basic (they don't exist in Visual Basic itself), they might not appear in IntelliSense help. CAUSEThe Visual Basic run-time and OLE Automation libraries are permanently installed at the top of the Project References and thus override all other references. This behavior causes the design environment for the toolkit to display IntelliSense help for Visual Basic 6.0 instead of VBCE. RESOLUTIONTo bypass this default behavior, use Dim...As with Windows CE-specific types. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATION
Some examples that exhibit this behavior are App.End, Form1.DrawLine, Form1.DrawCircle, and App.WaitForEvents.
Additional query words: vbce vbce6 wce wince
Keywords : kbToolkit kbVBp600bug kbWinCE kbGrpVB |
Last Reviewed: September 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |