Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ImageList and hImageList
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
ImageList and hImageList
Divers
Thread ID:
00463736
Message ID:
00463736
Vues:
64
some activex controls using imagelist by means of HIMAGELIST, or using the SHGetFileInfo function in Shell32, well , someone know how i can obtain this hImageList or the sintax for SHGetFileINfo syntax for foxpro?

the function in VB is :

Private Type SHFILEINFO
hIcon As Long
iIcon As Long
dwAttributes As Long
szDisplayName As String * 260
szTypeName As String * 80
End Type

Private Declare Function SHGetFileInfo Lib "shell32" Alias "SHGetFileInfoA" _
(ByVal pszPath As Long, _
ByVal dwFileAttributes As Long, _
psfi As SHFILEINFO, _
ByVal cbFileInfo As Long, _
ByVal uFlags As Long) As Long


Best Regards

Francisco Morosini
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform