Recent content by Songs

  1. S

    Showing form on Taskbar when application is hidden

    Your help is much appreciated. Sort of yes, but when using the SetWindows sample and select the access icon on the task bar, it re-opens the access application behind the form. Is there a way to prevent complete access to the application?
  2. S

    Showing form on Taskbar when application is hidden

    Thanks for your help. Unfortunately this also hides minimises the form... I've played around with the SetWindow sample a fair bit but haven't been able to produce what I'm after. I'm looking to hide the background application, have the form on the task bar but not be able to open the background...
  3. S

    Showing form on Taskbar when application is hidden

    So i've been trying to get the code on this example to work: Option Compare Database Global Const SW_HIDE = 0 Global Const SW_SHOWNORMAL = 1 Global Const SW_SHOWMINIMIZED = 2 Global Const SW_SHOWMAXIMIZED = 3 '############################################### #If VBA7 Then Private Declare...
  4. S

    Show/hide application window, navigation pane, ribbon, taskbar

    Does anyone have any issues with using SW_HIDE to hide the application window but also having access not displayed on the task bar also? I'm wondering if there is a way for the form to be displayed on the task bar. Thank you in advance.
Top Bottom