Code: Alles auswählen
Procedure createicon()
CreateImage(1,16,16)
StartDrawing(ImageOutput())
DrawingMode(1)
Box(0,0,16,16,RGB(0,0,255))
Locate(3,3)
FrontColor(255,0,0)
DrawText(Str(CountList(found.s())))
StopDrawing()
EndProcedureAls .ico abspeichern und wieder reinladen funktioniert nicht,
und die Notify Lib hilft auch nicht.
Hat vieleicht jemand eine Idee?
