home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / hlp_auth / vbubble / bubtest.frm (.txt) < prev   
Encoding:
Visual Basic Form  |  1991-12-31  |  2.0 KB  |  49 lines

  1. Form1
  2. Bubble Help Example
  3. Form1
  4. Command1_Click
  5. CreateBubble
  6. DeleteBubble
  7. Form_Click
  8. Form_DblClick
  9. @    Form_Load
  10. Form_MouseMove
  11. Button
  12. Shift{
  13. MouseX[
  14. MouseY
  15. Form_MouseDown-
  16. MiuseY
  17. Form1
  18. Form_Painta
  19.     available
  20. Visual
  21. Basic
  22. BUBBLEr
  23. Click
  24. mouse
  25. window
  26. again
  27. Command1_GotFocus
  28. Command1_KeyDown
  29. KeyCode
  30. Picture1_Click
  31. Picture1_MouseDown
  32. Check1_Click:
  33. Form_Load
  34. Form_MouseDown
  35.  Save current mouse position as integers
  36.  so we can use the position.
  37. Bubble Help Test
  38. This is a Bubble Help test window. The right mouse button closes this window."
  39. Form_Paint
  40. This is an example of the 'Bubble Help' window available to Visual Basicu
  41.    by using BUBBLE.DLL. Click the right mouse button on this window tou
  42.    activate the window, press it again to get rid of the window again.u
  43.    There's really nothing to using the Bubble Help window. Simply callu
  44.    CreateBubble() with the position, size and text to print and the"u
  45.    window appears. Call DeleteBubble() with the window handle returnedu
  46.    from CreateBubble() to delete it. In this case, the right mouseu
  47.    button is the trigger. It gets the current mouse position from Visualu
  48.    Basic and that's where the Bubble Help window goes.u
  49.