hgeras Posted September 4, 2005 Share Posted September 4, 2005 I want to make my program run without showing on the taskbar but tray only...I have found this in MSDN but in the NOTIFYICONDATA structure asks for an ID and hwnd ... I have the hwnd but what about the id?Does anyone know how to solve this? Or at least have another way to do this?Thanx in advance.C ya Useful information about COM/Objects referenceMy Scripts:PapDefragNvidia Temperature Logger V3.0 with graph analyzerAutoiIt Update Checker And Downloader V1.0ArrayPush UDF Link to comment Share on other sites More sharing options...
hgeras Posted September 4, 2005 Author Share Posted September 4, 2005 I tried this : $test=DllStructCreate("dword;dword;uint;uint;uint;dword;char[64];dword;dword;char[256];uint[2];char[64];dword;dword") DllStructSetData($test,2,$GUI) DllStructSetData($test,3,@autoitpid) $test2=DllCall("shell32.dll","int","shell_notifyicon","int",2,"ptr",DllStructGetPtr($test)) but no luck... it seems that the shell_notify icon is not recognizable... i tried "notifyicon" and sh_notifyicon" too.... Useful information about COM/Objects referenceMy Scripts:PapDefragNvidia Temperature Logger V3.0 with graph analyzerAutoiIt Update Checker And Downloader V1.0ArrayPush UDF Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now