home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / COMMON / TOOLS / VCM / VCMMGR.DLL / 1033 / TEXT / SAMPLEINFO
Encoding:
Text File  |  1998-06-18  |  13.7 KB  |  399 lines

  1. *ALARM.VBP
  2. Sample alarm project that demonstrates the use of the Timer control.
  3. *END
  4. *ALARM.VBP[KW]
  5. Timer,Timer Control
  6. *END
  7.  
  8. *CALC.VBP
  9. Sample Calculator application demonstrating control arrays.
  10. *END
  11. *CALC.VBP[KW]
  12. Control,Array,Control Array
  13. *END
  14.  
  15. *DILAER.VBP
  16. Dialer is a phone dialing program using the MSComm control. The sample demonstrates how to use the MSComm control with a serial port.
  17. *END
  18. *DILAER.VBP[KW]
  19. Serial,Comm Port,MSComm,Dialer
  20. *END
  21.  
  22. *MCITEST.VBP
  23. Sample of the MCI control used to play Wav and MIDI files.
  24. *END
  25. *MCITEST.VBP[KW]
  26. MCI,MCI Control,Multi Media,Wave,WAV,MIDI
  27. *END
  28.  
  29. *ACTXDOC.VBP
  30. This is a simple ActiveX document-based application. Two ActiveX documents (FirstDoc.vbd, and SecndDoc.vbd) incorporate features such as passing data from one document to another, as well as use of the HyperLink object.
  31. *END
  32. *ACTXDOC.VBP[KW]
  33. ActiveX,Doc Object,Document,VBD,HyperLink
  34. *END
  35.  
  36. *AECLIENT.VBP
  37. Client component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
  38. *END
  39. *AECLIENT.VBP[KW]
  40. Performance,COM,Client
  41. *END
  42.  
  43. *AEEXPDTR.VBP
  44. Expeditor component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
  45. *END
  46. *AEEXPDTR.VBP[KW]
  47. Performance,COM,Expedite
  48. *END
  49.  
  50. *AEINSTNR.VBP
  51. Process instancer component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
  52. *END
  53. *AEINSTNR.VBP[KW]
  54. Performance,COM,Process,Instance
  55. *END
  56.  
  57. *AELOGGER.VBP
  58. Logger component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
  59. *END
  60. *AELOGGER.VBP[KW]
  61. Performance,COM,Log,Logger
  62. *END
  63.  
  64. *AEPOOL.VBP
  65. Pool Manager component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
  66. *END
  67. *AEPOOL.VBP[KW]
  68. Performance,COM,Pool Manager
  69. *END
  70.  
  71. *AEQUEUE.VBP
  72. Queue Manager component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
  73. *END
  74. *AEQUEUE.VBP[KW]
  75. Performance,COM,Queue
  76. *END
  77.  
  78. *AESERVIC.VBP
  79. Service component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
  80. *END
  81. *AESERVIC.VBP[KW]
  82. Performance,COM,Service
  83. *END
  84.  
  85. *AEWORKER.VBP
  86. Worker component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
  87. *END
  88. *AEWORKER.VBP[KW]
  89. Performance,COM,Worker
  90. *END
  91.  
  92. *AEWRKPVD.VBP
  93. Work Provider component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
  94. *END
  95. *AEWRKPVD.VBP[KW]
  96. Performance,COM,Work Provider
  97. *END
  98.  
  99. *ATM.VBP
  100. This sample application demonstrates how to use a resource file. This application produces the screen for an automated teller machine (ATM) that lets the user perform a bank transaction in one of several languages, such as English, French, or German.
  101. *END
  102. *ATM.VBP[KW]
  103. Resource,RC,RES,Localize,Language
  104. *END
  105.  
  106. *BIBLIO.VBP
  107. This sample allows you to browse the Biblio.mdb database (located in the root Visual Basic directory). It demonstrates the Data control. For more information, see Chapter 12, "Accessing Databases with the Data control," in the Programmer's Guide.
  108. *END
  109. *BIBLIO.VBP[KW]
  110. MDB,Database,Data Control,DAO
  111. *END
  112.  
  113. *BLANKER.VBP
  114. This sample demonstrates some of the graphics techniques found in Chapter 15, "Creating Graphics for Applications," of the Programmer's Guide. The sample uses the Image, Line, PictureBox, Shape, and Timer controls.
  115. *END
  116. *BLANKER.VBP[KW]
  117. Screen Saver,Graphics
  118. *END
  119.  
  120. *BOOK_CLI.VBP
  121. Client component of an automation server that encapsulates the logic of business policies and rules and to provide black box services to an external User Interface component.
  122. *END
  123. *BOOK_CLI.VBP[KW]
  124. Client,Automation,Remote,Business,Rule,Server
  125. *END
  126.  
  127. *BOOK_SVR.VBP
  128. Server component of an automation server that encapsulates the logic of business policies and rules and to provide black box services to an external User Interface component.
  129. *END
  130. *BOOK_SVR.VBP[KW]
  131. Client,Automation,Remote,Business,Rule,Server
  132. *END
  133.  
  134. *CLBK_CLI.VBP
  135. This sample demonstrates the use of an ActiveX object pointer being passed to an external (and optionally remote) ActiveX server component.
  136. *END
  137. *CLBK_CLI.VBP[KW]
  138. ActiveX,Object,Pointer,Remote,Client,Server
  139. *END
  140.  
  141. *CLBK_SVR.VBP
  142. This sample demonstrates the use of an ActiveX object pointer being passed to an external (and optionally remote) ActiveX server component.
  143. *END
  144. *CLBK_SVR.VBP[KW]
  145. ActiveX,Object,Pointer,Remote,Client,Server
  146. *END
  147.  
  148. *CALLDLLS.VBP
  149. This sample demonstrates calling procedures in Dynamic-link libraries (DLLs). For more information, see Chapter 26, "Calling Procedures in DLLs," of the Programmer's Guide.
  150. *END
  151. *CALLDLLS.VBP[KW]
  152. API,DLL,Windows
  153. *END
  154.  
  155. *COFFEE2.VBP
  156. Component of Coffee sample that demonstrates asynchronous notifications using call-back methods.
  157. *END
  158. *COFFEE2.VBP[KW]
  159. Asynchronous,Callback,Call-Back,Notification
  160. *END
  161.  
  162. *COFFWAT2.VBP
  163. Component of Coffee sample that demonstrates asynchronous notifications using events.
  164. *END
  165. *COFFWAT2.VBP[KW]
  166. Asynchronous,Event,Call-Back,Notification
  167. *END
  168.  
  169. *MTCOFFEE.VBP
  170. Multithreaded component of Coffee sample.
  171. *END
  172. *MTCOFFEE.VBP[KW]
  173. Multithread,Multithreading,Multithreaded
  174. *END
  175.  
  176. *XTIMERS.VBP
  177. Helper project for Coffee sample that provides a code-only timer used by Coffee2 and MTCoffee.
  178. *END
  179. *XTIMERS.VBP[KW]
  180. Timer
  181. *END
  182.  
  183. *CTLPLUS.VBP
  184. CtlPlus demonstrates a number of features of Visual Basic-Authored ActiveX Controls.
  185. *END
  186. *CTLPLUS.VBP[KW]
  187. ActiveX,User Control,Control
  188. *END
  189.  
  190. *TESTCTLP.VBP
  191. Test program for CtlPlus.
  192. *END
  193. *TESTCTLP.VBP[KW]
  194. ActiveX,User Control,Control,Test
  195. *END
  196.  
  197. *CONTROLS.VBP
  198. This sample application demonstrates the use of Visual Basic controls such as the TextBox, CommandButton, Image and others. The sample illustrates the usage of many standard properties.
  199. *END
  200. *CONTROLS.VBP[KW]
  201. Conrol,TextBox,CommandButton,Image,CheckBox,OptionButton
  202. *END
  203.  
  204. *DATATREE.VBP
  205. The DataTree sample application demonstrates how to use the TreeView control and the ListView control to view the contents of a small database (Biblio.mdb). The ProgressBar control gives a visual indication of how long a process is taking.
  206. *END
  207. *DATATREE.VBP[KW]
  208. TreeView,ListView,ProgressBar,Biblio
  209. *END
  210.  
  211. *ERRORS.VBP
  212. This sample application demonstrates various Visual Basic error handling techniques, including examples of inline and centralized error handling.
  213. *END
  214. *ERRORS.VBP[KW]
  215. Error,Handler,Global,Err.Raise,Err
  216. *END
  217.  
  218. *WINSEEK.VBP
  219. This sample application allows the user to search a directory for specific files, or files with a particular extension. The sample uses file-system controls such as the File ListBox, Drive ListBox, and Directory ListBox controls.
  220. *END
  221. *WINSEEK.VBP[KW]
  222. File,Control,Drive,Directory,File ListBox,Drive ListBox,Directory ListBox
  223. *END
  224.  
  225. *FIRSTAPP.VBP
  226. This sample application demonstrates the usage of the Data Control with other data aware controls. It provides a simple introduction to assigning properties at run-time.
  227. *END
  228. *FIRSTAPP.VBP[KW]
  229. Data,Data Control,Property,Properties
  230. *END
  231.  
  232. *GEOFACTS.VBP
  233. The GeoFacts sample application demonstrates how to work with objects provided by other applications. Using the reference returned by the GetObject function, two ComboBox controls and a ListBox control are filled with data from an Excel spreadsheet.
  234. *END
  235. *GEOFACTS.VBP[KW]
  236. GetObject,CreateObject,Automation,OLE,Server
  237. *END
  238.  
  239. *HELO_SVR.VBP
  240. Server component of a 6-line Hello World sample that demonstrates one of the simplest examples of Remote Automation and DCOM. The application runs on both a single machine and in a 2-machine distributed configuration without needing to be recompiled.
  241. *END
  242. *HELO_SVR.VBP[KW]
  243. Remote,Automation,Remote Automation,Server,DCOM
  244. *END
  245.  
  246. *HELO_CLI.VBP
  247. Client component of a 6-line Hello World sample that demonstrates one of the simplest examples of Remote Automation and DCOM. The application runs on both a single machine and in a 2-machine distributed configuration without needing to be recompiled.
  248. *END
  249. *HELO_CLI.VBP[KW]
  250. Remote,Automation,Remote Automation,Client,DCOM
  251. *END
  252.  
  253. *INTR_SVR.VBP
  254. Server component of a sample that demonstrates a way to make more efficient user of COM's "apartment model" resource allocation algorithm when the context of an entire project needs to be preserved for a specific client.
  255. *END
  256. *INTR_SVR.VBP[KW]
  257. COM,Apartment,Server
  258. *END
  259.  
  260. *INTR_CLI.VBP
  261. Client component of a sample that demonstrates a way to make more efficient user of COM's "apartment model" resource allocation algorithm when the context of an entire project needs to be preserved for a specific client.
  262. *END
  263. *INTR_CLI.VBP[KW]
  264. COM,Apartment,Client
  265. *END
  266.  
  267. *LISTCMBO.VBP
  268. This sample program demonstrates data binding to the standard ListBox and ComboBox controls.
  269. *END
  270. *LISTCMBO.VBP[KW]
  271. Data,Database,Data Control,Binding,Bound,Data Bound,Data Binding,Listbox,ComboBox
  272. *END
  273.  
  274. *MDINOTE.VBP
  275. This sample application demonstrates a Multiple Document Interface (MDI) notepad application. It also provides an introduction to menu creation.
  276. *END
  277. *MDINOTE.VBP[KW]
  278. MDI,Document,Editor
  279. *END
  280.  
  281. *FLEX.VBP
  282. The MSFlexGd sample application demonstrates the MSFlexGrid control.
  283. *END
  284. *MSFLEXGD.VBP[KW]
  285. Grid,FlexGrid,Flex Grid
  286. *END
  287.  
  288. *OLECONT.VBP
  289. This sample application demonstrates the capabilities of the OLE Container control. The sample allows you to save or open OLE objects using the SaveToFile and ReadFromFile methods. For more information, see Chapter 8 in the Programmer's Guide.
  290. *END
  291. *OLECONT.VBP[KW]
  292. OLE,Container,Control
  293. *END
  294.  
  295. *OPTIMIZE.VBP
  296. This sample application demonstrates several optimization techniques for Visual Basic. Speed comparisons are made between various coding techniques to illustrate performance differences.
  297. *END
  298. *OPTIMIZE.VBP[KW]
  299. Optimize,Optimization,Performance
  300. *END
  301.  
  302. *PALETTES.VBP
  303. This sample application demonstrates the effects of different PaletteMode settings on 256 color images. It also provides an introduction to the Picture object.
  304. *END
  305. *PALETTES.VBP[KW]
  306. Palette,Color,Mode,Graphics
  307. *END
  308.  
  309. *PASS_SVR.VBP
  310. Server component of an example of a simple pass-through server. It has one method called RunServer, which takes a ProgID parameter of the server that is to be started.
  311. *END
  312. *PASS_SVR.VBP[KW]
  313. PassThrough,Server,ProgID
  314. *END
  315.  
  316. *PASS_CLI.VBP
  317. Client component of an example of a simple pass-through server. It has one method called RunServer, which takes a ProgID parameter of the server that is to be started.
  318. *END
  319. *PASS_CLI.VBP[KW]
  320. PassThrough,Server,ProgID,Client
  321. *END
  322.  
  323. *REDTOP.VBP
  324. This sample program demonstrates one of the possible uses of the PictureClip control. This sample application uses the PictureClip control to spin a top.
  325. *END
  326. *REDTOP.VBP[KW]
  327. PicClip,Picture,Graphics
  328. *END
  329.  
  330. *PMGR_SVR.VBP
  331. Server component of an example of a simple pool manager that could be used to maintain open instances of Automation servers for client applications. Using this scheme, client applications ask the pool manager for a pointer to an object they want to use.
  332. *END
  333. *PMGR_SVR.VBP[KW]
  334. Pool Manager,Server,Instance,Remote Automation
  335. *END
  336.  
  337. *PMGR_CLI.VBP
  338. Client component of an example of a simple pool manager that could be used to maintain open instances of Automation servers for client applications. Using this scheme, client applications ask the pool manager for a pointer to an object they want to use.
  339. *END
  340. *PMGR_CLI.VBP[KW]
  341. Pool Manager,Server,Instance,Remote Automation,Client
  342. *END
  343.  
  344. *PROGWOB.VBP
  345. ProgWOb.vbp demonstrates concepts from Chapter 9, "Programming with Objects," in the Visual Basic ProgrammerÆs Guide, including creating collection classes, events, the Implements statement, polymorphism, and Friend procedures.
  346. *END
  347. *PROGWOB.VBP[KW]
  348. Class,Object,Collection,Object Model,OOP,Private,Implements,Public,Instance
  349. *END
  350.  
  351. *SDINOTE.VBP
  352. This sample application demonstrates a Single Document Interface (SDI) notepad application. It also provides an introduction to menu creation and toolbars.
  353. *END
  354. *SDINOTE.VBP[KW]
  355. SDI,Editor,Document
  356. *END
  357.  
  358. *TABORDER.VBP
  359. The TabOrder sample application uses the VB5 extensibility model, as well as traditional VB techniques, to reset the tab order of a given form. See Chapter 3, "How to Build an Add-In," in the Component Tools Guide.
  360. *END
  361. *TABORDER.VBP[KW]
  362. AddIn,Add-In,Extensibility,TabIndex
  363. *END
  364.  
  365. *UNBNDGRD.VBP
  366. The UnBound DBGrid sample application is a simple program that illustrates how to use the DBGrid control in unbound mode (DataMode = 1).
  367. *END
  368. *UNBNDGRD.VBP[KW]
  369. Grid,Unbound,Unbound Grid,DBGrid
  370. *END
  371.  
  372. *VBMAIL.VBP
  373. This sample program demonstrates the use of the MAPI controls by sending and receiving electronic mail. It uses the messaging application programming interface (MAPI) controls: MAPI messages and MAPI session.
  374. *END
  375. *VBMAIL.VBP[KW]
  376. Mail,MAPI,Send,Receive,Email,Session
  377. *END
  378.  
  379. *VBTERM.VBP
  380. VBTerm is a terminal emulation program using the MSComm control. The sample demonstrates how to use the MSComm control with a serial port.
  381. *END
  382. *VBTERM.VBP[KW]
  383. Serial,Comm Port,Terminal,MSComm
  384. *END
  385.  
  386. *VCR.VBP
  387. This sample application demonstrates how Visual Basic classes can be modeled after real-world objects such as a VCR.
  388. *END
  389. *VCR.VBP[KW]
  390. Class,Graphics,Object
  391. *END
  392.  
  393. *VISDATA.VBP
  394. This sample program demonstrates various programming techniques used to access data through the Data Access Object (DAO) layer built into the Visual Basic Professional Edition.
  395. *END
  396. *VISDATA.VBP[KW]
  397. Database,Data,DAO,ODBC,Table,Query,Tabledef,Querydef,Recordset,Dynaset,Snapshot,Passthrough,SQL,Data Bound,Data Control,Treeview,Toolbar
  398. *END