---
title: "how to display windows for always on top in c#"  
description: "how to display windows for always on top in c#"  
author: "Andrew Deniel"  
published: 2013-06-08  
updated: 2013-06-08  
canonical: https://www.mindstick.com/forum/1012/how-to-display-windows-for-always-on-top-in-c-sharp  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# how to display windows for always on top in c#

Hi [Expert](https://www.mindstick.com/articles/13120/an-expert-financial-advice-will-improve-your-finances),\
I want to create a [windows](https://www.mindstick.com/articles/311752/how-to-install-and-use-the-google-wifi-software-on-a-windows-or-mac-computer) [form](https://www.mindstick.com/forum/6/multi-form-mfc-application) (e. g. conformation windows form) which display always on top. How to achieve that in C#.Please provide any [demo](https://www.mindstick.com/forum/157370/how-to-swap-neighbor-characters-in-string-e-g-string-demo-would-be-edom) or any [useful](https://www.mindstick.com/articles/12694/how-dolomite-mineral-is-useful-in-human-life) [article](https://www.mindstick.com/articles/95867/are-you-looking-for-500-credit-score-mortgage-lenders-houston-continue-reading-this-article)/[blog](https://www.mindstick.com/articles/12705/myths-and-misconception-about-blog) links.\
Thanks in advance. Your help is a great appreciated. \

## Replies

### Reply by Vijay Shukla

Hi Andrew Deniel!Below line of code make your winform always top of another formthis.TopMost = true; (this code write down under the form_Load event)OrOpen your form property and goto on TopMost property and set the true its value.


---

Original Source: https://www.mindstick.com/forum/1012/how-to-display-windows-for-always-on-top-in-c-sharp

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
