Localization of MsgBoxes

du5

New member
Joined
Sep 15, 2005
Messages
4
Programming Experience
Beginner
Hello,

How can i localize my msgbox in vb.net ?
I use the localization of my controls,etc .. that is working good, but the text in my msgboxes is another thing.
I could stock my messages in a database and search for it, but soes one have a proper method and example ?


A answer will be thankful,

Greetings,

Eric
 
Well, it IS very posssible althrough it is not trivial at all. Otherwise, why not create your own msgbox (you could extend the power and look (text color, size, style, and also add some images there)?!
However, here is an example how to hook up MsgBox:
http://www.codeproject.com/Purgatory/messageboxhook.asp

Regards ;)
 
Back
Top