16 Ekim 2011 Pazar

delege

delegate void NotifyGenWindowDelegate();

private void NotifyGenWindow()

{

if (this.InvokeRequired)

{

BeginInvoke(new NotifyGenWindowDelegate(NotifyGenWindow));

}

else

{

MyUtil.NotifyGenWindow(this.Handle);

}

}

8 Ağustos 2009 Cumartesi

Firefox Add-ons #2: Gmail Notifier



Gmail Notifier is an essential extension for Gmail and Firefox users. It enables you to monitor your Gmail account, notifies you with a small notifier when you receive a new mail. When you click on the icon, it redirects you to your inbox. It also supports multiple accounts.

Firefox Add-ons #1: IE Tab


IE Tab is one of the most useful extensions that enables you to load web pages in Internet Explorer within Firefox with only a single click on the IE icon at the right corner of the Firefox browser window. You can also predefine the webpages that you want to open in IE Tab automatically. Unfortunately, it doesn't works on Linux because it needs external application (IEXPLORE.EXE). (Maybe there is a way but I don't know..)

7 Ağustos 2009 Cuma

Launchy: The Open Source Keystroke Launcher


Launchy is an open source program to launch the desired program or document(or what you indexed from its properties) with just a few effort. It works similar with Windows Vista's search facility at start menu. It is activated with alt+space combo (it can be changed from properties), you start typing name of the desired program and hit enter when you find it. Also note that, Launchy has both Windows and Linux versions.

18 Şubat 2009 Çarşamba

geliyor, bekleyin..