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