|
Balloon Recorder

Category:
Help & Demos
API:
GetCapture|
SetCapture |
ReleaseCapture |
WindowFromPoint
ActiveX: Microsoft Agent Control 2.0
Very powerful UserControl which helps you to make interactive help for your
project! Put vbkBRecorder1 in your form, Set RecordMode to True, Click on
Record and start recording your message. Click on any control on your form,
enter your message, and so on.

When you finish set RecordMode to false, run your project and click
Play you will see your messages appear beside the controls.
The Messages and the control positions are saved in the file
specified by the properties OutputPath and FileName.
The positions and messages are saved in CSV format:
Left, Top, Message
...
This control contains 2 events:
OnBalloon (BalNumber As Long):
Fired when the balloon appear.
BalNumber: contains the Message number.
OnEndRecording: Fired when the user finishes the recording
(by click right click anywhere).
The Example contains a self-demo, for more information, download the project and
watch the balloon messages.

|