Re: Budapi and other instances of an app

2001-02-23 Thread Mark A. Boyd
At 12:11 2/23/2001, g r i m m w e r k s wrote: >On 2/23/01 2:39 PM, "Mark A. Boyd" <[EMAIL PROTECTED]> wrote: > > > > > FastSplash is a tiny executable file that displays a .bmp image very > > quickly while starting up your projector. It's beerware & available at: > > http://bwsmith.com/index.php?

Re: Budapi and other instances of an app

2001-02-23 Thread g r i m m w e r k s
On 2/23/01 2:39 PM, "Mark A. Boyd" <[EMAIL PROTECTED]> wrote: > > FastSplash is a tiny executable file that displays a .bmp image very > quickly while starting up your projector. It's beerware & available at: > http://bwsmith.com/index.php?t=2&s=3 > Thanks Mark. I thought this was built into

RE: Budapi and other instances of an app

2001-02-23 Thread Mark A. Boyd
At 10:19 2/23/2001, Fabrice Trioullier wrote: >You're right. >To kill an instance you must know the application handle of it. >So you should use first call the baWindowList or baFindWindow function to >get the handle of the application you want to close. >And then use it to close the application u

Re: Budapi and other instances of an app

2001-02-23 Thread g r i m m w e r k s
On 2/23/01 1:19 PM, "Fabrice Trioullier" <[EMAIL PROTECTED]> wrote: > You're right. > To kill an instance you must know the application handle of it. > So you should use first call the baWindowList or baFindWindow function to > get the handle of the application you want to close. > And then use i

RE: Budapi and other instances of an app

2001-02-23 Thread Fabrice Trioullier
You're right. To kill an instance you must know the application handle of it. So you should use first call the baWindowList or baFindWindow function to get the handle of the application you want to close. And then use it to close the application using the baCloseWindow function. -Original Me