home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / BASIC / WGLIB / SWFRM.FRM (.txt) < prev    next >
Visual Basic Form  |  1993-12-01  |  2KB  |  37 lines

  1. SWFrm
  2. Swapping
  3. Form1*
  4. Label1
  5.  Swap Values
  6. 12345
  7. Label2
  8.  Swap Strings
  9. String One
  10. Second Str$
  11. swCmd
  12. Form_Paint
  13.     EmbossFrm
  14. SWFrm
  15. EmpressFrm
  16. concaveFrm
  17. ConcaveCtl
  18. swCmd_Click
  19. MsgSent
  20. SwapI
  21. SwapStr
  22. Form_Paint
  23. swCmd_Click
  24.  Message sent flag - don't wanna bug user
  25. make sure SwapValue 1 is INT
  26.  compare to simple value in case there is a decimald
  27.  use WIN's MessageBox to note restrictions
  28. We are only doing INTEGER Swaps here   '["
  29. WGlib"
  30.  Set flag so second test msg is not redundant
  31.  same thing for second value
  32. We are only doing INTEGER Swaps here   '["
  33. WGlib"
  34.  swap values, restore to text box control'
  35. assign test to string vars
  36.  swap and restore to .Text propertyo
  37.