Advertisement
C_Volume2 Coding Standards #75605

Form Drag / Move

This code will make it so you dont have to use the title bar to move your forms/projects.

AI

ملخص الذكاء الاصطناعي: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

كود المصدر
original-source
'Put This In Form_MouseDown
Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
ReleaseCapture
SendMessage Me.hwnd, &H112, &HF012, 0
End Sub
التعليقات الأصلية (3)
مسترجع من Wayback Machine