{"id":94478,"date":"2015-12-14T22:07:27","date_gmt":"2015-12-14T18:07:27","guid":{"rendered":"http:\/\/blagovest.org.ru\/?p=94478"},"modified":"2015-12-14T22:07:27","modified_gmt":"2015-12-14T18:07:27","slug":"java-native-messagebox-from-c-windows-system32","status":"publish","type":"post","link":"https:\/\/blagovest.org.ru\/?p=94478","title":{"rendered":"JAVA: native MessageBox() from c:WindowsSystem32user32.dll"},"content":{"rendered":"<p>\u041d\u0435 \u0443\u0434\u0430\u0435\u0442\u0441\u044f \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u0432 Java:<br \/>package nat;<br \/>import java.lang.System;<br \/>class HelloWorld <br \/>{<br \/>\tpublic static native void MessageBox(int h, String m, String c, int type);<\/p>\n<p> &nbsp; &nbsp;public static void main(String args[]) { <br \/>\tHelloWorld.MessageBox(0, &quot;Text&quot;, &quot;Message Box&quot;, 0); <\/p>\n<p> &nbsp; &nbsp;\t} <br \/> &nbsp; &nbsp;static {<br \/> &nbsp; &nbsp; &nbsp; &nbsp;System.load(&quot;c:\\Windows\\System32\\user32.dll&quot;);<br \/> &nbsp; &nbsp;}<br \/>}<\/p>\n<p>\u0445\u043e\u0442\u044f \u0432 \u0421# \u0432\u0441\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442:<\/p>\n<p>using System;<br \/>using System.Collections.Generic;<br \/>using System.Text;<br \/>using System.Runtime.InteropServices;<br \/> &nbsp; &nbsp;class ExternTest<br \/> &nbsp; &nbsp;{<br \/> &nbsp; &nbsp; &nbsp; &nbsp;[DllImport(&quot;User32.dll&quot;, CharSet=CharSet.Unicode)] <br \/> &nbsp; &nbsp; &nbsp; &nbsp;public static extern int MessageBox(int h, string m, string c, int type);<\/p>\n<p> &nbsp; &nbsp; &nbsp; &nbsp;static int Main()<br \/> &nbsp; &nbsp; &nbsp; &nbsp;{<br \/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;return MessageBox(0, &quot;Text&quot;, &quot;My Message Box&quot;, 0);<br \/> &nbsp; &nbsp; &nbsp; &nbsp;}<\/p>\n<p> &nbsp; &nbsp;}<\/p>\n<p>\u0447\u0442\u043e \u044f \u0434\u0435\u043b\u0430\u044e \u043d\u0435 \u0442\u0430\u043a&nbsp;&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u041d\u0435 \u0443\u0434\u0430\u0435\u0442\u0441\u044f \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u0432 Java:package nat;import java.lang.System;class HelloWorld { public static native void MessageBox(int h, String m, String c, int type); &nbsp; &nbsp;public static void main(String args[]) { HelloWorld.MessageBox(0, &quot;Text&quot;, &quot;Message Box&quot;, 0); &nbsp; &nbsp; } &nbsp; &nbsp;static { &nbsp; &nbsp; &nbsp; &nbsp;System.load(&quot;c:\\Windows\\System32\\user32.dll&quot;); &nbsp; &nbsp;}} \u0445\u043e\u0442\u044f \u0432 \u0421# \u0432\u0441\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442: using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1435],"tags":[78,1460],"class_list":["post-94478","post","type-post","status-publish","format-standard","hentry","category-windows","tag-java","tag-programmirovanie"],"_links":{"self":[{"href":"https:\/\/blagovest.org.ru\/index.php?rest_route=\/wp\/v2\/posts\/94478","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blagovest.org.ru\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blagovest.org.ru\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blagovest.org.ru\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blagovest.org.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=94478"}],"version-history":[{"count":0,"href":"https:\/\/blagovest.org.ru\/index.php?rest_route=\/wp\/v2\/posts\/94478\/revisions"}],"wp:attachment":[{"href":"https:\/\/blagovest.org.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=94478"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blagovest.org.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=94478"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blagovest.org.ru\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=94478"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}