Lebans Holdings 1999 Ltd.

 Home ] Up ] Feedback ] Contents ] Search ] What's New ] 

MISC
Home
Up
Forms
Reports
List/Combo Boxes
ActiveX Controls
MISC
VisualBasic
MSWord

RETIRED! September 2009

I have officially retired from all things Access. Please do not send Email requesting support as I will not respond.

 

Keep all of your questions to the Newsgroups where everyone will benefit!

 

 

 

The following items didn't fit in any other category! :-)

AddSQLComments is an MDB containing functions to allow the saving of Comments in the SQL View window.

WORD contains code to enable the user to Export embedded Images within a MS Word document to disk based Bitmap or Enhanced Metafile format.

A2KCallbackBrowse & A97CallBackBrowse are functions to allow you to specify the opening folder to be displayed when calling the Browser Folder Dialog window.

A2KExportOLEtoJPEG   A2K ONLY! This version saves the entire contents of a table containing OLE Object Images to disk based Jpeg files. User selectable compression rate. 

ImageFAQ is a group of my NG postings related to Image issues..

Utilities is a database containing small code sample projects from my NG postings.

PrintFailure is a database containing a Report that fails during the time Access is formatting the report and before it is spooled to the printer driver.

ListTablesInMDB is a database containing code to demonstrate how to list Tables in an MDB using a list filling function and a ListBox. Import selected Table into current MDB.

WindowToBitmap is a database containing a class to allow you to capture and save the entire contents of the Relationships window to a disk based Bitmap file. This is roughly a 4000 x 5000 pixel window. The Bitmap is saved as a 16 color BMP in order to reduce file size.

CommandBars is a database containing functions to allow you to view all of the MS Office CommandBar objects and CommandBarControl objects on your system.

SaveOLEtoBitmap is a database containing functions to allow you to save the contents of an OLE Field to a disk based Bitmap file.

ChooseFontColorDialog is a database containing functions showing how to call the API Font and Color Dialogs. 

NEW - Jan. 27/2000  EnumerateFonts includes a function to enumerate the Fonts on your system and a callback function to fill a ListBox from a source array.

MemViewer - Hex Display of your Ram

HScroller - Create a Horizontal Scrolling Text Marquee.

RowNumber - Functions to create Sequential Row numbers for Forms, Queries etc.

CustomScrollBar - Custom ScrollBar - No API's - No Timer.

ImageControlBugVerifyImages

BabyShowerWordScramble.XLS - Enough said!<grin>

HiResAerialPhotoNursery.jpg - Hi Resolution Aerial Photo of my Nursery-6MB!!!!

Get the Pixel Color underneath the Cursor.

Public Function fGetPixelColor() As Long
' No inputs. Uses GetCursor & GetPixel
Dim hdc As Long
Dim pt As POINTAPI
lngRet = GetCursorPos(pt)

hdc = apiGetDC(0&)
fGetPixelColor = GetPixel(hdc, pt.x, pt.y)
lngRet = apiReleaseDC(0&, hdc)
End Function

snapshot viewer application row number choose font color colour dialog export OLE

 

 
 

May 23, 2004 Product Update
 
 
Rich Text ActiveX control. Version 1.8

Click Here!

 

Mar 15, 2005 Product Update
 
MouseHook  Replaces the MouseWheel DLL subclassing solution. Turns On/Off the MouseWheel with one line of code. No DLL registration required. Now supports Logitech mice!

Click Here! 

 

 

 
Back ] Home ] Up ] Next ] 
Stephen Lebans Copyright 2009

Last Modified : 09/11/09 12:03 AM