<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>WinForms on Junian Dev</title>
    <link>https://www.junian.dev/tags/winforms/</link>
    <description>Recent content in WinForms on Junian Dev</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <managingEditor>author@junian.dev (Junian Triajianto)</managingEditor>
    <webMaster>author@junian.dev (Junian Triajianto)</webMaster>
    <copyright>Copyright &amp;copy; 2014 - 2026 Junian.dev</copyright>
    
	    <atom:link href="https://www.junian.dev/tags/winforms/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>WinForms 32-bit &#39;Designer Could Not Be Shown&#39; Issue</title>
      <link>https://www.junian.dev/dev/dotnet-winforms-32bit-designer-issue/</link>
      <pubDate>Sun, 09 Mar 2025 10:30:40 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/dotnet-winforms-32bit-designer-issue/</guid>
      <description>&lt;p&gt;When I was working on a company WinForms project in Visual Studio, I encountered the following error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: frmDataEditor &amp;mdash; The base class &amp;lsquo;Client.Forms&amp;rsquo; could not be loaded. Ensure the assembly has been referenced and that all projects have been built.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Here&amp;rsquo;s the complete Stack Trace:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Folder Browser Dialog on Windows with C#</title>
      <link>https://www.junian.dev/dev/csharp-open-folder-dialog/</link>
      <pubDate>Sun, 05 May 2024 13:42:11 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/csharp-open-folder-dialog/</guid>
      <description>&lt;p&gt;In this guide, I&amp;rsquo;ll walk you through the process of implementing a folder selection UI using C#.&lt;/p&gt;
&lt;p&gt;In many applications, users need to specify a folder where certain files will be saved or retrieved.
Providing a user-friendly way to select folders enhances the overall usability of your application.&lt;/p&gt;
&lt;p&gt;To implement a folder selection dialog in C#, we&amp;rsquo;ll use the &lt;code&gt;FolderBrowserDialog&lt;/code&gt; class provided by the .NET framework.
This class allows users to browse and select folders from their file system with ease.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Can&#39;t Open Form [Design] View in WinForms Project</title>
      <link>https://www.junian.dev/dev/winforms-unable-open-design-view/</link>
      <pubDate>Sun, 05 May 2024 09:48:56 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/winforms-unable-open-design-view/</guid>
      <description>&lt;p&gt;Have you ever been developing a WinForms project and encountered a situation where you couldn&amp;rsquo;t use the View Designer?&lt;/p&gt;
&lt;p&gt;This problem can occur when you&amp;rsquo;re using the latest SDK-style project but are still targeting an older version of .NET, such as 4.8 or below.&lt;/p&gt;
&lt;p&gt;Rest assured, you&amp;rsquo;re not alone. The solution is rather straightforward.&lt;/p&gt;
&lt;p&gt;In Visual Studio, simply right-click on your project file and select &lt;strong&gt;Edit Project File&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Now, you just need to include a new &lt;code&gt;ItemGroup&lt;/code&gt; for your Form files.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
