<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.mediamonkey.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stax76</id>
	<title>MediaMonkey Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.mediamonkey.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stax76"/>
	<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/Special:Contributions/Stax76"/>
	<updated>2026-05-24T12:32:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.4</generator>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBApplication::MessageBox&amp;diff=8056</id>
		<title>ISDBApplication::MessageBox</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBApplication::MessageBox&amp;diff=8056"/>
		<updated>2013-01-12T17:05:54Z</updated>

		<summary type="html">&lt;p&gt;Stax76: MessageBox buttons constants apparently were completely wrong&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBApplication|ISDBApplication|Function MessageBox(MessageText As String, MsgType As EnumMsgBox, Buttons) As Long}}&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
{{MethodParameters &lt;br /&gt;
 |MessageText |String |Text to be shown in the message box.&lt;br /&gt;
 |MsgType |EnumMsgBox |Type of the box, can be one of: mtWarning(0), mtError(1), mtInformation(2), mtConfirmation(3) or mtCustom(4).&lt;br /&gt;
 |Buttons |Variant |Array of buttons to be shown, can be any of: mbYes(0), mbYesToAll(1), mbNo(2), mbNoToAll(3), mbOk(4), mbOkToAll(5), mbEdit(6), mbEditToAll(7), mbCancel(8), mbAbort(9), mbRetry(10), mbIgnore(11), mbIgnoreToAll(12), mbAll(13), mbHelp(14).}}&lt;br /&gt;
&lt;br /&gt;
===Method description===&lt;br /&gt;
&lt;br /&gt;
Shows a customized message box and returns information about button that was pressed, which can be one of the following values:&lt;br /&gt;
mrNone(0), mrOk(1), mrCancel(2), mrAbort(3), mrRetry(4), mrIgnore(5), mrYes(6), mrNo(7), mrAll(8), mrNoToAll(9), mrYesToAll(10), mrOkToAll(110) or mrIgnoreToAll(111).&lt;br /&gt;
&lt;br /&gt;
===Example code===                    &lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;res = SDB.MessageBox( SDB.Localize(&amp;quot;Select tracks to be exported, please.&amp;quot;), mtError, Array(mbOk))&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBApplication|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBApplication|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Stax76</name></author>
	</entry>
</feed>