VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This code scroll your form project when close ( Simple code )

Idroys Prosoftsystem  (1 Submission)   Custom Controls/Forms/Menus   VB 6.0   Unknown Difficulty   Tue 17th June 2003   Mon 8th February 2021

This code scroll your form project when close ( Simple code )

API Declarations



public function CloseLeft()

Form1.left = form1.left - 100
if form1.left < -form1.width then
unload me
end if

end function

public function CloseUP()

Form1.top = form1.top - 100
if form1.top < -form1.height then
unload me
end if

end function

public function CloseRight()

Form1.Right = form1.Right - 100
if form1.Right > screen.width then
unload me
end if

end function

public function CloseDown()

Form1.top = form1.top + 100
if form1.left > screen.height then
unload me
end if

end function

Rate This code scroll your form project when close ( Simple code ) (1(1 Vote))
This code scroll your form project when close ( Simple code ).bas

This code scroll your form project when close ( Simple code ) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters