The information in this article applies to:
SYMPTOMSWhen developing a SnapIn project using the Microsoft Management Console (MMC) Snap-In Designer for Visual Basic, the ability to change the mouse pointer (cursor) is not provided. CAUSEThe MMC specification does not allow a snap-in to change the mouse cursor because no single snap-in can control the MMC container. RESOLUTIONAn OCX View does allow a mouse pointer to be changed from within the MMC container. A UserControl container object exposes a MousePointer property that will allow the mouse pointer to be changed when the pointer is positioned over the OCX View. The following sample code shows how to use the property:
STATUSThis behavior is by design. REFERENCESQ242229 Create an OCX View with the MMC Snap-In Designer for Visual Basic Additional query words: snapin designer mmc
Keywords : kbMMC kbVBp600 kbGrpPlatform kbMMC110 kbDSupport kbMMC120 kbSnapIn |
Last Reviewed: January 10, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |