WindowFromMouse

Gets the handle of the window under the mouse cursor. Private Type POINTAPI  X As Long  Y As LongEnd TypePrivate Declare Function GetCursorPos Lib “user32” (lpPoint As POINTAPI) As LongPrivate Declare Function WindowFromPoint Lib “user32” (ByVal xPoint As Long, _  ByVal yPoint As Long) As Long ‘ Return the handle of the window under the mouse cursor. Function WindowFromMouse() As Long  Dim… Read More »

Download File

Shows you a couple very easy ways to download files from the internet using the url. Uses api, no controls. You can download files, webpages ect.. If someone has right clicking disabled. Recovered from the remains of vbcodesource.com.

Take Note of this Phishing Mail

There is no specific season for scammers for to try to separate you from your hard earned money, but as we start getting closer to the holidays, expect to see more emails like this.

The Death of PlanetSourceCode

Recently, I went to one my favorite source code repositories, just to check out new submissions, and see how things are progressing in the community. I always enjoy seeing how up and coming young programmers are learning new ways to keep our favorite “old, dead” language alive.

Pusher – System Requirements

For any client or SysAdmin workstation, you simply need a version of Microsoft ™ Windows ™, such as NT4,2000,XP,2003,Vista. If your computers meet the requirements to run the OS, then you”ll have no problem running Pusher. Pusher only requires 150k after installation. Of course, if you create a bunch of target lists, those will take space, albeit minimal… Read More »