Ich möchte in der SysTray ein neues icon für mein spiel reinpacken.
problem: egal was ich mache es zeigt es nicht an, was mache ich falsch?
Code: Alles auswählen
If OpenWindow(0, 100, 150, 300, 100, "PureBasic - SysTray Example", #PB_Window_SystemMenu)
AddSysTrayIcon(1, WindowID(0), LoadImage(0, "test.ico"))
endif
delay(5000)
thx @ all bye