Click here to Skip to main content
15,895,256 members
Everything / Shortcut

Shortcut

shortcut

Great Reads

by Ankur .K. Vishwakarma
This tip shows you a T/SQL function to split a string concatenated by a delimiter.
by Tarun Dudhatra
How to Remove Dot signs viewed instead of spaces (White Spaces)?
by Daniel Lieberwirth (BrainInBlack)
This describes a simple way to create interactive, bitmap based, buttons for WinForm applications.
by 0xC0000054
A C# library that resolves 64-bit shortcuts from a 32-bit application

Latest Articles

by Cinchoo
Yet another RoboCopy GUI tool
by 0xC0000054
A C# library that resolves 64-bit shortcuts from a 32-bit application
by Thomas Daniels
A tip about how to run a Windows Forms application in C# on user logon
by Brad Joss
[RegSave] your property to the Registry, and more.

All Articles

Sort by Score

Shortcut 

14 Apr 2014 by Ankur .K. Vishwakarma
This tip shows you a T/SQL function to split a string concatenated by a delimiter.
8 Mar 2011 by Tarun Dudhatra
How to Remove Dot signs viewed instead of spaces (White Spaces)?
6 May 2014 by Daniel Lieberwirth (BrainInBlack)
This describes a simple way to create interactive, bitmap based, buttons for WinForm applications.
9 Jun 2015 by 0xC0000054
A C# library that resolves 64-bit shortcuts from a 32-bit application
13 Jun 2012 by Ravi Lodhiya
An attacker would point to a “harmful” web site or content and you would only see a short URL which would not tell anything about the original URL.
28 Jun 2013 by _Asif_
This tip helps in creating User schema with fresh password on the fly
27 Oct 2014 by Thomas Daniels
A tip about how to run a Windows Forms application in C# on user logon
2 Apr 2011 by Jose David Pujo
Sometimes we spend a lot of time opening - closing folders trying to find .cpp / .cs / .h files in the Solution
20 May 2010 by Rahul Khadikar
Asp.Net ShortCut Keys List
23 Nov 2009 by samguan87
This trick will allow you to edit shortcut properties in Windows.Add Windows Script Host Object Model reference under the COM tab. To do that, right click on References in Solution Explorer and then Add Reference. Insert the using statement: using IWshRuntimeLibrary; Here is the sample
21 Aug 2011 by Armando de la Torre
How to activate a toolstrip button via a shortcut key
23 Aug 2011 by Caner Korkmaz
Creating Your Own Command Prompt Like Visual Studio Command Prompt
23 Aug 2011 by KenBonny
This is nice for non standard buttons (like a CTRL + s), but OK and Cancel buttons have standard implementations in a Windows Form. Look for the properties AcceptButton and CancelButton of a Windows Form (not sure if this applies in ASP.NET or WPF, I need confirmation on that). There you can...