Sample alarm project that demonstrates the use of the Timer control.
*END
*ALARM.VBP[KW]
Timer,Timer Control
*END
*CALC.VBP
Sample Calculator application demonstrating control arrays.
*END
*CALC.VBP[KW]
Control,Array,Control Array
*END
*DILAER.VBP
Dialer is a phone dialing program using the MSComm control. The sample demonstrates how to use the MSComm control with a serial port.
*END
*DILAER.VBP[KW]
Serial,Comm Port,MSComm,Dialer
*END
*MCITEST.VBP
Sample of the MCI control used to play Wav and MIDI files.
*END
*MCITEST.VBP[KW]
MCI,MCI Control,Multi Media,Wave,WAV,MIDI
*END
*ACTXDOC.VBP
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.
*END
*ACTXDOC.VBP[KW]
ActiveX,Doc Object,Document,VBD,HyperLink
*END
*AECLIENT.VBP
Client component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
*END
*AECLIENT.VBP[KW]
Performance,COM,Client
*END
*AEEXPDTR.VBP
Expeditor component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
*END
*AEEXPDTR.VBP[KW]
Performance,COM,Expedite
*END
*AEINSTNR.VBP
Process instancer component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
*END
*AEINSTNR.VBP[KW]
Performance,COM,Process,Instance
*END
*AELOGGER.VBP
Logger component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
*END
*AELOGGER.VBP[KW]
Performance,COM,Log,Logger
*END
*AEPOOL.VBP
Pool Manager component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
*END
*AEPOOL.VBP[KW]
Performance,COM,Pool Manager
*END
*AEQUEUE.VBP
Queue Manager component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
*END
*AEQUEUE.VBP[KW]
Performance,COM,Queue
*END
*AESERVIC.VBP
Service component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
*END
*AESERVIC.VBP[KW]
Performance,COM,Service
*END
*AEWORKER.VBP
Worker component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
*END
*AEWORKER.VBP[KW]
Performance,COM,Worker
*END
*AEWRKPVD.VBP
Work Provider component of a sample application suite that demonstrates a number of COM and distributed application features in Visual Basic 5.0.
*END
*AEWRKPVD.VBP[KW]
Performance,COM,Work Provider
*END
*ATM.VBP
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.
*END
*ATM.VBP[KW]
Resource,RC,RES,Localize,Language
*END
*BIBLIO.VBP
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.
*END
*BIBLIO.VBP[KW]
MDB,Database,Data Control,DAO
*END
*BLANKER.VBP
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.
*END
*BLANKER.VBP[KW]
Screen Saver,Graphics
*END
*BOOK_CLI.VBP
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.
*END
*BOOK_CLI.VBP[KW]
Client,Automation,Remote,Business,Rule,Server
*END
*BOOK_SVR.VBP
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.
*END
*BOOK_SVR.VBP[KW]
Client,Automation,Remote,Business,Rule,Server
*END
*CLBK_CLI.VBP
This sample demonstrates the use of an ActiveX object pointer being passed to an external (and optionally remote) ActiveX server component.
*END
*CLBK_CLI.VBP[KW]
ActiveX,Object,Pointer,Remote,Client,Server
*END
*CLBK_SVR.VBP
This sample demonstrates the use of an ActiveX object pointer being passed to an external (and optionally remote) ActiveX server component.
*END
*CLBK_SVR.VBP[KW]
ActiveX,Object,Pointer,Remote,Client,Server
*END
*CALLDLLS.VBP
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.
*END
*CALLDLLS.VBP[KW]
API,DLL,Windows
*END
*COFFEE2.VBP
Component of Coffee sample that demonstrates asynchronous notifications using call-back methods.
*END
*COFFEE2.VBP[KW]
Asynchronous,Callback,Call-Back,Notification
*END
*COFFWAT2.VBP
Component of Coffee sample that demonstrates asynchronous notifications using events.
*END
*COFFWAT2.VBP[KW]
Asynchronous,Event,Call-Back,Notification
*END
*MTCOFFEE.VBP
Multithreaded component of Coffee sample.
*END
*MTCOFFEE.VBP[KW]
Multithread,Multithreading,Multithreaded
*END
*XTIMERS.VBP
Helper project for Coffee sample that provides a code-only timer used by Coffee2 and MTCoffee.
*END
*XTIMERS.VBP[KW]
Timer
*END
*CTLPLUS.VBP
CtlPlus demonstrates a number of features of Visual Basic-Authored ActiveX Controls.
*END
*CTLPLUS.VBP[KW]
ActiveX,User Control,Control
*END
*TESTCTLP.VBP
Test program for CtlPlus.
*END
*TESTCTLP.VBP[KW]
ActiveX,User Control,Control,Test
*END
*CONTROLS.VBP
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.
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.
*END
*DATATREE.VBP[KW]
TreeView,ListView,ProgressBar,Biblio
*END
*ERRORS.VBP
This sample application demonstrates various Visual Basic error handling techniques, including examples of inline and centralized error handling.
*END
*ERRORS.VBP[KW]
Error,Handler,Global,Err.Raise,Err
*END
*WINSEEK.VBP
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.
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.
*END
*FIRSTAPP.VBP[KW]
Data,Data Control,Property,Properties
*END
*GEOFACTS.VBP
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.
*END
*GEOFACTS.VBP[KW]
GetObject,CreateObject,Automation,OLE,Server
*END
*HELO_SVR.VBP
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.
*END
*HELO_SVR.VBP[KW]
Remote,Automation,Remote Automation,Server,DCOM
*END
*HELO_CLI.VBP
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.
*END
*HELO_CLI.VBP[KW]
Remote,Automation,Remote Automation,Client,DCOM
*END
*INTR_SVR.VBP
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.
*END
*INTR_SVR.VBP[KW]
COM,Apartment,Server
*END
*INTR_CLI.VBP
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.
*END
*INTR_CLI.VBP[KW]
COM,Apartment,Client
*END
*LISTCMBO.VBP
This sample program demonstrates data binding to the standard ListBox and ComboBox controls.
This sample application demonstrates a Multiple Document Interface (MDI) notepad application. It also provides an introduction to menu creation.
*END
*MDINOTE.VBP[KW]
MDI,Document,Editor
*END
*FLEX.VBP
The MSFlexGd sample application demonstrates the MSFlexGrid control.
*END
*MSFLEXGD.VBP[KW]
Grid,FlexGrid,Flex Grid
*END
*OLECONT.VBP
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.
*END
*OLECONT.VBP[KW]
OLE,Container,Control
*END
*OPTIMIZE.VBP
This sample application demonstrates several optimization techniques for Visual Basic. Speed comparisons are made between various coding techniques to illustrate performance differences.
*END
*OPTIMIZE.VBP[KW]
Optimize,Optimization,Performance
*END
*PALETTES.VBP
This sample application demonstrates the effects of different PaletteMode settings on 256 color images. It also provides an introduction to the Picture object.
*END
*PALETTES.VBP[KW]
Palette,Color,Mode,Graphics
*END
*PASS_SVR.VBP
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.
*END
*PASS_SVR.VBP[KW]
PassThrough,Server,ProgID
*END
*PASS_CLI.VBP
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.
*END
*PASS_CLI.VBP[KW]
PassThrough,Server,ProgID,Client
*END
*REDTOP.VBP
This sample program demonstrates one of the possible uses of the PictureClip control. This sample application uses the PictureClip control to spin a top.
*END
*REDTOP.VBP[KW]
PicClip,Picture,Graphics
*END
*PMGR_SVR.VBP
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.
*END
*PMGR_SVR.VBP[KW]
Pool Manager,Server,Instance,Remote Automation
*END
*PMGR_CLI.VBP
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.
*END
*PMGR_CLI.VBP[KW]
Pool Manager,Server,Instance,Remote Automation,Client
*END
*PROGWOB.VBP
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.
This sample application demonstrates a Single Document Interface (SDI) notepad application. It also provides an introduction to menu creation and toolbars.
*END
*SDINOTE.VBP[KW]
SDI,Editor,Document
*END
*TABORDER.VBP
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.
*END
*TABORDER.VBP[KW]
AddIn,Add-In,Extensibility,TabIndex
*END
*UNBNDGRD.VBP
The UnBound DBGrid sample application is a simple program that illustrates how to use the DBGrid control in unbound mode (DataMode = 1).
*END
*UNBNDGRD.VBP[KW]
Grid,Unbound,Unbound Grid,DBGrid
*END
*VBMAIL.VBP
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.
*END
*VBMAIL.VBP[KW]
Mail,MAPI,Send,Receive,Email,Session
*END
*VBTERM.VBP
VBTerm is a terminal emulation program using the MSComm control. The sample demonstrates how to use the MSComm control with a serial port.
*END
*VBTERM.VBP[KW]
Serial,Comm Port,Terminal,MSComm
*END
*VCR.VBP
This sample application demonstrates how Visual Basic classes can be modeled after real-world objects such as a VCR.
*END
*VCR.VBP[KW]
Class,Graphics,Object
*END
*VISDATA.VBP
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.