Hi to all and thanks for help me.
Thanks Leandro now the first problem is gone.
For the second problem:
I tried to reproduce the problem using your demo project.
In Form Load modify your code :
'----------------------------------Ejemplo2
With ListBoxEx2
.IconsSize = 48
For i = 0 To 7
.ImageListLoadIconFromFile App.Path & "\Iconos\" & i & ".ico"
Next
.AddItems "Cámara Fotográfica", 0
.AddItems "Celular", 1
.AddItems "Monitor", 2
.AddItems "Juegos", 3
.AddItems "Papelera de reciclaje", 4
.AddItems "Auriculares", 5
.AddItems "BaterÃa", 6
.AddItems "Reloj", 7
.AddItems "Cámara Fotográfica", 0
.AddItems "Celular", 1
.AddItems "Monitor", 2
.AddItems "Juegos", 3
.AddItems "Papelera de reciclaje", 4
.AddItems "Auriculares", 5
.AddItems "BaterÃa", 6
.AddItems "Reloj", 7
.ScrollStyle = ScrollBar
.IconAlign = AlingLeft
.SelectedIndex = 1
End With
With these changes I am having the problem.
For Alpha Channel Icons:
my fault, sorry the manifest was missing.
It's possible add PNG instead of 32bit icons?
Thanks again for Help