Article ID: 132682
Article Last Modified on 10/30/2006
' Start routine to hide the mail spooler
Handle% = FindWindow(0&, "MS Mail Spooler (auto)")
If Handle% <> 0 Then
Status = ShowWindow(Handle%, SW_HIDE)
End If
' End routine
NOTE: On slower machines, the Mail spooler icon may flash when the above
calls are implemented.
Additional query words: 3.00 3.20 3.20a
Keywords: KB132682