How to create translucent form ?

M

Malee

Hi, I'ld like to create a translucent form. Have anyone have code to do that
?

TIA,
Malee
 
M

Michel Walsh

Hi,



WinForms use Opacity property to blend with the background. I don't
think WinForms are officially supported with Access. Furthermore, in an MDI
environment, as I recall it, the background of a form is the Application
"container" form, not the desktop, so your transparency would, at best
involved other forms on the same application. And as you know, Access' forms
have no Paint event, that makes the required amount of time quite high to
develop that functionality.


Hoping it may help,
Vanderghast, Access MVP
 
Top