home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / fbi_file / backgrou.frm (.txt) < prev    next >
Visual Basic Form  |  1993-01-18  |  2KB  |  51 lines

  1. Background
  2. Background
  3. Form1%
  4. Command2
  5. state
  6. Command1
  7. Continue
  8. street
  9. username
  10. Label4
  11. Your state
  12. Label3
  13.     Your city
  14. Label2
  15. Your street address
  16. Label1
  17.     Your name
  18. command1_click
  19. Command2_Click
  20.     Nicknames
  21. Background
  22. Nicknameq
  23. Form_Click
  24.     Form_Load
  25. sndplaysound
  26. Form_GotFocusK
  27. username_Change
  28. username_GotFocus
  29. Form_Activate
  30. Form_QueryUnload
  31. Cancel
  32. UnloadMode
  33. username
  34. texti
  35. street
  36. state
  37. command1_click
  38. Command2_Click
  39. Form_Activate
  40. The following command plays the .wav sound.o
  41. The function MUST be declared in the global module.
  42. The flags (number in parantheses) work as follows:
  43. 0  wait until sound finishes before returningp
  44. 1  return immediately - sound can be stopped withi
  45.    i% =sndplaysound(0&, 0)
  46. 2  play no default if it can't find the WAVd
  47. 4  play sound over and over, must be combined with 1 by calling the flag
  48.    i% =sndplaysound(snd_async or snd_loop, 0) it can also be stopped with '(0%,0)
  49. 5 returns false immediately if sound is already playing.
  50. backgrnd.wav
  51.