home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / CODIGO_2 / TIMEFRAM / TIMEFRAM.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-03-19  |  4.2 KB  |  108 lines

  1. Form1
  2.     TimeFrame
  3. Form1%
  4. btnEnd
  5. Timer1
  6. btnOk
  7. Frame1
  8. Clock Position
  9.     rbtnRight
  10. on the Right
  11. rbtnLeft
  12. on the Left
  13. scrInterval    
  14. Label3
  15. by  J. Br
  16. MS Sans Serif
  17. Label2
  18. lblInterval
  19. Label1
  20. Interval
  21. Timer1_Timer\
  22. lblTime~
  23. caption
  24. GetTim
  25. btnOk_Click
  26. Peekerp
  27. Form1
  28. hactwin
  29. GetActiveWindow
  30.     lblActWin
  31. acwincap
  32. GetWindowTextu
  33. dummy
  34. lblActWinCap!
  35. hawin
  36. awincap
  37. GetModuleFileName
  38. SetWindowText
  39. substrU
  40. GetWindowTextLength
  41. awincaplenR
  42. caplen
  43. lblActWinCap_Click
  44. hiawin
  45. GetWindowWord
  46. GWW_HINSTANCE
  47. lblActWinModh
  48. lblIActWinw
  49. lblTime_Click)
  50. holdwin
  51. capold
  52. Form_Click
  53. @    Form_Load<
  54. hownwin
  55. txtInterval_Change
  56. Timer1%
  57. interval
  58. txtIntervalK
  59. scrInterval
  60. Value
  61. lblInterval6
  62. scrInterval_Change
  63. Timer
  64. Label1_Click
  65. Form_Unload
  66. Cancel
  67. strin}
  68. WindowState
  69. Form_Resize
  70. btnEnd_Click
  71. init_interval
  72. init_timer
  73. parent
  74.     parentwin
  75. SetActiveWindow
  76. newcap
  77. acpold
  78. rbtnLeft
  79.  TIMEFRAME by J. BraeuchiP
  80.  Display current time in caption of active Windowt
  81.  Initial Interval (sec) 
  82.  Handle of Parentn
  83.  Handle of Old
  84.  Caption of Oldi    
  85. btnEnd_Click
  86.    End Program
  87. btnOk_Click
  88.    Minimize Program"
  89. Form_Load
  90.  Millisecondsm
  91. Form_Resize
  92.    Switch to parent if minimized
  93. Form_Unload
  94.    Disable Timer
  95.  Restore Caption
  96. scrInterval_Change
  97.    Interval Scrollbar Change
  98. Timer1_Timer
  99.    Add Current Time to Caption of Active Window
  100.  Handle of Active Window , exit if own handle
  101.  Update Time if still same Window active
  102.  Choose wether Clock is displayed left or right of caption
  103.  Restore Caption
  104.  Get Caption of active Window
  105.  +1 for terminating 0
  106.  cut terminating 0
  107.  immediate display
  108.