View Single Post

  #7 (permalink)  
Old 01-05-2007
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,122
Re: garbage collection

Hi,

You dont need to send/post a message, just set the property in your application if you use the activeX control:

Code:
WindowState = FormWindowState.Minimized;
Reply With Quote