Works with ctrl+left mouse click, displays a traytip, balloon-like with the image resolution, if can be read. Not entirely mine, got help from forum, without you i couldn't have done it. thanks ppl.
#include "image_get_info.au3"
#include <Misc.au3>
AutoItSetOption("TrayAutoPause", 0)
Local $DLL = DllOpen("user32.dll")
Local $file, $aInfo, $keyR1, $keyR2
RegWrite("HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced", "EnableBalloonTips", "REG_DWORD", "1")
While 1
Sleep(50)
If _IsPressed("11", $dll) Then ;CTRL
$keyR1 = 1
CTRLkey()
ElseIf $keyR1 + $keyR2 = 2 Then
RE