FIX: Drag Icon Property Ignored on Outline Control OCXID: Q142392 3.00 WINDOWS kbole kbfixlist kbbuglist The information in this article applies to:
SYMPTOMSWhen manual drag is initiated on an Outline control (or any OLE Container Control) the standard box icon is used rather than the icon you set in the DragIcon property.
CAUSEThis is caused by the OLE Container Control ignoring the event.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in Visual FoxPro version 3.0b for Windows.
MORE INFORMATION
Steps to Reproduce Problem1. Add an Outline .ocx control to a form. 2. Set the DragIcon property to be a valid cursor file such as:
3. Set the DragMode property to 1 for manual drag. (This is necessary as
4. Initiate manual drag in the DblClick or PictureDblClick events using the
5. Run the form, and double-click the text or folder icon.
6. Note which drag cursor you see. Running the following code in Visual FoxPro 3.0 causes the error to occur. This problem is corrected in version 3.0b. Double-click the item to initiate drag. PUBLIC oForm1 oForm1=CREATEOBJECT("Form1") oForm1.Show() ************************* DEFINE CLASS Form1 AS Form
ENDDEFINE
*
*-- EndDefine: form1
*************************
Additional reference words: 3.00 VFoxWin buglist3.00 fixlist3.00b KBCategory: kbole kbfixlist kbbuglist KBSubcategory: FxinteropOcx
|
Last Reviewed: January 17, 1996 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |