How to make Windows 7 sticky notes window a TopMost window?
Well, this post is not related to the CodeFluent Entities product, but it’s still helpful for developers so they can remember what they have to code today!
If you want to make sure the little Windows 7 sticky notes windows are always on top of all other windows (why isn’t that an out-of-the-box feature BTW?), you can craft a program, or use a tool for this.
Today, I will use the NIRCMD tool (found on this super-über-duper site
http://www.nirsoft.net/utils/nircmd.html
). Just type this in the command line:
C:\> nircmd.exe win settopmost class Sticky_Notes_Top_Window 1
What it does behind the scene is change the TOPMOST flag on all windows with the ‘Sticky_Notes_Top_Window’ class name. If you want to undo it, type this:
C:\> nircmd.exe win settopmost class Sticky_Notes_Top_Window 0
And voilà, you’re all set!
Share this:
Leave a Reply Cancel reply
Search
Categories
- .NET (4)
- .NET Domain Model (36)
- ASP.NET (31)
- ASP.NET MVC (2)
- C# (3)
- Cache (1)
- Data access (1)
- Developing Using CodeFluent Entities (141)
- Documentation (10)
- Entity Framework (2)
- Exploring the CodeFluent Runtime (12)
- Importers (16)
- Links (9)
- MySQL (2)
- News (64)
- Not CodeFluent Related :) (19)
- Oracle Database (31)
- Pet Shop Reloaded (2)
- PostgreSQL (2)
- Presentation (63)
- Producers (5)
- ServiceStack (1)
- SharePoint (10)
- SoftFluent Products (16)
- SQL Server (44)
- SQLAzure (39)
- Templates (13)
- Tools (2)
- Uncategorized (2)
- WCF (10)
- Web API (2)
- WPF (10)
Recent Posts
- [Pet Shop Reloaded] The Application
- [Pet Shop Reloaded] A comparative study between CodeFluent Entities and Entity Framework
- Using flags enumeration with ASP.NET MVC and CodeFluent Entities
- Defining type mappers when importing a database using the Importer Wizard
- Creating a custom sub producer to only generate resources
Top Posts
Top Rated
Archives
- June 2013 (2)
- May 2013 (5)
- April 2013 (6)
- March 2013 (5)
- February 2013 (4)
- January 2013 (1)
- December 2012 (3)
- November 2012 (8)
- October 2012 (8)
- September 2012 (4)
- August 2012 (7)
- July 2012 (8)
- June 2012 (11)
- May 2012 (4)
- April 2012 (11)
- March 2012 (11)
- February 2012 (12)
- January 2012 (14)
- December 2011 (12)
- November 2011 (16)
- October 2011 (5)
- September 2011 (16)
- August 2011 (15)
- June 2011 (22)
- May 2011 (16)
- April 2011 (11)
- March 2011 (16)
- February 2011 (16)
- January 2011 (14)
- December 2010 (1)
- November 2010 (9)
- October 2010 (1)
- September 2010 (1)
- July 2010 (2)
- June 2010 (2)
- May 2010 (1)
- April 2010 (1)
- March 2010 (2)
- February 2010 (1)
- January 2010 (4)
- December 2009 (5)
- November 2009 (1)
- August 2009 (1)
- July 2009 (1)
- June 2009 (2)
Just by these days Microsoft windows 7 signifies the latest accomplishment of Microsoft Company in respect for the advancement of typical OS with regard to Computer system. Most advanced technologies in the files administration, safety as well as interface advancement are accumulated in a single product developed in order to support the fame of aging MS Microsoft windows xp. You will find good reasons to think that Windows 7 could be significantly enhanced when compared to state it’s in at the moment.
It worked, you have to have the sticky note opened for it to work.
Is this a permanent solution or do you have to do this every time you open sticky notes?
how i found NIRCMD tool?
is it work on win 7 64-bit?
I know this answer is late, but: 1. Sadly it is not permanent you have to do it every tim you start sticky notes. And 2. Yes, it works on Win7 64-bit, I tested it myself
works perfectly. thanks a lot.
Works perfectly; though as stated it only affects an already-opened note.
Works perfectly, though as stated it only affects an already open Sticky Note. I usually Hibernate my PC anyway, so no biggie.