[futurebasic] Re: INIT

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 1998 : Group Archive : Group : All Groups

From: Hans Törnqvist <hans@...>
Date: Tue, 17 Mar 1998 18:02:32 +0000
Rick Brown wrote:
> 
> Hans wrote:
> > I am working on an INIT that shall response to a specific program.
> > How do I catch the program name or other program identifer of the front
> > most current running program from an INIT?
> 
> The routine GetFrontProcess returns an 8-byte process ID which
> identifies the front process (this, basically, is the process that
> currently has the checkmark in the Application Menu):
'
Thank you Rick
It was exactly what I nedded.

Hans