G Guest Dec 27, 2003 #1 How can I hide the access boton in the task bar when access is running? thanks
T TC Dec 27, 2003 #2 Maybe using the win32 API ShowWindow() function with appropriate parameters? I'm not sure. But, why do you actually want to do this? It does not seem like a nice thing to do, from an end-user viewpoint. HTH, TC
Maybe using the win32 API ShowWindow() function with appropriate parameters? I'm not sure. But, why do you actually want to do this? It does not seem like a nice thing to do, from an end-user viewpoint. HTH, TC