|
|
Search .NET-related sites with Google
Thursday, August 06, 2009 Sometimes we want to display some text on the console in some specified color (e.g. error in red, warning in yellow, etc). The procedure is often virtually identical, that is, it consists of three steps:
Save the current color.
Write the text on the console.
Restore saved color.
As we can know, the duplication of code is not a good practice, therefore we should extract the first and the [...] Read the whole post… Monday, July 27, 2009 Sometimes you want to wait until some specified file is available for reading/writing. For example, you wait until other process finishes packing into a zip file, or wait until some file is fully uploaded to the server so you can compress it at server side, or something like that.
There are some solutions in which checking whether the file can be opened mainly looks like this:
public static bool [...] Read the whole post… Sunday, July 19, 2009
ClipboardTranslator allows you quickly translate any text using Google Translation API without constant opening Google Translation webpage. You can also use the application like a simple dictionary…
Changes and new features
- Copying translation to the clipboard using system-wide hotkey (Win+C by default).
- Checking at startup for the application’s new version is now enabled by default.
- Minor bugs fixed.
Go to the ClipboardTranslator’s page
Saturday, June 27, 2009
Protector Lite is a free application which allows you to protect any 100% managed assembly using various techniques to inhibit decompilation and other forms of reverse engineering…
Changes and new features
- Notifying of the availability of the application new version.
- Minor bugs fixed.
Go to the Protector Lite’s page
Saturday, June 27, 2009
ClipboardTranslator allows you quickly translate any text using Google Translation API without constant opening Google Translation webpage. You can also use the application like a simple dictionary…
Changes and new features
Go to the ClipboardTranslator’s page
Thursday, May 28, 2009
ClipboardTranslator allows you quickly translate any text using Google Translation API without constant opening Google Translation webpage. You can also use the application like a simple dictionary…
Changes and new features
- Minimizing to the notification area.
- Displaying translation in the balloon tooltip.
- Notifying of the availability of the application new version.
- Saving the translation log.
- Changing the size of the font using Ctrl+scroll wheel.
- Minor bugs fixed.
Go to the ClipboardTranslator’s page
Friday, April 24, 2009
Protector Lite is a free application which allows you to protect any 100% managed assembly using various techniques to inhibit decompilation and other forms of reverse engineering…
Changes
- Added a console version of the tool.
- Minor bugs fixed.
Go to the Protector Lite’s page
Tuesday, March 03, 2009
Protector Lite is a free application which allows you to protect any 100% managed assembly using various techniques to inhibit decompilation and other forms of reverse engineering…
Go to the Protector Lite’s page
Saturday, February 21, 2009
ClipboardTranslator allows you quickly translate any text using Google Translation API without constant opening Google Translation webpage. You can also use the application like a simple dictionary…
Go to the ClipboardTranslator’s page
Thursday, January 15, 2009
I have updated “Simple Popup Control” article and posted a new version of the control (v1.4).
Changes
- Added
DroppedDown property, and DropDown, DropDownClosed events to the PopupComboBox class.
- Fixed resizing of a popup when
MaximumSize property of the content control is not set.
Go to the updated article
Sunday, November 02, 2008
I have updated “Creating a glass button using GDI+” article and posted a new version of the control (v1.3.2).
Changes
- Fixed a bug that caused the button's image to be disposed in certain situations.
Go to the updated article
Monday, October 27, 2008
I have updated “Creating a glass button using GDI+” article and posted a new version of the control (v1.3.1).
Changes
- The source code is now available both in C# and VB.NET.
- Minor bugs fixed.
Go to the updated article
Wednesday, October 15, 2008
I have updated “VDialog (Vista TaskDialog for Windows XP)” article and posted a new version of the control (v1.5).
Changes
- Parent window no longer looses focus in certain situations on Windows Vista.
- Added HotForeColor property to the CommandLink control.
- Added German localization.
- Fixed some bugs.
Click here to go to the updated article.
Saturday, September 20, 2008
I have updated “Simple Pop-up Control” article and posted a new version of the control (v1.3.1).
Changes
- Tab-key properly transfers the focus between controls contained in a pop-up window.
- Minor bugs fixed.
Click here to go to the updated article.
Friday, September 19, 2008
Recently, I heavily updated my website. I copied here all my articles from The Code Project.
From now on, when I update some article on my website, I will also post the newer version to The Code Project,
but only if the article is marked as “an unedited reader contribution”, which means it can be easily edited.
In case it is not marked so, I will probably update only the article’s “History” section.
The other news are that there is Contact Form, News page and Atom feeds,
so you can be instantly notified about updating some article or about other changes on the site.
|