| | ChooseFontColorDialog.zip
is a database
containing functions showing how to call the API Font and Color Dialogs.
NEW - Jan. 28/2000
The Font and Color Dialogs are very easy to call. Here is the code behind the
Command Button on the sample Form. For this sample we pass a TextBox that the
function fills in with the Name and Size of the Font selected by the user.
Private Sub CmdChooseFont_Click()
Dim lngRet As Boolean
' Pass the TextBox Control to the function
lngRet = test_DialogFont(Me.textCtl)
End Sub
Based on original code written by Terry Kreft.
| |
|
|
|
May 23, 2004
Product Update
Rich Text ActiveX control.
Version 1.8
Click
Here!
Mar 15, 2005 Product Update
MouseHook Replaces
the MouseWheel DLL subclassing solution. Turns On/Off the MouseWheel with
one line of code. No DLL registration required. Now supports Logitech mice!
Click
Here! |
|
|
|