Lebans Holdings 1999 Ltd.

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

AnimateForm
Home
Up
Select A Row
Magnify
LimitCharsMemo
RotateText
ImageClass
AutoSize TextBox
ZoomInOut
PaintProgram
FormatByCriteria
CmdButton
SetGetSB
Transparent
AnimatedGifPlayer
LoadJpegGif
ImageControlToClipBoard
CanGrow
LimitTextInput
AutoSizeFont
AnimateForm
AutoUpDown
MonthCalendar
AutoColumnWidth
RichText
SelectAlpha
FormDimensions
LoadSaveJpeg
TabColors
ToolTip
TextWidth-Height
MouseWheelOnOff
AlternateColorDetailSection
ConFormsCurControl
ConditionalFormatting
AutoSizeOLE
ChangeMDIBackGround
RecordNavigationButtons
HTMLEditor
CopyGetRTFfromClipboard
OpenForm
GradientFill

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!

 

 

AnimateForm.zip is a database containing a Class that has functionality to animate a Form during opening and closing.

Demonstrates use of WithEvents to sink several events on a Form.

Version 2

*** UNABLE TO COMPLETE FUNCTIONALITY FOR CLOSING FORMS ***  There is a Boolean property of this class to signal whether to apply the Animation function to the Form as it closes. Since a Close event is also generated when switching from Form to Design View this leads to a problem. Obviously we do not want to apply an Animation and then close the Form when the user merely wants to switch from Form to Design View. To get around this situation I have been placing a custom function in the OnAction property of all of the relevant CommandBarControl objects that can be used to switch views. Unfortunately it seems Access will not allow us to set the OnAction property for the CommandBarControl object of type msoControlSplitButtonPopup. This is the control you see on the standard Form Toolbar just under the Standard Menu Bar. The control at the left most edge of the Screen is really a dual function control. If you click on the small arrow a drop down appears with the choices of switching Form views to Design view etc.  The Design View button in the dropdown portion  is accessible. The default choice for this control, which appears as the button with the Design icon immediately to the left of the small arrow, is not accessible. If anyone has a workaround please contact me directly. For now I am shelving this project. It works fine for applying Animations to Form open events but I am very unhappy that I cannot find away around my problem with seperating a Close event from a Close to Design View event. :(

 

Version History

2.0

Added 6 types of Animated Wipes

Added controls to allow you to test various type of Animated Wipes at different speeds.

Cleaned up code

1.0

Removed logic to perform animation using the Form's Timer event. Complicated the logic too much!

 

 
 

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