In SharePoint (MOSS) 2007 there are many ActiveX controls which add useful functionality like date picking, editing list items in an Excel-like datasheet, uploading of multiple items, and others.
The Problem
You may run into problems though if you have a dark CSS background color for your site which is defined on the <body> element. The ActiveX control will show this dark color as its background color even if it is a child of another element with a light background color. This makes it difficult , if not impossible, to read and work with the content in the control.