Hello,
With security updates sent by Microsoft, I decided to replace mscomctl.ocx on Access 2010 application. (kill bit)
I am currently testing SEVERAL grids and 10Tec is the most interresting and easy to use.
I have 80 grids to replace, they use icons that change or are added.
I tried to use this:
Private Sub Form_Open(Cancel As Integer)
Me.vbalImageList0.LoadFromFile "C:\10Tec\iGrid ActiveX 5.0\VBA_Samples\icones\test.iml"
End Sub
to load the icons but it does not work.
Can you help me load about 60 icons on form load?
In advance thank you.
Daniel