home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / mhelp / mhelp.frm (.txt) < prev    next >
Visual Basic Form  |  1992-01-29  |  2KB  |  55 lines

  1. Form1
  2. Demo for MHELP.VBX
  3. Form1
  4. OKButton
  5. List1
  6. OKButton_Click
  7. ButtonhWnd
  8. MhCtrlHwnd
  9. OkButton
  10. List1
  11. Form_Click
  12. @    Form_Load
  13.     StringSeg
  14. SStringOffset
  15. SegHex
  16. OffHex
  17. StringOffset
  18. PeekResult-
  19. MhPeekByte8
  20. AddItme
  21. MhPokeByteK
  22. Form1
  23. LongResult
  24. SSegAddr
  25. SSegAdd
  26. TestVal
  27. IntSeg
  28. VarSeg
  29. IntOff
  30. VarPtr
  31. Result
  32.     VarSegPtr
  33. Form_Load
  34.  Demonstrate MhCtrlHwndc
  35. The hWnd for the 'OK' button is"
  36.  Getting a string's address 
  37. This is a string
  38. Lin$ = "
  39. The segmented address for Lin$ is 
  40. Using single call, same value  is 
  41.  Get address again, in case moveda
  42.  Demonstrate PEEK and POKE
  43. Peek result from first char of string is "
  44. Using MhPokeByte, changed first char of Lin$ to 
  45. Lin$ = "
  46.  Get address for non-string variable
  47. The segmented address for TestVal% is 
  48. Using single call, same value  is 
  49.  INP and OUT
  50.  *** Following code is Rem'd so does not execute
  51. Result% = Inp(&H21)
  52.  ' Interrupt mask
  53. Out &H21, Result%1
  54. OKButton_Click
  55.