

ganz einfach ... (wenn man weiss wie's geht)
grundlage... (so 'ne art mini-webgadget)
Code: Alles auswählen
Procedure.l Ansi2Uni(ansi.s) ;short way to unicode
SHStrDup_(@ansi,@memtarget)
ProcedureReturn memtarget
EndProcedure
OpenLibrary(0, "ATL.dll")
CallFunction(0,"AtlAxWinInit")
OpenWindow(0, 100, 100, 200, 90, #PB_Window_SystemMenu, "einfach... pb-anigif!")
handle = CreateWindowEx_(0,"AtlAxWin","res://" + GetFilePart(ProgramName()) + "/ani.htm",#WS_VISIBLE|#WS_CHILD|#WS_DISABLED ,5,5,60,54,WindowID(0),0,GetModuleHandle_(0),0)
Repeat : Until WaitWindowEvent()=#PB_Event_CloseWindow
CloseWindow(0)
CloseLibrary(0)
End
<HTML>
<BODY scroll='no' leftmargin='0' topmargin='0'>
<img src="win.gif">
</BODY>
</HTML>
... damit liegt alles im richtigen rahmen !
hier alles komplett zum download ---> http://kyf.net/tmp/anigif.zip