Private Sub Attach()
Detach
On Error Resume Next
m_hWndAttach = m_oShadow.Parent.hwnd
If Not (Err.Number = 0) Then
m_hWndAttach = m_oShadow.hwnd
End If
On Error GoTo 0
AttachMessage Me, m_hWndAttach, WM_DESTROY ' <--
AttachMessage Me, m_hWndAttach, WM_MOVING
AttachMessage Me, m_hWndAttach, WM_SIZING
AttachMessage Me, m_hWndAttach, WM_SIZE
End Sub
Run-Time error '429':
ActiveX component can't create object
Сейчас этот форум просматривают: SemrushBot и гости: 112