I wrote this utility originally on an Amiga (it was called GetGadget in those days).
It is a DLL that allows you to create Message dialogs on the fly, but you can go beyond MSGBOX dialogs. You can specify ANY button text you want, and as many as you want. MsgBoxPlus will automatically format the dialog so the buttons line up neat and pretty.
I have a demo at:
http://www.i-tower.com/support/genetics ... MsgBoxPlus
Since it is a programmers tool, I don't have it creating error messages (wouldn't want to pop up an error message on a customers copy), so it does not check for the existence of the proper bitmaps. The demo I wrote assumed (my bad) that windows would have a bitmap called "bubbles.bmp". If you do not have it, you will get strange transparent backgrounds. You can rename ANY bmp (like "Soap Bubbles.bmp" to "Bubbles.bmp" to fix the demo.
Examples are given in VB and PowerBasic source.
Please send comments to support@i-tower.com, or better yet, send orders to sales@i-tower.com.
Thanks, I hope you like it.
I also have a beefed up cross reference generator that I want to tailer more for purebasic soon.