VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



When mouse is dragged over comand button it disapears...VERY EASY 4 LINE CODE. Its very useful for

by LDG (1 Submission)
Category: Miscellaneous
Compatability: VB.NET
Difficulty: Unknown Difficulty
Originally Published: Wed 21st June 2006
Date Added: Mon 8th February 2021
Rating: (1 Votes)

When mouse is dragged over comand button it disapears...VERY EASY 4 LINE CODE. Its very useful for games

Rate When mouse is dragged over comand button it disapears...VERY EASY 4 LINE CODE. Its very useful for



Randomize
Command1.Top = Int(Rnd * Screen.Height)
Command1.Left = Int(Rnd * Screen.Width)
MsgBox "You can change the msgbox to what ever you want it to be"
MsgBox "Or you can use this for many different types of games"
MsgBox "Or use this for anything you want...Have a nice day :)"
End Sub


Download this snippet    Add to My Saved Code

When mouse is dragged over comand button it disapears...VERY EASY 4 LINE CODE. Its very useful for Comments

No comments have been posted about When mouse is dragged over comand button it disapears...VERY EASY 4 LINE CODE. Its very useful for . Why not be the first to post a comment about When mouse is dragged over comand button it disapears...VERY EASY 4 LINE CODE. Its very useful for .

Post your comment

Subject:
Message:
0/1000 characters