FIX: Cannot Drag a Nested UserControl with Automatic DragMode
ID: Q171513
|
The information in this article applies to:
-
Microsoft Visual Basic Learning, Professional, and Enterprise Editions for Windows, version 5.0
SYMPTOMS
When you have a nested UserControl whose DragMode is set to Automatic and
you attempt to drag the control at run-time, your application may quit
unexpectedly or you may receive the following error:
"Run-time error '-2147417848 (80010108)':
Method 'DragMode' of object '_UserControl1' Failed"
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This bug has been fixed in Visual Studio
97 Service Pack 2.
For more information on the Visual Studio 97 Service Pack 2, please see the
following article in the Microsoft Knowledge Base:
Q170365
: INFO: Visual Studio 97 Service Packs - What, Where, and Why
For a list of the Visual Basic 5.0 bugs that were fixed in the Visual
Studio 97 Service Pack 2, please see the following article in the Microsoft
Knowledge Base:
Q171554
: INFO: Visual Basic 5.0 Fixes in Visual Studio 97 Service Pack 2
MORE INFORMATION
Steps to Reproduce Behavior
- Start a new "Standard EXE" project.
- Add a UserControl to the project.
- Set the Backcolor property of the UserControl to &H000000FF& (red) and
the Name property to "usrMovable."
- Resize usrMovable so that it is fairly small.
- Add the following code to the Click event of the UserControl:
UserControl.Extender.DragMode = vbAutomatic
- Add another UserControl to the project and set its Name property to
"usrHolder."
- Add an instance of usrMovable to usrHolder.
- Add an instance of usrHolder to Form1.
- Run the project.
- Click usrMovable and then attempt to drag usrMovable. You will either
receive the error described at the beginning of this article or your
Visual Basic application will unexpectedly end.
Additional query words:
Keywords : kbVBp500 kbVS97sp2fix kbGrpVB kbvbp500sp2fix
Version : 5.0
Platform : WINDOWS
Issue type : kbbug