Guest User

Untitled

a guest
Jun 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Private Sub Form_Load()
  2. Dim RNDNum
  3. Randomize()
  4. RNDNum = Int((9 * Rnd) + 1)
  5. Form2.Image1.Picture = LoadPicture(App.Path & "/img/" & RNDNum & ".jpg")
  6. End Sub
Add Comment
Please, Sign In to add comment