I'm on a quest to figure out how to identify different icon overlays through Excel VBA
.
There is a cloud syncing software and I am trying to identify whenever the syncing of my excel file has finished or still in progress. I was able to achieve a basic level of reliability by following the modification date of some meta(?) files but there is not enough consistency to fully rely on this method.
The result of my searches is a big punch in the face, since there is not much info about it in VBA
. Basically all I have found that everyone uses advanced languages like C++
to handle these things.
The closest source I've got in VBA
does something similar with the System Tray
and uses the shell32.dll
calling the appropiate windows api
(link). But I have no idea how to make it to the Shell Icon Overlay Identifier
.
What do you guys think, is there a possible way to make it through VBA
or I have to learn C++
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…