<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>
<META content="MSHTML 6.00.2715.400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><SPAN class=153170716-19032003><FONT face=Arial size=2>Maybe I am missing
something, but I get a compile error with
the "Application.ShowWindowsInTaskbar = False" statement. What am I
doing wrong?</FONT></SPAN></DIV>
<DIV><SPAN class=153170716-19032003><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=153170716-19032003><FONT face=Arial
size=2>Tim</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT
face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Mark
Whittinghill [mailto:mwhittinghill@symphonyinfo.com] <BR><B>Sent:</B> Tuesday,
March 18, 2003 4:14 PM<BR><B>To:</B>
accessd@databaseadvisors.com<BR><B>Subject:</B> Re: [AccessD] Windows in
Taskbar<BR><BR></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>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></BLOCKQUOTE></BODY></HTML>