Go Back   Forums @ The Digital Fix > Gadgets and Gizmos > Computing Forum



Reply
 
Thread Tools Display Modes
Old 20-11-2006, 18:34   #1
Stuee
GamerTag - Stuee P
 
Stuee's Avatar
 
Join Date: Apr 2001
Location: Essex
Posts: 484
Thanks: 0
Thanked 1 Time in 1 Post
Unhappy Black Clock on all Icons???

Can someone tell me what's happened to my Windows icons, They appear to have what look like a small black square with a clock?? on them in the bottom left hand corner

Many Thanks

Stuart
Stuee is offline   Reply With Quote
Old 20-11-2006, 20:33   #2
big1
Trusted User
 
Join Date: Jul 2003
Posts: 1,172
Thanks: 0
Thanked 1 Time in 1 Post
Might be easier if you included some details as to your operating system, whether you have scanned for spyware\virus's a picture might even help. Ie: press 'prnscrn' or Print Screen key and open paint, save an image of one of the offending icons and upload it to somewhere like imageshack.us then someone might have a clue as to what you're referring too.

As presently, it's like me looking out the window and posting a topic 'well look at that'.

HTH
big1 is offline   Reply With Quote
Old 20-11-2006, 21:59   #3
Faythur
Trusted User
 
Join Date: Nov 2000
Posts: 5,622
Thanks: 26
Thanked 49 Times in 24 Posts
Seems to be a bit of a weird problem.

Found this:

I think you'll find that is a black clock.
This means that the file has been archived to tape and will take a very long time to access.
The black clock is sometimes seen even if your system is not equipped with Hierarchical Storage Management. When this happens, it's because some program (typically a setup program) didn't check error codes properly.

CopyFileAttributes(LPCTSTR pszSrc, LPTSTR pszDst)
**
SetFileAttributes(pszDst, GetFileAttributes(pszSrc));
**

The above code fragment fails to check for an error code from GetFileAttributes. It so happens that GetFileAttributes fails by returning the value 0xFFFFFFFF. If you fail to check this error code, you end up setting every possible attribute on the destination, including FILE_ATTRIBUTE_OFFLINE. FILE_ATTRIBUTE_OFFLINE is the flag that tells Explorer that the file has been archived to tape.

Standard overlay icons are:

A small arrow: Shortcut icons have a small arrow in the lower-left corner.
A small hand: Indicates a shared folder.
A small blue arrow (downward-pointing): Files to be written to CD.
A pair of blue swirling arrows: Offline folders.
A small black clock: The file has been archived.


The guy with the problem seemed to atribute it to X Copy program.

Never really got a fix http://forums.whirlpool.net.au/forum...fm/409102.html
Faythur is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump




All times are GMT. The time now is 22:50.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Copyright ©2000 - 2012 Poisonous Monkey Ltd. Part of The Digital Fix Network