when have Picture i want to have Image while File-Name can be random.
while i can´t figure out how to use LVS_ICON Style in GRID i think about a Workaround.
using a FOR/NEXT loop i can create IMAGE ... but how to "mark" them

how can i "show" that IMAGE is "marked" to copy those File in next Step
while IMAGE are much bigger than Thumbs i need to "re-size" them.
Code: Select all
Function BT_BitmapLoadFile (cFileName) -> hBitmap
Function BT_BitmapCopyAndResize(hBitmap, New_Width, New_Height, Mode_Stretch, Algorithm)
Function BT_HMGSetImage (cFormName, cControlName, hBitmap, lReleasePreviousBitmap)
