alex_tr
2025-11-27T23:34:53Z
Hi,

I have just downloaded the Modern ImageList and added it to my Access project.

The old ImageList (classic) displays a dialog when you double-click the control in a form (design-time), which you could use to load images. Is this dialog also included with the Modern edition? (Nothing happens when I double-click)

Alex
Igor/10Tec
2025-11-28T15:09:39Z
This functionality was never coded explicitly in the 10Tec ImageList OCX. It's a quirk in MS Access and works only in this environment for the Classic ImageList created with VB6. The new Modern ImageList was created with twinBASIC, and this shortcut to open the property pages dialog no longer works.

Of course, this dialog is present in the Modern Edition of ImageList. To open it, click the ellipsis button in the value of the Custom property in the Properties pane when the ImageList is selected on the form.

In future releases, a corresponding command to open the dialog will be added to the context menu of the control on the form.
alex_tr
2025-11-29T00:47:42Z
Fantastic, thanks!