Q. How do I create my own custom controls?
A. Visual Basic 3.0 Professional Edition ships with the Control
Development Kit (CDK), which allows you to create a custom control,
that is, a VBX. However, to use the CDK you also need a C compiler
that can create Windows DLLs. Visual C++ comes with a project option
for building a VBX. You might find the following references useful
when creating a Custom Control (VBX):
Programming Windows 3.1
by Charles Petzold
ISBN 1-55615-395-3
Windows Programming Power with Custom Controls
by Paul Cilwa & Jeff Duntemann
ISBN: 1-088357-00-4
|