Ido Samuelson

Notes, thoughts and exceptions

<December 2008>
SuMoTuWeThFrSa
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910


Navigation

Blogs I read

Articles

My WorkSpaces

Subscriptions

News

Only 10 kind of people in the world. Those who understand binary and those who don't.

Post Categories

Article Categories



Tuesday, June 21, 2005 - Posts

Register HotKey fix

I wrote a HotKey component a few month ago and some reported me a bug that suspend, shutdown or restart did not work while the Hotkey was in use.

This bug was fixed and I updated the code on the original post: http://dotnetjunkies.com/WebLog/principal/archive/2005/04/21/69872.aspx

I was trying to find a way to register a hotkey without the use of the form's handle and the code that was on that post was one of those tries...

posted Tuesday, June 21, 2005 11:05 AM by snick

a small example of what a programmer should NOT do...

What you would do when you see the following code:

public object GetObject()

{

   if (myObject != null)

      return myObject;

   else

      return null;

}

posted Tuesday, June 21, 2005 10:38 AM by snick

No more comments....

For the last month I received over a 1000 spam emails from my blog. I guess it is a good time to remove the comments from my blog for a few weeks...

posted Tuesday, June 21, 2005 10:15 AM by snick

Service Locator Applicaion Block v1.0

Service Locator 1.0 is an application block which integrates with Enterprise Library 1.0. It's a general-purpose, provider-driven object factory, which can be used to create instances of component servers, following the Service Locator design pattern.

http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=41A621E5-3628-4C71-8985-710C4475F347

posted Tuesday, June 21, 2005 10:12 AM by snick




Powered by Dot Net Junkies, by Telligent Systems