VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



MsgBoxEx Dll

by james kahl (8 Submissions)
Category: VB function enhancement
Compatability: VB Script
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (13 Votes)

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

Upload

Download this snippet    Add to My Saved Code

MsgBoxEx Dll Comments

No comments have been posted about MsgBoxEx Dll. Why not be the first to post a comment about MsgBoxEx Dll.

Post your comment

Subject:
Message:
0/1000 characters