eating dialgue boxes

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

I'm sure some of you are familliar with PTFB...

http://www.bobos.demon.co.uk/par/PTFB.htm

it's a wonderful little app that answers dialogue box questions for you when
they pop up.

I have an unavoiable need to use this in an application now, and I would prefer
to code up something myself rather than tell a client that he needs to install
PTFB. Does anyone have a pointer to dialogue-eating source code?

TIA,
Bob
 
Bob,

Looks Ok 2 me, However, I prefer to eat cheese sandwiches and drink beer.
Much tastier than dialog boxes ;-)

Regards - OHM
 
* "Bob said:
I'm sure some of you are familliar with PTFB...

http://www.bobos.demon.co.uk/par/PTFB.htm

it's a wonderful little app that answers dialogue box questions for you when
they pop up.

I have an unavoiable need to use this in an application now, and I would prefer
to code up something myself rather than tell a client that he needs to install
PTFB. Does anyone have a pointer to dialogue-eating source code?

You will have to use p/invoke to do that: 'SendMessage' + 'WM_CLOSE',
maybe hooking, maybe even 'keybd_event'...
 
Back
Top