Maybe Fred needs to contact them to fix the problem? Can anyone confirm
that it happens to them with AntiVir?
Code: Select all
f=LoadImage(0,f$)
If f
ivw=ImageWidth(0) : ivh=ImageHeight(0)
If OpenWindow(0,0,0,ivw,ivh,GetFilePart(f$),#PB_Window_ScreenCentered|#PB_Window_SystemMenu)
StickyWindow(0,#True) : ImageGadget(0,0,0,ivw,ivh,f)
Repeat : Until WaitWindowEvent()=#PB_Event_CloseWindow
EndIf
EndIf
