Is mxDateTime compatible with Installer

Thomas Heller thomas.heller at ion-tof.com
Wed Mar 15 16:12:27 EST 2000


[changing icons under win95/98]
Changing the icon is done with the Win32 API functions
BeginUpdateResource, UpdateResource, EndUpdateResource.

Unfortunately these functions are only supported on NT or 2000.
Doing this under win95/98 would require a totally different approach.

To quote MS docs:

Requirements 
  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Unsupported.
  

Thomas





More information about the Python-list mailing list