376
General Software Discussion / Re: Excellent RSS reader
« Last post by nite_monkey on September 24, 2008, 07:10 AM »lol, funny you should mention google reader. That is what I use. I also used to install readers, but I finally switched.

CapsLock & WheelDown::
{
WinGetActiveTitle, cwindow
WinGet, tp, Transparent, %cwindow%
tp := tp-10
WinSet, Transparent, %tp%, %cwindow%
Return
}
CapsLock & WheelUp::
{
WinGetActiveTitle, cwindow
WinGet, tp, Transparent, %cwindow%
tp := tp+10
WinSet, Transparent, %tp%, %cwindow%
Return
}
Rwin & LWin::
{
WinGetActiveTitle, cwindow
WinSet, Transparent, Off, %cwindow%
Return
}
For a while, I couldn't get it to work, but then I used one of those green usb to ps/2 converters that comes with usb mice, and it works 100%!-nite_monkey (June 25, 2008, 04:28 PM)
For your webcam? In the program, I'm using a DirectX wrapper to connect to the webcam. Maybe your webcam has an issue with DirectX?-VideoInPicture (June 25, 2008, 07:21 PM)