VB DeskTop Icon Restorer Ver 3.02 Win95+98 Only
This code builds on the previous article Locating Desktop Icon Positions using
Memory Mapped Files.
The attached program has the following features :
- Locate DeskTop Icons
- Get Text from Desktop Icons
- Multiple Desktop Icon Position Restorer and Saver
- Hide\Unhide any Icon
- Retrieve Icon Images
- Detect Screen Resolution Changes and Restore Icon Pattern regardless of resolution change
- Hide\UnHide TaskBar
- Use Global HotKey to bring up App
- Dynamically change screen resolutions while restoring Icon Pattern
This program makes a handy companion to QuickRes, and also helps make your desktop
'childproof'.
The project demonstrates advanced API routines, including :
- Memory-Mapped files - for cross-process messaging
- Subclassing - to detect messages
- Creating a global HotKey - to call your app while it doesn't have the focus
Known Bugs
This code does not work under windows NT. You can get it to work under NT by changing the
API declares to use their Unicode equivilent.
Download Zipped Project File (36k)
Comments
Access to System Tray Icon
Posted by Legacy on 02/01/2001 12:00amOriginally posted by: Mahbubur Rahman
I have found this example very very exciting. But for the last few months I am trying to access system tray icon(Click Effect). Have you got any solution?
ReplyPlease reply.
Can you activate the icons?
Posted by Legacy on 09/29/2000 12:00amOriginally posted by: Doc Scheinder
How can you activate the icons once marked?
Reply