home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / QBAS / VBPOINT.ZIP / VBPOINT.FRM (.txt) < prev    next >
Visual Basic Form  |  1991-10-03  |  2KB  |  54 lines

  1. Form1
  2. Testing Pointers
  3. Form1
  4. Command1
  5. Parse
  6. Label1
  7. .<-- Click here to parse the environment table.
  8. List1
  9. Command2
  10. MKI$/CVI
  11. Label2
  12. .<-- Click here to test the numeric conversions
  13. Form_Clickx
  14. LP2Str
  15. Pointer
  16. GetDosEnvironment
  17. Command1_Click
  18.     MyPointer
  19. MyString
  20. MyStr
  21. MyInt
  22. MyLen
  23. LStrLen
  24. LPSTRg
  25. List1
  26.     AddString!
  27. ShortInt@
  28. MKLLG
  29. LongInt
  30. Str2LP
  31. nBytes
  32. IntStr
  33. LongStr
  34. Command2_Click
  35. TestInt
  36. NewInt
  37. Kernel
  38. This is a Win API function that returns the length of aa
  39. null-terminated string or LPSTR 
  40. Kernel
  41. This function returns a VB string from a long pointer to
  42. a buffer which can be an LPSTR, or just a pointer to memoryl
  43. VBPOINT.DLL
  44. This sub will copy bytes from one address to another
  45. VBPOINT.DLL
  46. Command1_Click
  47. Command2_Click
  48. Enter an integer value to convert:
  49. Test MKI$ & CVI"
  50. Chr$("
  51. ) + Chr$ (
  52. Converted to a string"
  53. And converted back..."
  54.