VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

MsgBoxEx Dll

james kahl  (8 Submissions)   VB function enhancement   VB Script   Advanced   Wed 3rd February 2021

This is the standard windows message box modified with hooks - no additional forms or controls. The way this is compiled, when you reference it in a project it becomes part of the Global Namespace of the project, this means you do not need to make any special declares to start. You just enter it as you would any VB function. It is 100% backward compatible with the VB MsgBox function. You can change all existing MsgBox statements to MsgBoxEx statements with no further coding unless you want to make use of additional parameters. This dll gives the added advantage of setting the font for the message box once and then forgetting about it or you can set the font each time you display a message. Have optimized some of the routines and added ability to perform Translucency. Check DevNotes.rtf for latest modifications.

Thanks to NCrawler for giving me the information necessary to fix the latest bug I introduced when trying to fix a previous bug.

Rate MsgBoxEx Dll (14(14 Vote))
MsgBoxEx Dll.bas

MsgBoxEx Dll Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters