|
|
|
Variable-position
MsgBox with custom icons! This example includes a bas module that you can pop into your
own project. The module contains function called MsgBoxEx which you
can call wherever you normally call MsgBox. MsgBoxEx very safely
subclasses the standard windows MsgBox dialog (you can even step through the
code). You can call MsgBoxEx exactly like you call MsgBox and it will
return the same vbMsgBoxResult. Or you can use the new Optional Left, Top
and Icon parameters to position the MsgBox and add a custom icon! Too
Cool!
Copyright (c) 1999-2000, Ray Mercer - All Rights Reserved |