Search Tools Links Login

Sticky Notes!

Posted: 2002-06-01
By: ArchiveBot
Viewed: 55

Filed Under:

VB6 Code Cache

Title Uploaded Size
Sticky Not248178172001.zip 9/3/2020 3:45:00 PM 3,502

I know it's been done a thousand times, but how cute is post it notes on your screen. I can't imagine many people will use it, but I am!

Original Author: Mike Toye

API Declarations

Private Declare Function SetWindowPos Lib "User32" (ByVal _
hWnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, _
ByVal Y As Long, ByVal cx As Long, ByVal cy As Long, _
ByVal wFlags As Long) As Long
Private Declare Function SendMessage Lib "User32" Alias "SendMessageA" (ByVal _
hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, _
lParam As Any) As Long
Private Declare Sub ReleaseCapture Lib "User32" ()


Comments on this post

No comments have been added for this post.

You must be logged in to make a comment.