{"id":232,"date":"2023-06-04T01:57:12","date_gmt":"2023-06-04T01:57:12","guid":{"rendered":"http:\/\/devphilosopher.com\/?p=232"},"modified":"2023-06-04T01:58:37","modified_gmt":"2023-06-04T01:58:37","slug":"how-to-build-a-winforms-application","status":"publish","type":"post","link":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/","title":{"rendered":"How to Build a WinForms Application"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">From the perspective of a new guy<\/p>\n\n\n\n<h1 class=\"wp-block-heading has-text-align-center\">Introduction<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Building in WinForms was quite an experience. I helped create a clone of MS paint from scratch with my team members using WinForms, .NET, and C#. We coded in Visual Studio using GitHub, a UML creator, and testing tools integrated into the software. The WinForms systems were fast and effective in creating UI elements for our project to leverage and draw in and today, I want to tell you how to start building in WinForms right now.<\/p>\n\n\n\n<h1 class=\"wp-block-heading has-text-align-center\">Build Walkthrough<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Before we begin, this discussion\/tutorial uses Visual Studio, if you aren\u2019t using it this article won\u2019t precisely help but I may write one in the future depending on if I decide to use WinForms in the future for more school or personal projects.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s get started:<\/p>\n\n\n\n<ol class=\"wp-block-list\" type=\"1\">\n<li>Run visual studio<\/li>\n\n\n\n<li>Select \u201ccreate a new project\u201d<img fetchpriority=\"high\" decoding=\"async\" width=\"500\" height=\"559\" class=\"wp-image-233\" style=\"width: 500px;\" src=\"https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-10-40.png\" alt=\"\" srcset=\"https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-10-40.png 366w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-10-40-268x300.png 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/><\/li>\n\n\n\n<li>Have \u201cC#\u201d as your selected language and project type as \u201cDesktop\u201d<img decoding=\"async\" width=\"800\" height=\"217\" class=\"wp-image-234\" style=\"width: 800px;\" src=\"https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-11-16.png\" alt=\"\" srcset=\"https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-11-16.png 1083w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-11-16-300x81.png 300w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-11-16-1024x278.png 1024w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-11-16-768x208.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/li>\n\n\n\n<li>Near the top should be \u201cWindows Forms App (.NET Framework)\u201d<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">If you don\u2019t see that option, follow these steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\" type=\"1\">\n<li>Press Windows key<\/li>\n\n\n\n<li>Type \u201cvisual studio installer\u201d<\/li>\n\n\n\n<li>Click the icon that appears<\/li>\n\n\n\n<li>Click \u201cmodify\u201d on the version of VS you have<img decoding=\"async\" width=\"800\" height=\"450\" class=\"wp-image-235\" style=\"width: 800px;\" src=\"https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-12-47.png\" alt=\"\" srcset=\"https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-12-47.png 1280w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-12-47-300x169.png 300w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-12-47-1024x576.png 1024w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-12-47-768x432.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/li>\n\n\n\n<li>Under Desktop and Mobile options, you will see .NET desktop environment, select this option<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Now, return to step one in the previous paragraph.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Resuming:<\/p>\n\n\n\n<ol class=\"wp-block-list\" type=\"1\">\n<li>Name your project how you like\n<ul class=\"wp-block-list\">\n<li><span style=\"background-color: transparent; color: var(--theme-text-color); font-family: var(--fontFamily); font-size: var(--fontSize); font-style: var(--fontStyle, inherit); font-weight: var(--fontWeight); letter-spacing: var(--letterSpacing); text-transform: var(--textTransform);\">Set location to where you need it\/want it<\/span><\/li>\n\n\n\n<li>Leave framework as the default<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">You will now see a preview page that shows what the blank default app will look like when running. Let\u2019s add a button that displays text.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>We need to add the toolbox, click \u201cview\u201d in the upper left Windows bar, then click \u201cToolbox\u201d about halfway down<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1107\" class=\"wp-image-236\" style=\"width: 1920px;\" src=\"https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-27-00.png\" alt=\"\" srcset=\"https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-27-00.png 2498w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-27-00-300x173.png 300w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-27-00-1024x590.png 1024w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-27-00-768x443.png 768w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-27-00-1536x885.png 1536w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-27-00-2048x1181.png 2048w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/><\/li>\n\n\n\n<li>Now, drag and drop &#8220;button&#8221; under common tools onto the Form1.cs [design] window you see, where doesn\u2019t matter<\/li>\n\n\n\n<li>Next click it so that we are sure the properties panel in the bottom right is focused on the button<\/li>\n\n\n\n<li>Click the lightning bolt at the top of the properties panel to access the actions the button can activate in response to<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"15\" class=\"wp-image-238\" style=\"width: 1080px;\" src=\"https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-29-02.png\" alt=\"\" srcset=\"https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-29-02.png 2227w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-29-02-300x4.png 300w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-29-02-1024x14.png 1024w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-29-02-768x11.png 768w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-29-02-1536x21.png 1536w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-29-02-2048x29.png 2048w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/li>\n\n\n\n<li>Under \u201cAction\u201d select \u201cClick\u201d, you may need to double click, you can rename this button in the text field now populated<\/li>\n\n\n\n<li>In form1.cs, you will now see button1_Click(), add the following line: button1.Text = \u201cHello World\u201d;<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"623\" class=\"wp-image-239\" style=\"width: 1080px;\" src=\"https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-30-55.png\" alt=\"\" srcset=\"https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-30-55.png 2498w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-30-55-300x173.png 300w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-30-55-1024x590.png 1024w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-30-55-768x443.png 768w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-30-55-1536x885.png 1536w, https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-30-55-2048x1181.png 2048w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/li>\n\n\n\n<li>Now press the start button in the top tool bar of VS and click the button<\/li>\n<\/ol>\n\n\n\n<h1 class=\"wp-block-heading has-text-align-center\">Conclusion<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Creating projects with WinForms is simple and fast, you can rapidly modify and add UI elements to have the form and function you need for your projects. In future examples, I will be expanding upon the basics with more intricate code than \u201cprint hello world to a button field\u201d. Thanks for reading, more code to come!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>From the perspective of a new guy Introduction Building in WinForms was quite an experience. I helped create a clone of MS paint from scratch with my team members using WinForms, .NET, and C#. We coded in Visual Studio using GitHub, a UML creator, and testing tools integrated into the software. The WinForms systems were [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":233,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[6,3],"tags":[22,15,23,21],"class_list":["post-232","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-learning-to-code","category-software","tag-desktop","tag-images","tag-windows","tag-winforms"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"From the perspective of a new guy Introduction Building in WinForms was quite an experience. I helped create a clone of MS paint from scratch with my team members using WinForms, .NET, and C#. We coded in Visual Studio using GitHub, a UML creator, and testing tools integrated into the software. The WinForms systems were\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Elucidate\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Dev Philosopher - Software, Hardware, all deep developer things\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to Build a WinForms Application - Dev Philosopher\" \/>\n\t\t<meta property=\"og:description\" content=\"From the perspective of a new guy Introduction Building in WinForms was quite an experience. I helped create a clone of MS paint from scratch with my team members using WinForms, .NET, and C#. We coded in Visual Studio using GitHub, a UML creator, and testing tools integrated into the software. The WinForms systems were\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/devphilosopher.com\/wp-content\/uploads\/2022\/01\/cropped-DevPhilosopherIcon_v12_ColoarAndLines_512x512.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/devphilosopher.com\/wp-content\/uploads\/2022\/01\/cropped-DevPhilosopherIcon_v12_ColoarAndLines_512x512.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-06-04T01:57:12+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-06-04T01:58:37+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to Build a WinForms Application - Dev Philosopher\" \/>\n\t\t<meta name=\"twitter:description\" content=\"From the perspective of a new guy Introduction Building in WinForms was quite an experience. I helped create a clone of MS paint from scratch with my team members using WinForms, .NET, and C#. We coded in Visual Studio using GitHub, a UML creator, and testing tools integrated into the software. The WinForms systems were\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/devphilosopher.com\/wp-content\/uploads\/2022\/01\/cropped-DevPhilosopherIcon_v12_ColoarAndLines_512x512.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/2023\\\/06\\\/04\\\/how-to-build-a-winforms-application\\\/#blogposting\",\"name\":\"How to Build a WinForms Application - Dev Philosopher\",\"headline\":\"How to Build a WinForms Application\",\"author\":{\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/author\\\/erenjaeger\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/devphilosopher.com\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/2023-06-03_18-10-40.png\",\"width\":366,\"height\":409},\"datePublished\":\"2023-06-04T01:57:12+00:00\",\"dateModified\":\"2023-06-04T01:58:37+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/2023\\\/06\\\/04\\\/how-to-build-a-winforms-application\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/2023\\\/06\\\/04\\\/how-to-build-a-winforms-application\\\/#webpage\"},\"articleSection\":\"Learning to Code, Software, Desktop, Images, Windows, WinForms\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/2023\\\/06\\\/04\\\/how-to-build-a-winforms-application\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/devphilosopher.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/devphilosopher.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/category\\\/software\\\/#listItem\",\"name\":\"Software\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/category\\\/software\\\/#listItem\",\"position\":2,\"name\":\"Software\",\"item\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/category\\\/software\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/2023\\\/06\\\/04\\\/how-to-build-a-winforms-application\\\/#listItem\",\"name\":\"How to Build a WinForms Application\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/devphilosopher.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/2023\\\/06\\\/04\\\/how-to-build-a-winforms-application\\\/#listItem\",\"position\":3,\"name\":\"How to Build a WinForms Application\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/category\\\/software\\\/#listItem\",\"name\":\"Software\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/#organization\",\"name\":\"Dev Philosopher\",\"description\":\"Software, Hardware, all deep developer things\",\"url\":\"https:\\\/\\\/devphilosopher.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/devphilosopher.com\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/cropped-DevPhilosopherIcon_v12_ColoarAndLines_512x512.png\",\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/2023\\\/06\\\/04\\\/how-to-build-a-winforms-application\\\/#organizationLogo\",\"width\":512,\"height\":512},\"image\":{\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/2023\\\/06\\\/04\\\/how-to-build-a-winforms-application\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/author\\\/erenjaeger\\\/#author\",\"url\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/author\\\/erenjaeger\\\/\",\"name\":\"Elucidate\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/2023\\\/06\\\/04\\\/how-to-build-a-winforms-application\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9a34f2c0a23a71a1800c171e1136aa6273ed7057144f2dd2a81fb127cc06f880?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Elucidate\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/2023\\\/06\\\/04\\\/how-to-build-a-winforms-application\\\/#webpage\",\"url\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/2023\\\/06\\\/04\\\/how-to-build-a-winforms-application\\\/\",\"name\":\"How to Build a WinForms Application - Dev Philosopher\",\"description\":\"From the perspective of a new guy Introduction Building in WinForms was quite an experience. I helped create a clone of MS paint from scratch with my team members using WinForms, .NET, and C#. We coded in Visual Studio using GitHub, a UML creator, and testing tools integrated into the software. The WinForms systems were\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/2023\\\/06\\\/04\\\/how-to-build-a-winforms-application\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/author\\\/erenjaeger\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/author\\\/erenjaeger\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/devphilosopher.com\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/2023-06-03_18-10-40.png\",\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/2023\\\/06\\\/04\\\/how-to-build-a-winforms-application\\\/#mainImage\",\"width\":366,\"height\":409},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/index.php\\\/2023\\\/06\\\/04\\\/how-to-build-a-winforms-application\\\/#mainImage\"},\"datePublished\":\"2023-06-04T01:57:12+00:00\",\"dateModified\":\"2023-06-04T01:58:37+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/#website\",\"url\":\"https:\\\/\\\/devphilosopher.com\\\/\",\"name\":\"Dev Philosopher\",\"description\":\"Software, Hardware, all deep developer things\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/devphilosopher.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to Build a WinForms Application - Dev Philosopher","description":"From the perspective of a new guy Introduction Building in WinForms was quite an experience. I helped create a clone of MS paint from scratch with my team members using WinForms, .NET, and C#. We coded in Visual Studio using GitHub, a UML creator, and testing tools integrated into the software. The WinForms systems were","canonical_url":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/#blogposting","name":"How to Build a WinForms Application - Dev Philosopher","headline":"How to Build a WinForms Application","author":{"@id":"https:\/\/devphilosopher.com\/index.php\/author\/erenjaeger\/#author"},"publisher":{"@id":"https:\/\/devphilosopher.com\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-10-40.png","width":366,"height":409},"datePublished":"2023-06-04T01:57:12+00:00","dateModified":"2023-06-04T01:58:37+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/#webpage"},"isPartOf":{"@id":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/#webpage"},"articleSection":"Learning to Code, Software, Desktop, Images, Windows, WinForms"},{"@type":"BreadcrumbList","@id":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/devphilosopher.com#listItem","position":1,"name":"Home","item":"https:\/\/devphilosopher.com","nextItem":{"@type":"ListItem","@id":"https:\/\/devphilosopher.com\/index.php\/category\/software\/#listItem","name":"Software"}},{"@type":"ListItem","@id":"https:\/\/devphilosopher.com\/index.php\/category\/software\/#listItem","position":2,"name":"Software","item":"https:\/\/devphilosopher.com\/index.php\/category\/software\/","nextItem":{"@type":"ListItem","@id":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/#listItem","name":"How to Build a WinForms Application"},"previousItem":{"@type":"ListItem","@id":"https:\/\/devphilosopher.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/#listItem","position":3,"name":"How to Build a WinForms Application","previousItem":{"@type":"ListItem","@id":"https:\/\/devphilosopher.com\/index.php\/category\/software\/#listItem","name":"Software"}}]},{"@type":"Organization","@id":"https:\/\/devphilosopher.com\/#organization","name":"Dev Philosopher","description":"Software, Hardware, all deep developer things","url":"https:\/\/devphilosopher.com\/","logo":{"@type":"ImageObject","url":"https:\/\/devphilosopher.com\/wp-content\/uploads\/2022\/01\/cropped-DevPhilosopherIcon_v12_ColoarAndLines_512x512.png","@id":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/#organizationLogo","width":512,"height":512},"image":{"@id":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/devphilosopher.com\/index.php\/author\/erenjaeger\/#author","url":"https:\/\/devphilosopher.com\/index.php\/author\/erenjaeger\/","name":"Elucidate","image":{"@type":"ImageObject","@id":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/9a34f2c0a23a71a1800c171e1136aa6273ed7057144f2dd2a81fb127cc06f880?s=96&d=mm&r=g","width":96,"height":96,"caption":"Elucidate"}},{"@type":"WebPage","@id":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/#webpage","url":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/","name":"How to Build a WinForms Application - Dev Philosopher","description":"From the perspective of a new guy Introduction Building in WinForms was quite an experience. I helped create a clone of MS paint from scratch with my team members using WinForms, .NET, and C#. We coded in Visual Studio using GitHub, a UML creator, and testing tools integrated into the software. The WinForms systems were","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/devphilosopher.com\/#website"},"breadcrumb":{"@id":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/#breadcrumblist"},"author":{"@id":"https:\/\/devphilosopher.com\/index.php\/author\/erenjaeger\/#author"},"creator":{"@id":"https:\/\/devphilosopher.com\/index.php\/author\/erenjaeger\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/devphilosopher.com\/wp-content\/uploads\/2023\/06\/2023-06-03_18-10-40.png","@id":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/#mainImage","width":366,"height":409},"primaryImageOfPage":{"@id":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/#mainImage"},"datePublished":"2023-06-04T01:57:12+00:00","dateModified":"2023-06-04T01:58:37+00:00"},{"@type":"WebSite","@id":"https:\/\/devphilosopher.com\/#website","url":"https:\/\/devphilosopher.com\/","name":"Dev Philosopher","description":"Software, Hardware, all deep developer things","inLanguage":"en-US","publisher":{"@id":"https:\/\/devphilosopher.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"Dev Philosopher - Software, Hardware, all deep developer things","og:type":"article","og:title":"How to Build a WinForms Application - Dev Philosopher","og:description":"From the perspective of a new guy Introduction Building in WinForms was quite an experience. I helped create a clone of MS paint from scratch with my team members using WinForms, .NET, and C#. We coded in Visual Studio using GitHub, a UML creator, and testing tools integrated into the software. The WinForms systems were","og:url":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/","og:image":"https:\/\/devphilosopher.com\/wp-content\/uploads\/2022\/01\/cropped-DevPhilosopherIcon_v12_ColoarAndLines_512x512.png","og:image:secure_url":"https:\/\/devphilosopher.com\/wp-content\/uploads\/2022\/01\/cropped-DevPhilosopherIcon_v12_ColoarAndLines_512x512.png","article:published_time":"2023-06-04T01:57:12+00:00","article:modified_time":"2023-06-04T01:58:37+00:00","twitter:card":"summary","twitter:title":"How to Build a WinForms Application - Dev Philosopher","twitter:description":"From the perspective of a new guy Introduction Building in WinForms was quite an experience. I helped create a clone of MS paint from scratch with my team members using WinForms, .NET, and C#. We coded in Visual Studio using GitHub, a UML creator, and testing tools integrated into the software. The WinForms systems were","twitter:image":"https:\/\/devphilosopher.com\/wp-content\/uploads\/2022\/01\/cropped-DevPhilosopherIcon_v12_ColoarAndLines_512x512.png"},"aioseo_meta_data":{"post_id":"232","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-06-04 01:57:12","updated":"2025-06-04 01:35:57","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/devphilosopher.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/devphilosopher.com\/index.php\/category\/software\/\" title=\"Software\">Software<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to Build a WinForms Application\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/devphilosopher.com"},{"label":"Software","link":"https:\/\/devphilosopher.com\/index.php\/category\/software\/"},{"label":"How to Build a WinForms Application","link":"https:\/\/devphilosopher.com\/index.php\/2023\/06\/04\/how-to-build-a-winforms-application\/"}],"_links":{"self":[{"href":"https:\/\/devphilosopher.com\/index.php\/wp-json\/wp\/v2\/posts\/232","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devphilosopher.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devphilosopher.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devphilosopher.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/devphilosopher.com\/index.php\/wp-json\/wp\/v2\/comments?post=232"}],"version-history":[{"count":1,"href":"https:\/\/devphilosopher.com\/index.php\/wp-json\/wp\/v2\/posts\/232\/revisions"}],"predecessor-version":[{"id":240,"href":"https:\/\/devphilosopher.com\/index.php\/wp-json\/wp\/v2\/posts\/232\/revisions\/240"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devphilosopher.com\/index.php\/wp-json\/wp\/v2\/media\/233"}],"wp:attachment":[{"href":"https:\/\/devphilosopher.com\/index.php\/wp-json\/wp\/v2\/media?parent=232"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devphilosopher.com\/index.php\/wp-json\/wp\/v2\/categories?post=232"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devphilosopher.com\/index.php\/wp-json\/wp\/v2\/tags?post=232"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}