{"id":99,"date":"2010-01-17T21:19:28","date_gmt":"2010-01-18T02:19:28","guid":{"rendered":"http:\/\/wukenny.host-ed.net\/?p=99"},"modified":"2010-01-17T21:19:28","modified_gmt":"2010-01-18T02:19:28","slug":"windows-forms-in-c","status":"publish","type":"post","link":"http:\/\/kennywu.info\/?p=99","title":{"rendered":"Windows forms in C#"},"content":{"rendered":"<p>    public partial class Form1 : Form<br \/>\n    {<br \/>\n        static void Main()<br \/>\n        {<br \/>\n            Application.Run(new Form1());<br \/>\n        }<br \/>\n        public Form1()<br \/>\n        {<br \/>\n            InitializeComponent();<br \/>\n        }<br \/>\n   }<br \/>\n<a href=\"http:\/\/www.builderau.com.au\/program\/csharp\/soa\/How-do-I-make-C-or-NET-Framework-applications-accessible-in-the-system-tray-\/0,339028385,339291425,00.htm\">how to show program icon in the Windows system tray.<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>public partial class Form1 : Form { static void Main() { Application.Run(new Form1()); } public Form1() { InitializeComponent(); } } how to show program icon in the Windows system tray.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[17,39,58],"class_list":["post-99","post","type-post","status-publish","format-standard","hentry","category-programing","tag-c","tag-linkedin","tag-windows-form"],"_links":{"self":[{"href":"http:\/\/kennywu.info\/index.php?rest_route=\/wp\/v2\/posts\/99","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/kennywu.info\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/kennywu.info\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/kennywu.info\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/kennywu.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=99"}],"version-history":[{"count":0,"href":"http:\/\/kennywu.info\/index.php?rest_route=\/wp\/v2\/posts\/99\/revisions"}],"wp:attachment":[{"href":"http:\/\/kennywu.info\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=99"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/kennywu.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=99"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/kennywu.info\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=99"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}