Localized .NET applications Written on May 25, 2007, by akafazov.

One of the things I really like about Visual Studio and .NET is the built-in localization support. The automatically IDE creates XML-formated .resx files when you mark a Form as Localizable = true. Then, adding controls to the form and setting their Text property would automatically create an entry in the .resx file for the [...]

How to peek at the windows message queue of .NET application Written on May 21, 2007, by akafazov.

So how to take a look at what comes in the message queue of the window of .NET application. Quite simple – override the WndProc function
protected override void WndProc(ref Message m)
{
if ( m.Msg == WM_COMMAND )
{
// handle message …
break;
}
base.WndProc (ref m);
}
just do not forget to call base.WndProc to [...]

What the bleep do we know Written on May 19, 2007, by Angel Kafazov.

Several month back I saw the movie What the Bleep Do We Know!?. I really presented me with a point of view at the world I have never imagined possible and open new totally different ways of thinking about me, other people and the universe. It wasn’t until soon, when I say it again and [...]

The Cookie Thief Written on May 18, 2007, by Angel Kafazov.

I came across this nice poem by Valerie Cox and wanted to share it here.
The Cookie Thief
by Valerie Cox
A woman was waiting at an airport one night,
With several long hours before her flight.
She hunted for a book in the airport shops.
Bought a bag of cookies and found a place to drop.
She was [...]

Нов албум в галерията Written on May 18, 2007, by Angel Kafazov.

Публикувах снимките от другарската среща на 11К клас от ОМГ Пловдив, випуск 2002. След няколко дни очаквам още снимки.

Visit to Bulgaria Written on May 10, 2007, by Angel Kafazov.

I am in Bulgaria in the time from 10.5.2007 to 16.5.2007
You can cantact me via email at angel [at] kafazov [dot] net or post a comment here.
Tel: +359 889 602 478

Angry port scanner Written on May 7, 2007, by akafazov.

It’s a very simple and easy to use tool for scanning ports on a network. I needed it to test IP connectivity on Windows2000 machine on a specific port. I created the firewall configuration allowing all in/out traffic and applied it, but it took no effect. Windows 2000 looks weird, I am using the mmc [...]

Microsoft Silverlight Written on May 6, 2007, by akafazov.

While I have been busy with my own work in the last month, Microsoft renamed WPF/E to Silverlight and release 1.0 and 1.1 Beta versions. The Silverlight website has a new sleek design and there has been many new applications developed on the new version. The one that impressed me is a Airlines app allowing [...]

Looking for a decent audio player Written on May 5, 2007, by akafazov.

I want to replace the standart Winamp and Windows Media audio setup that I have for playing audio files, due to the fact that they are not easy to use and do not support formats like .flac out of the box. Well, may be I am wrong saying that about the usage, but I am [...]

Firefox bookmarks plugin Written on May 4, 2007, by akafazov.

Foxmark Bookmark Synchronizer is a neat plug-in for keeping your bookmarks up-to-date on multiple machines.

© Copyright Blog of Angel Kafazov - Powered by Wordpress - Designed by Speckyboy. Enjoy with a Whopper Meal & Large Coke.