Code Library with Auto Add Feature
Way back in the days of yore, about thirteen years ago, I decided I needed a central repository for all my random bits of code. Not having the dollars at the time, I decided to build my own code repository.
Way back in the days of yore, about thirteen years ago, I decided I needed a central repository for all my random bits of code. Not having the dollars at the time, I decided to build my own code repository.
Drag a form that has no titlebar! Add the routine listed below, and call it in the ‘MouseDown’ event of the form (or a control on the form): MoveWindow Me.Hwnd Windows API/Global Declarations: Private Declare Function ReleaseCapture Lib “user32” () As LongPrivate Declare Function SendMessage Lib “user32” Alias “SendMessageA” (ByVal hWnd As Long, ByVal wMsg As Long, ByVal… Read More »
How to tile or center an image on an MDI Form’s background. Attachments File Uploaded Size 899-20170806-065400-MDIBACKG.ZIP 8/6/2017 6:54:00 AM 19967
How to use various multimedia API functions. Play a WAV/AVI/MIDI/CD, record a WAV, capture an AVI frame, change various volumes. Attachments File Uploaded Size 899-20170806-065130-MCISAMP.ZIP 8/6/2017 6:51:30 AM 8138
An easy approach to saving images to database , displaying them, even save to file and search and display relevant images from database. Attachments File Uploaded Size 904-20170805-072630-ImageAccess.zip 8/5/2017 7:26:30 AM 71116
How to create a horizontal scroll bar in a ListBox. Also fills a ListBox with directories and filenames. Attachments File Uploaded Size 899-20170805-065552-LISTSCRL.ZIP 8/5/2017 6:55:52 AM 1732
Adds a horizontal scroll bar and scroll event. Attachments File Uploaded Size 899-20170805-065322-LISTSCR5.ZIP 8/5/2017 6:53:22 AM 2889
How to implement Windows Help style ListBox searching. Uses a TextBox and ListBox with auto searching in the ListBox with each keypress. Attachments File Uploaded Size 899-20170804-063011-LIST2TOP.ZIP 8/4/2017 6:30:11 AM 1629
How to calculate the distance between two points. Shows the distance in miles and kilometers between two points given their longitudes and latitudes. Attachments File Uploaded Size 899-20170804-062721-LATLONG.ZIP 8/4/2017 6:27:21 AM 2384
How to monitor the Keyboard and Mouse. Useful for detecting system inactivity or activating a program via a keypress combination. Attachments File Uploaded Size 899-20170804-062222-KEYSTATE.ZIP 8/4/2017 6:22:22 AM 1362