home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / CODIGO_1 / MORE_API / WVS.FRM (.txt) < prev   
Encoding:
Visual Basic Form  |  1991-09-30  |  2.1 KB  |  59 lines

  1. WVSPrintF Demo
  2. Form1
  3. Command1
  4. Unsigned
  5. Label1
  6. Label1
  7. Label2
  8. Label2
  9. Command2
  10. Label3
  11. Label3
  12. Command3
  13.     Int Array
  14. Label4
  15. Label4
  16. Command4
  17.     Make Long
  18. Label5
  19. Label5
  20. Command5
  21. Hex Dump
  22.     WVSPrintFs
  23. lpOutput
  24. lpFormat
  25.     lpArglistl
  26. Form_Click
  27. Command1_Click{
  28. label1
  29. caption
  30. labe1
  31. Command2_Click
  32. label2
  33. Command3_Click`
  34. label3
  35. MyArrayD
  36. Command4_Click
  37. label4
  38. MakeLongArray
  39. Command5_Click
  40. label5
  41. IntArray
  42. FormatArray
  43. AString4
  44. Userg
  45. Command1_Click
  46. The unsigned value of -29108 is %u
  47. Command2_Click
  48. Decimal 1991 is Hex %04X
  49. Command3_Click
  50. Decimal 42 is Hex %X
  51. Decimal 43 is Hex %X
  52. Command4_Click
  53. Low Word
  54. High Word
  55.     x% = WVSPrintF(Buf$, "Low Word = 2, High Word = 23" + Chr$(10) + "MakeLong = %li", MakeLongArray%(1))
  56. Command5_Click
  57. Visual Basic
  58. The next line is a Hex Dump of: 'Visual Basic'
  59.