I need to know what the ActiveForm is because I need to disable some 
keyboard activities depending on what form is displayed. I mostly am 
intereseted in the Modal state.
Any idea why ActiveForm would always be NULL?
Thierry
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com
From http://www.developmentnow.com/groups/viewthread.aspx?newsgroupid=29&threadid=158032
sample:
public delegate void Invoker( Delegate function , object[] args );
in main form
public static Invoker MethodInvoker;
private void MethodInvokerHandle( Delegate function , object[] args )
{
  this.BeginInvoke ( function , args );
}
From http://www.developmentnow.com/groups/viewthread.aspx?newsgroupid=29&threadid=158032
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/