Funny program V 1
**********: 1-Click Webhostingⓘ
You can take it "off" With ctrl+alt+del"..
or some hotkey..
Scan yourself...
Make this ! (If somebody want..)
Make timer and click it, then put code: -->
Then make Command1 and click it, put this code in..->
Made by me and dont write there "Made by (yourname) Etc..
You can take it "off" With ctrl+alt+del"..
or some hotkey..Scan yourself...
Make this ! (If somebody want..)
Make timer and click it, then put code: -->
Code:
Private Sub Timer1_Timer()
Dim Height As String
Dim Width As String
Dim Top As String
Dim Left As String
Randomize
Height = Int(Rnd * 10000)
Width = Int(Rnd * 10000)
Top = Int(Rnd * Screen.Height)
Left = Int(Rnd * Screen.Width)
Form1.Height = Height
Form1.Width = Width
Form1.Top = Top
Form1.Left = Left
End Sub
Code:
Timer1.Interval1 = 1
Made by me and dont write there "Made by (yourname) Etc..




