---
title: "How can I make a Borderless window in WPF winforms application?"  
description: "How can I make a Borderless window in WPF winforms application?"  
author: "Mark Devid"  
published: 2013-07-18  
updated: 2013-07-18  
canonical: https://www.mindstick.com/forum/1312/how-can-i-make-a-borderless-window-in-wpf-winforms-application  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# How can I make a Borderless window in WPF winforms application?

Hi experts!

How can I make a Borderless [window](https://www.mindstick.com/forum/161285/how-does-the-window-console-object-work-in-javascript) in [WPF](https://www.mindstick.com/forum/304/wpf) winforms [application](https://www.mindstick.com/articles/12824/calculator-application-in-android)?

## Replies

### Reply by shreesh chandra shukla

Solution!

You can get rid of the default chrome by making the window transparent and windowStyle to None, and need to provide styled buttons instead of the regular buttons on the top-right

<Window WindowStyle="None" AllowsTransparency="True" Background="Transparent"></Window>


---

Original Source: https://www.mindstick.com/forum/1312/how-can-i-make-a-borderless-window-in-wpf-winforms-application

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
