home *** CD-ROM | disk | FTP | other *** search
/ On Hand / On_Hand_From_Softbank_1994_Release_2_Disc_2_1994.iso / 00003 / s / topiclst.fr$ / topiclst.bin (.txt)
Visual Basic Form  |  1993-01-01  |  6KB  |  149 lines

  1. Topics
  2. Select Project
  3. wwwww
  4. wp|||
  5. wwp|||
  6. wwwp|||
  7. wwwwwwww
  8. Form1%
  9. Label1
  10. Select a project to analyze:
  11. TopicsList
  12. TopicsLabel
  13. TopicsLabel
  14. WINPROJ|System
  15. Topics
  16. About
  17. About...
  18. Cancel
  19. Cancel
  20. TopicsList_Click
  21. Form_Click
  22. Get_Which_Project
  23. TopicsList\
  24. LinkHolderi
  25.     LinkTopics
  26. PROJNAME
  27. LinkItem
  28. LinkMode
  29. LinkHolder_Change
  30. CRPosition
  31. Caption
  32. Start
  33. List1F
  34. TopicsList_ChangeX
  35. ListBox
  36. TopicsLabel_Change
  37. TopicsLabel
  38. Form_LinkOpen
  39. Cancel^
  40.     Form_Loadj
  41. TabPosition
  42. TopicsList_DblClick
  43. Topics_ListO
  44. Unload
  45. topics
  46. Command1_Click
  47. OK_Click
  48. link'
  49.     Microsoft=
  50. Project
  51. Looking%
  52. closely
  53. since
  54. followed
  55. topic
  56. Form_LinkError
  57. LinkErra
  58. Enabled
  59. Command2_Click
  60. Cancel_Click
  61. About_ClickO
  62. AboutBox
  63. Value?
  64. HideLoad
  65. Screen
  66. Width
  67. Height
  68. ErrorHandler
  69. Handler
  70. Label1_Click
  71. click
  72. nothing
  73. unless
  74. selected
  75.     something
  76. request
  77. captioning
  78. SetListSeparator
  79. ViewFile
  80. RestoreListSeparator
  81. TopicsLabel_Change
  82.  Update the list box TopicsList with information grabbed from MS Project
  83.  when Get_Info_From_MSProject was called.o
  84.  Since the last topic is not followed by a tab character, it is discarded.
  85.  This item is the "System" topic, which you don't want to include sincee
  86.  it is not a project.s
  87.  Tab-delimited
  88. Form_Load
  89.  Prepare for LinkRequests
  90.  Center form on screen
  91.  Center form horizontally
  92.  Center form verticallyl
  93.  Get list of open projects from Microsoft Project.  These are thee
  94.  topics used for DDE. 
  95.  MS Project not running?
  96. Topics
  97.  Request list of topicso
  98.  Turn off error checking
  99.     Exit Sub
  100.  Routine to handle DDE error while requesting list of topics
  101.  No chnl open or app not respondingp
  102. Analyzer is having difficulty connecting to Microsoft 
  103. Project.  Make sure it is running before trying 
  104. to use Analyzer.
  105.  Exit Analyzer
  106.  Not error #293, so let user
  107.  know what happened
  108.  and let them continue
  109. TopicsList_DblClick
  110.  Simulate a click on the OK button control if the user double-clicked.
  111.  Double-click does nothing unless the user has selected something, since
  112.  the OK button is not enabled until the user makes a selection..
  113. OK_Click
  114.  Open Main form window to begin analysis; set the global
  115.  PROJNAME variable to be the select project.  It will be usede
  116.  as the DDE request topic and to set the caption for the Main.
  117.  form window title bar.t
  118. TopicsList_Click
  119.    Enable OK button control if the user selected something
  120. Cancel_Click
  121. About_Click
  122. SetListSeparator
  123.  Copy the list separator character from Microsoft Project,
  124.  and replace it with a comma.  This is necessary so that
  125.  LinkRequest statements will be understood by MS Project.
  126.  This subroutine should be called before any LinkRequests
  127.  are performed, and should always be paired with a subsequentt
  128.  call to RestoreListSeparator.
  129.  No Clipboard operations should be made between these twou
  130.  calls, since the list separator is held there. 
  131. WINPROJ|System
  132. AppExecute
  133.  Prepare MS Project to accept SendKeys
  134. {F10}op{PGDN 4}{F2}{HOME}+{RIGHT}^c{ESCAPE 2}"
  135. AppMinimize"
  136.  Minimize Microsoft Project 
  137. OptionsPreferences .ListSeparator=[,]"
  138. RestoreListSeparator
  139.  Restore the list separator character in Microsoft Project
  140.  from the Clipboard.  SetListSeparator should be called before
  141.  calling RestoreListSeparator.
  142.  See SetListSeparator for more information.l
  143. WINPROJ|System
  144. AppExecute
  145.  Prepare MS Project to accept SendKeys
  146. {F10}op{PGDN 4}{F2}{HOME}+{RIGHT}+{INSERT}{ENTER 2}"
  147. AppMinimize"
  148.  Minimize Microsoft Project 
  149.