Lebans Holdings 1999 Ltd.

 Home ] Up ] Feedback ] Contents ] Search ] What's New ] Files & Tips ] 

FontColorDialog
Home
Up
HScroller
RowNumber
CustomScrollBar
MemViewer
EnumFonts
FontColorDialog
OLEtoDisk
CommandBars
WindowToBitmap
ListTablesInMDB
PrintFailures
Utilities
CallBackBrowser
Image FAQ
SaveRelationshipView
AddSQLComments

RETIRED! September 2009

I have officially retired from all things Access. Please do not send Email requesting support as I will not respond.

 

Keep all of your questions to the Newsgroups where everyone will benefit!

 

 

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! 

 

 

 
Back ] Home ] Up ] Next ] 
Stephen Lebans Copyright 2009

Last Modified : 09/11/09 12:03 AM