Hey there, couldn't find anything on this, so i tried myself, but it doesn't work, here's what i got:
$aList = _RecFileListToArray($File1, "*.jpg;*.bmp;*.gif", 1, 0, 2, 2)
If @error = 1 Then
MsgBox(64, 'Notice', 'Couldnt find any images ')
Else
If IsArray($aList) Then
For $u = 1 To $aList[0]
Local $Art = $aList[$u]
TrayTip('Playing', GUICtrlCreatePic($Art, -1, -1) & @CRLF & $File2, '', 1)