Drag and drop a form. No API, only 15 lines code
Drag and drop a form. No API, only 15 lines code
Rate Drag and drop a form. No API, only 15 lines code
(1(1 Vote))
'make a image with name ex.moven
private sub moven_mousedown....etc
a=true
end sub
private sub moven_mouseup....etc
a=false
end sub
private sub moven_mousemove....etc
if a=true then
me.left=x
me.top=y
exit sub
elseif a=false then
exitsub
end if
end sub
Drag and drop a form. No API, only 15 lines code Comments
No comments yet — be the first to post one!
Post a Comment