文件名称:拖动无边框的窗体
文件大小:194KB
文件格式:RAR
更新时间:2022-01-14 15:15:24
拖动无边框 .net
拖动无边框的窗体 If Me.bFormDragging Then Dim oMoveToPoint As Point '' 以当前鼠标位置为基础,找出目标位置 oMoveToPoint = Me.PointToScreen(New Point(e.X, e.Y)) '' 根据开始位置作出调整 oMoveToPoint.Offset(Me.oPointClicked.X * -1, _ (Me.oPointClicked.Y + _ SystemInformation.CaptionHeight + _ SystemInformation.BorderSize.Height) * -1) '' 移动窗体 Me.Location = oMoveToPoint
【文件预览】:
VBnet003-拖动无边框的窗体
----.vs()
--------拖动无边框的窗体()
----readmeGY.txt(280B)
----拖动无边框的窗体.suo(21KB)
----拖动无边框的窗体.sln(914B)
----拖动无边框的窗体()
--------Form1.vb(1KB)
--------bin()
--------obj()
--------拖动无边框的窗体.vbproj(5KB)
--------My Project()
--------Form1.resx(6KB)
--------Form1.Designer.vb(1KB)
--------App.config(201B)