coffeeturtle Posted November 29, 2011 Share Posted November 29, 2011 Basically, I would like to replace the Windows System Tray Clock with my own having more useful functionality.An example of this in C++ is here:http://blogs.msdn.com/b/abhinaba/archive/2005/09/12/464150.aspxBut it doesn't seem AutoIT has similar commands in it's systemtray functions.I have no idea how to start coding this, but any useful direction would be greatly appreciated.(I hope I have the right thread this time). Thank you. Link to comment Share on other sites More sharing options...
jvanegmond Posted November 29, 2011 Share Posted November 29, 2011 I have no idea how to start coding this, but any useful direction would be greatly appreciated.Since you posted in "Developer Chat" forum, which is for C++ geeks to talk, you can write it in C++. Except the example you posted clearly says that it is for C#. So umm.. "No". github.com/jvanegmond Link to comment Share on other sites More sharing options...
coffeeturtle Posted November 29, 2011 Author Share Posted November 29, 2011 Sorry about that. My mistake. thanks. Link to comment Share on other sites More sharing options...
KaFu Posted November 30, 2011 Share Posted November 30, 2011 Can't see anything about replacing the Tray clock in the example you refer to, it's just about animated icons in the tray. This can be done with OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
coffeeturtle Posted November 30, 2011 Author Share Posted November 30, 2011 Can't see anything about replacing the Tray clock in the example you refer to, it's just about animated icons in the tray. This can be done with Thank you. I have seen this UDF in my searches. You are right about the animation feature referenced in the article. I guess I was focusing on creating text within a system tray icon. The text I would use is a live and current digital clock face.Maybe I should revisit animate udf. Thank you again for your reply, KaFu. 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