首页 > 学院 > 开发设计 > 正文

无框窗体移动最简法(程序)

2019-11-18 17:28:56
字体:
来源:转载
供稿:网友
Dimi,x1AsDouble,y1AsDouble,x2AsDouble,y2AsDouble
PRivateSubForm_MouseDown(ButtonAsInteger,ShiftAsInteger,XAsSingle,YAsSingle)
i=1
x1=X
y1=Y

EndSub

PrivateSubForm_MouseMove(ButtonAsInteger,ShiftAsInteger,XAsSingle,YAsSingle)
Ifi=1Then
x2=X-x1 form1.lift
y2=Y-y1 form1.top
form1.movex2,y2

EndIf
EndSub

PrivateSubForm_MouseUp(ButtonAsInteger,ShiftAsInteger,XAsSingle,YAsSingle)
i=0

EndSub

->


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表