• 面向软件开发人员、MsgBox是一个小型工具,让你的可能性来实现的标准弹出消息到你的应用,这是支持消息框API。

    该消息框功能的Windows负责显示的模式对话框有系统的图标,各种按钮和说明,像状况或差错的详细信息。

    MsgBox可以从命令的提示或其他控制台为基础的环境。 双击的可执行的文件带来了一个图形窗口,使用的语法,因此这是必要的称呼的过程中从命令行窗口。

    语法MsbBox.exe MessageToDisplay[/c:标题[/t:Type][/? |/h],其中/? 或/h可以用于刷新你的记忆时候,这种语法。

    因此,你必须到指定的消息将会显示的弹出窗口(MessageToDisplay),该对话框题(/c:字幕的,默认的标题是"错误")以及内容和行为的对话框(/t:型)。

    当涉及到的类型,它可以显示按钮,例如"中止","试"和"忽视"(MB_ABORTRETRYIGNORE)、"取消"、"再试一次"和"继续"(MB_CANCELTRYCONTINUE),"确定"和"取消"(MB_OKCANCEL),或者是"是的","不"和"取消"*(MB_YESNOCANCEL),除其他选项。

    否则,你可以显示图标,如黄色的惊叹号在一个三角(MB_ICONEXCLAMATION),小写我内部的一个蓝色圆圈的信息(MB_ICONINFORMATION)、红停止签署了一圈(MB_ICONSTOP),和其他人。 以后打入关键,信息瞬间出现在屏幕上你的预览。

    总之,MsgBox提供了一个简单的解决方案用于帮助你的设计模式对话框使用Windows消息框API通过命令行接口。 然而,它不包括文件的所有消息框的命令。

  • की ओर उन्मुख सॉफ्टवेयर डेवलपर्स, MsgBox एक छोटे आकार के उपकरण है कि आप संभावना देता है को लागू करने के लिए मानक पॉपअप संदेश में अपने आवेदन कर रहे हैं, जो द्वारा समर्थित MessageBox एपीआई.

    के MessageBox समारोह के साथ विंडोज के लिए जिम्मेदार है प्रदर्शित करने मोडल संवाद बॉक्स के साथ सिस्टम प्रतीक, विभिन्न बटन और विवरण की तरह, स्थिति या त्रुटि का विवरण.

    MsgBox से पहुँचा जा सकता कमांड प्रॉम्प्ट या एक कंसोल-आधारित वातावरण आप पसंद करते हैं. डबल-क्लिक निष्पादन योग्य फ़ाइल लाता है एक चित्रमय खिड़की के उपयोग के साथ वाक्यविन्यास है, तो यह कॉल करने के लिए आवश्यक प्रक्रिया से एक कमांड लाइन विंडो.

    वाक्य रचना है MsbBox.exe MessageToDisplay [/c:शीर्षक [/टी:प्रकार] [/? | /h], जहां /? या /घंटा की रफ्तार इस्तेमाल किया जा सकता है के लिए अपनी याददाश्त ताज़ा जब यह आता है करने के लिए इस वाक्यविन्यास है.

    इसलिए, आप निर्दिष्ट करने के लिए कि संदेश में दिखाया जाएगा पॉपअप विंडो (MessageToDisplay), संवाद बॉक्स के शीर्षक (/c:शीर्षक, डिफ़ॉल्ट शीर्षक है "त्रुटि") के रूप में अच्छी तरह के रूप में सामग्री और व्यवहार के संवाद बॉक्स (/टी:प्रकार).

    जब यह आता है करने के लिए इस प्रकार, यह संभव बटन प्रदर्शित करने के लिए, इस तरह के रूप में "गर्भपात", "पुन: प्रयास" और "उपेक्षा" (MB_ABORTRETRYIGNORE), "रद्द करें", "फिर से कोशिश" और "जारी रखें" (MB_CANCELTRYCONTINUE), "ठीक है" और "रद्द करें" (MB_OKCANCEL), या "हाँ", "नहीं" और "रद्द करें" *(MB_YESNOCANCEL) के अलावा, अन्य विकल्प हैं ।

    अन्यथा, आप प्रदर्शित कर सकते हैं प्रतीक की तरह, पीले विस्मयादिबोधक बिंदु में एक त्रिकोण (MB_ICONEXCLAMATION), लोअरकेस मैं एक नीले वृत्त के अंदर जानकारी के लिए (MB_ICONINFORMATION), लाल बंद हस्ताक्षर में एक चक्र (MB_ICONSTOP), और दूसरों । टकराने के बाद कुंजी दर्ज करें, संदेश तुरंत स्क्रीन पर चबूतरे के लिए अपने पूर्वावलोकन है ।

    यह योग करने के लिए, MsgBox प्रदान करता है एक सरल समाधान के लिए मदद से आप डिजाइन मोडल संवाद बॉक्स का उपयोग कर Windows MessageBox एपीआई के माध्यम से कमांड लाइन इंटरफेस. हालांकि, यह शामिल नहीं है प्रलेखन के साथ सभी MessageBox हासिल है.

  • Oriented toward software developers, MsgBox is a small-sized tool that gives you the possibility to implement standard popup messages into your applications, which are supported by MessageBox API.

    The MessageBox function of Windows is responsible for displaying modal dialog boxes with system icons, various buttons and descriptions, like status or error details.

    MsgBox can be accessed from Command Prompt or another console-based environment you prefer. Double-clicking the executable file brings up a graphical window with the usage syntax, so it's necessary to call the process from a command-line window.

    The syntax is MsbBox.exe MessageToDisplay [/c:Caption [/t:Type] [/? | /h], where /? or /h can be used for refreshing your memory when it comes to this syntax.

    Therefore, you have to specify the message that will be shown in the popup window (MessageToDisplay), the dialog box title (/c:Caption, default title is "Error") as well as the contents and behavior of the dialog box (/t:Type).

    When it comes to the type, it's possible to display buttons, such as "Abort", "Retry" and "Ignore" (MB_ABORTRETRYIGNORE), "Cancel", "Try Again" and "Continue" (MB_CANCELTRYCONTINUE), "Ok" and "Cancel" (MB_OKCANCEL), or "Yes", "No" and "Cancel" *(MB_YESNOCANCEL), among other options.

    Otherwise, you can display icons, like yellow exclamation point in a triangle (MB_ICONEXCLAMATION), the lowercase i inside a blue circle for information (MB_ICONINFORMATION), red stop sign in a circle (MB_ICONSTOP), and others. After hitting the Enter key, the message instantly pops up on the screen for your preview.

    To sum it up, MsgBox offers a simple solution for helping you design modal dialog boxes using the Windows MessageBox API via the command-line interface. However, it doesn't include documentation with all MessageBox commands.