home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / find_win / findwnd.frm (.txt) next >
Visual Basic Form  |  1992-01-28  |  3KB  |  69 lines

  1. Form1
  2. Find Window
  3. wwwwwwwwwwwp
  4. wwwwwwwwwwwp
  5. wwwwwwwx
  6. wwwwwwwx
  7. wwwwwwwx
  8. Form1,
  9. Picture1
  10. btnFind
  11. &Find
  12. Text1
  13. XLMAIN
  14. btnQuit
  15. &Quit
  16. Text2
  17. Microsoft Excel
  18. FindWindow
  19. lpClassName
  20.     lpCaption
  21.     KEY_ENTER
  22. Form_Paint_
  23. CurrentX
  24. CurrentY
  25. btnFind_Click
  26. Text1
  27. Text2
  28. Picture1
  29. btnQuit_Click/
  30. Text1_KeyPress
  31. KeyAscii
  32. Text2_KeyPress
  33. Form_Resize
  34. Form_Unload
  35. Cancel|
  36.  Find Window
  37. *   Find Window allows you to type a Caption and/or
  38. *   ClassName into the textboxes on the form and see
  39. *   if a Window exists that matches those criteria.  I   *''
  40. *   use it to check on the format of captions used in
  41. *   applications to make sure I haven't mistaken a set   *''
  42. *   of parenthesis for a set of square brackets, etc...  *''
  43. *   It's also useful when you use SPY to find Class
  44. *   Names and you want to make sure it's not lying to
  45. *   you<g>.  Do with it as you will.
  46. , *' 
  47. *   Let me know if you find it useful, or not.
  48. *   Gregg Irwin CIS:ID  72450,676
  49. userr
  50. Form_Paint
  51. ClassName :"u
  52. Caption :"u
  53.  ClassName Only"u
  54.  Caption Only"u
  55.  Class & Captionu
  56. btnFind_Click
  57.  Handle = t
  58.  Handle = t
  59.  Handle = t
  60. btnQuit_Click
  61. Text1_KeyPress
  62. If Enter is hit
  63. Supress beep
  64. {TAB}"
  65. Go to next field
  66. Text2_KeyPress
  67. {TAB}"
  68. Form_Unload
  69.