ACC2000: Custom Forms - Translucent (1 Viewer)

Status
Not open for further replies.

Dom DXecutioner

AWF VIP
Local time
Yesterday, 22:54
Joined
Jun 25, 2007
Messages
57
Greetings,

Attached is a sample on how to use transparency on Access forms. The sample contains three functions and it's important to note that the PopUp property of the form must be set to YES or this will NOT work... see the screenshot bellow:



Functions available:

SetTranslucent(hWnd As Long, Opacity As Integer)
UIProcessFadeIn(UIForm As Form, Optional EndOpacity As Integer = 255)
UIProcessFadeOut(UIForm As Form, Optional StartOpacity As Integer = 255)

As usual, exersice extreme caution when using API's... Some error trapping may be necessary, but not required.

Enjoy and have fun.
 

Attachments

  • ACC2000 TranslucentUI.zip
    44.9 KB · Views: 3,377
Status
Not open for further replies.

Users who are viewing this thread

Top Bottom