>> Windows in Taskbar

J

Jonathan

Hi Access 2003. The following line

Application.setOption "ShowWindowsInTaskbar",true

Works when running a full version of Access. The problem is that it does not
seem to make a difference to an Access Runtime.

Any thoughts or ideas about how to achieve this?

Many thanks,
Jonathan
 
T

TonyT

All of the application side of the programme is no longer available in
runtime versions, so you can't access that in an mde or accde. Although it
should still work for an mdb opened in a runtime environment.
 
Top