Hi,
Many people always said that they got vexed with the VB regular messagebox as images cannot be added according to our choice, font cannot be set etc.. For all those problems here comes the VJMessageBox ... I packed the source code and also the DLL...
Enjoy!.... But Feedback please....
Vijay
Well, the one thing I noticed offhand, is that if the string is wider than the width of the box, the label just spreads across on one line. The standard msgbox will basicall autosize to make sure the whole string is visible.
Yours...
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Well, I assume you are using a Label control to display the message. If so, just use the Resize event of the form to stretch the label out across the form. Make sure the AutoSize property of the label is False, and it should take on the look of the standard MsgBox.
Laugh, and the world laughs with you. Cry, and you just water down your vodka.