home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / vb_mail / mailbox.frm (.txt) < prev    next >
Visual Basic Form  |  1991-09-09  |  6KB  |  140 lines

  1. MailBox
  2. Mailbox
  3. Form2+
  4. Label3
  5.  Date     From            Subject
  6. Terminal
  7. MailList
  8. System
  9. MsgText
  10. ID_FILE
  11. &File
  12. ID_OPEN
  13. &Open...
  14.     ID_EDITOR
  15. &Editor
  16. ID_MAILBOX
  17. &Mailbox
  18. ID_MAILFILES
  19. Mail &Files
  20. ID_REPLY
  21. &Reply
  22. ID_SAVE
  23. &Save
  24.     ID_DELETE
  25. &Delete
  26. ID_EXIT
  27. E&xit
  28. ID_EDIT
  29. &Edit
  30. ID_COPY
  31. &Copy        Ctrl+Ins
  32. @    Form_Load
  33. RebuildMailBox
  34. MailList_Click
  35. MailList$
  36. List#
  37.     ListIndex>
  38. MsgFromK
  39. MsgDate
  40. MyUserIdM
  41. MsgSubjectL
  42. ConvertCharW
  43. Mailbox
  44. MsgText`
  45. ID_EDITOR_Clickv
  46.     ExtensionZ
  47. LoadMailBox
  48. WindowState
  49.     MINIMIZED
  50. Editor
  51. NORMAL
  52. MsgText_KeyPress
  53. KeyAscii1
  54. ID_DELETE_Click?
  55. MB_YESNO6
  56. IDYES
  57. MsgFile
  58. DeleteMessage
  59. MailList_KeyDown
  60. KeyCode
  61. Shift
  62. KEY_DELETE
  63.     ListCount
  64. ID_REPLY_Click
  65. Reply
  66. Caption
  67. MsgSubj
  68. SetMailBoxIcon
  69.     ReplyText
  70. ID_MAILBOX_Click
  71. ID_SAVE_Click1
  72. Form_Unload
  73. Cancel
  74. CanExit
  75. ID_EXIT_Clickm
  76. ID_MAILFILES_Click
  77. MailPending
  78. FALSE
  79. FixMenu
  80. Form_Paint
  81. fpath
  82. AddMessage
  83. MsgText_KeyDown
  84.     NoClipBrd~
  85. ID_COPY_Click
  86. ID_EDIT_Click
  87. ID_COPY
  88. Enabled
  89.     SelLength
  90. Form_Load
  91. - Load Messages into the MailBox Whenever it is Loaded
  92. MailList_Click
  93. - Select an Entry in the MailList Listbox
  94. - Extract the data items 
  95. - Convert text tokens to quotes
  96. -Build the message into the message formx
  97. ID_EDITOR_Click
  98. - File/Open/Editor Menu Command
  99. MSG"$
  100. MsgText_KeyPress
  101. - MsgText Textbox is Read-Only. Intercept Keystrokese
  102. ID_DELETE_Click
  103. - File/Delete Menu CommandO
  104. Delete the selected message?
  105. MailList_KeyDown
  106. - Intercept the Del Key on the MailList Listbox
  107. ID_REPLY_Click
  108. - File/Reply Menu Command
  109. ID_MAILBOX_Click
  110. - File/Open/Mailbox Menu Commanda
  111. MSG"$
  112. ID_SAVE_Click
  113. - File/Save Menu Command 
  114. Form_Unload
  115. - Exit from VBMAIL (if permitted)
  116. ID_EXIT_Click
  117. - File/Exit Menu Commande
  118. ID_MAILFILES_Click
  119. - File/Open/Mail Files Menu Command
  120. FIL"$
  121. DeleteMessage
  122. - Delete a Message from the MailList Listboxb
  123. MsgFile
  124.  --- Extract the Message Filename from the current
  125.  MailList Listbox EntryF
  126. Form_Paint
  127. - Called by VB to Paint the Form
  128. RebuildMailBox
  129. - Clear and Load the MailBox Form with Messages
  130. - Extension = "MSG" or "FIL" 
  131. -Clear any existing messages 
  132. -Gather messagesi
  133. MsgText_KeyDown
  134. - MsgText Text Box is Read-only. Prevent Cut, Paste, Delete
  135. ID_COPY_Click
  136. - Edit/Copy Menu Commanda
  137. ^{INSERT}"
  138. ID_EDIT_Click
  139. - Edit Menubar Selectiona
  140.