<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Windows in Taskbar</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2723.2500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Application.ShowWindowsInTaskbar = 
False</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>You may want to save the user's setting at startup 
to a global variable or table, and set it back when they exit.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>For example, on startup</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>MyVariable = 
Application.ShowWindowsInTaskbar</FONT></DIV>
<DIV><FONT face=Arial size=2>Application.ShowWindowsInTaskbar = 
False</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Then on your exiting code</FONT></DIV>
<DIV><FONT face=Arial size=2>Application.ShowWindowsInTaskbar = 
MyVariable</FONT></DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=tswisher@gfnet.com href="mailto:tswisher@gfnet.com">Swisher, Timothy 
  B.</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=accessd@databaseadvisors.com 
  href="mailto:accessd@databaseadvisors.com">accessd@databaseadvisors.com</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, March 18, 2003 2:49 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [AccessD] Windows in 
  Taskbar</DIV>
  <DIV><BR></DIV>
  <P><FONT face=Arial size=2>Hello Group, </FONT></P>
  <P><FONT face=Arial size=2>Anyone know how to programmatically unselect the 
  "Windows in Taskbar" option.  I am trying to work around the bug that 
  shows the database window even if it is hidden when the user click one of the 
  windows in taskbar.  The fix is to uncheck this option on the database, 
  but I can not go to each client machine and do that.  My development 
  machine is A2K and I have some users with AXP that can now get to the database 
  window.  TIA.</FONT></P>
  <P><B><FONT face=Arial size=2>Tim Swisher</FONT></B> <BR><FONT face=Arial 
  size=2>Application & Software Engineer</FONT> <BR><FONT face=Arial 
  size=2>Gannett Fleming</FONT> <BR><FONT face=Arial size=2>Email: </FONT><A 
  href="mailto:tswisher@gfnet.com"><U><FONT face=Arial color=#0000ff 
  size=2>tswisher@gfnet.com</FONT></U></A> <BR><FONT face=Arial size=2>Website: 
  </FONT><A href="http://www.gancom.com/"><U><FONT face=Arial color=#0000ff 
  size=2>www.GANCOM.com</FONT></U></A> <BR><FONT face=Arial size=2>Voice: (717) 
  763-7226 Ext 2057</FONT> <BR><FONT face=Arial size=2>Toll Free: (800) 446-9236 
  Ext 2057</FONT> <BR><FONT face=Arial size=2>Fax: (717) 763-8150</FONT><FONT 
  face=Arial size=2> </FONT></P></BLOCKQUOTE></BODY></HTML>