<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Windows APP on Hanguangwu</title><link>https://hanguangwu.github.io/blog/en/tags/windows-app/</link><description>Recent content in Windows APP on Hanguangwu</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>hanguangwu</copyright><lastBuildDate>Fri, 26 Dec 2025 12:34:25 -0800</lastBuildDate><atom:link href="https://hanguangwu.github.io/blog/en/tags/windows-app/index.xml" rel="self" type="application/rss+xml"/><item><title>Windows player Screenbox</title><link>https://hanguangwu.github.io/blog/en/p/windows-player-screenbox/</link><pubDate>Fri, 26 Dec 2025 12:34:25 -0800</pubDate><guid>https://hanguangwu.github.io/blog/en/p/windows-player-screenbox/</guid><description>&lt;h1 id="screenbox"&gt;Screenbox
&lt;/h1&gt;&lt;p&gt;&lt;a class="link" href="https://github.com/huynhsontung/Screenbox" target="_blank" rel="noopener"
&gt;GitHub-Repo-Screenbox&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Screenbox is a modern video player that cares about performance and ease of use on a wide range of device types. It features a beautiful, friendly user interface that is fast and lightweight. Screenbox is available on Windows 10 version 1903 and up, Windows 11, and Xbox consoles.&lt;/p&gt;
&lt;p&gt;Screenbox is built on top of &lt;a class="link" href="https://github.com/videolan/libvlcsharp" target="_blank" rel="noopener"
&gt;LibVLCSharp&lt;/a&gt; and the Universal Windows Platform (UWP).&lt;/p&gt;
&lt;p&gt;Some notable features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fluent design user interface&lt;/li&gt;
&lt;li&gt;Gesture support for seeking and changing volume&lt;/li&gt;
&lt;li&gt;Window resize hotkeys (number row &lt;code&gt;1&lt;/code&gt;-&lt;code&gt;4&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;YouTube-inspired hotkey layout&lt;/li&gt;
&lt;li&gt;Picture-in-picture mode&lt;/li&gt;
&lt;li&gt;Save the video frame as an image&lt;/li&gt;
&lt;li&gt;Chromecast support&lt;/li&gt;
&lt;li&gt;Browse and play media over the network&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And many more on the way!&lt;/p&gt;
&lt;h2 id="install"&gt;Install
&lt;/h2&gt;&lt;p&gt;The recommended way to install Screenbox is through the &lt;a class="link" href="https://www.microsoft.com/store/apps/9NTSNMSVCB5L" target="_blank" rel="noopener"
&gt;Microsoft Store&lt;/a&gt;. Installing through the store ensures the app stays up to date automatically. You don&amp;rsquo;t need a Microsoft account to download apps from the store. The app can also be installed through winget using the following command.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;div class="chroma"&gt;
&lt;table class="lntable"&gt;&lt;tr&gt;&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code&gt;&lt;span class="lnt"&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-shell" data-lang="shell"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;winget install screenbox -s winget
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id="contribute"&gt;Contribute
&lt;/h2&gt;&lt;p&gt;Feel free to open an issue if you want to report a bug, give feedback, or ask a question. PRs are very welcome!&lt;/p&gt;
&lt;h3 id="for-contributors"&gt;For Contributors
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;📖 &lt;strong&gt;&lt;a class="link" href="CONTRIBUTING.md" &gt;Contributing Guide&lt;/a&gt;&lt;/strong&gt; - Complete guide for new contributors&lt;/li&gt;
&lt;li&gt;🏗️ &lt;strong&gt;&lt;a class="link" href="docs/PROJECT_STRUCTURE.md" &gt;Project Structure&lt;/a&gt;&lt;/strong&gt; - Detailed codebase architecture overview&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="quick-start-for-developers"&gt;Quick Start for Developers
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Prerequisites&lt;/strong&gt;: Visual Studio 2022 with UWP development workload&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Clone&lt;/strong&gt;: &lt;code&gt;git clone https://github.com/huynhsontung/Screenbox.git&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Build&lt;/strong&gt;: Open &lt;code&gt;Screenbox.sln&lt;/code&gt; and build the solution (Ctrl+Shift+B)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Run&lt;/strong&gt;: Set platform to x64 and start debugging (F5)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;See the &lt;a class="link" href="CONTRIBUTING.md" &gt;Contributing Guide&lt;/a&gt; for detailed setup instructions.&lt;/p&gt;
&lt;h2 id="translation"&gt;Translation
&lt;/h2&gt;&lt;p&gt;&lt;a class="link" href="https://crowdin.com/project/screenbox" target="_blank" rel="noopener"
&gt;&lt;img src="https://badges.crowdin.net/screenbox/localized.svg"
loading="lazy"
alt="Crowdin"
&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Help translate the app to your language on &lt;a class="link" href="https://crowdin.com/project/screenbox" target="_blank" rel="noopener"
&gt;Crowdin&lt;/a&gt;! Crowdin offers an intuitive UX for you to get started and is the recommended tool for localization. Translations are automatically synced to GitHub and published in the next minor update.&lt;/p&gt;
&lt;p&gt;You can also translate the app locally without Crowdin. The project source language is English, United States. All localizable source files are in the &lt;code&gt;Screenbox\Strings\en-US&lt;/code&gt; directory. Localizable file types are &lt;code&gt;.resw&lt;/code&gt; and &lt;code&gt;.md&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Make sure you have your translations in the appropriate folder under the &lt;code&gt;Screenbox\Strings&lt;/code&gt; directory. We use a &lt;a class="link" href="https://www.venea.net/web/culture_code" target="_blank" rel="noopener"
&gt;IETF language tag&lt;/a&gt; to name the folder that contains resources for that language (e.g. &lt;code&gt;fr-FR&lt;/code&gt; for French (France), &lt;code&gt;es-ES&lt;/code&gt; for Spanish (Spain)). Files in these folders are translated copies of the original resource files in &lt;code&gt;Screenbox\Strings\en-US&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;A typical workflow for translating resources:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Fork and clone this repo.&lt;/li&gt;
&lt;li&gt;Create a folder for your language under &lt;code&gt;Screenbox\Strings&lt;/code&gt; if there isn&amp;rsquo;t one already.&lt;/li&gt;
&lt;li&gt;Copy over any missing files from the &lt;code&gt;en-US&lt;/code&gt; folder.&lt;/li&gt;
&lt;li&gt;Translate the &lt;code&gt;.resw&lt;/code&gt; and &lt;code&gt;.md&lt;/code&gt; files in the directory.&lt;/li&gt;
&lt;li&gt;Once you&amp;rsquo;re done, commit your changes, push to GitHub, and make a pull request.&lt;/li&gt;
&lt;/ol&gt;</description></item></channel></rss>