Showing tag results for History

Jan 9, 2012
Post comments count0
Post likes count1

What were some of the abandoned features of Explorer back in its prototype days?

Raymond Chen
Raymond Chen

Chris asked for some stories about what Explorer was like in the early days. Well, one thing is that the original name of Explorer was Cabinet, continuing the folder/document metaphor by taking all your folders and documents and putting them inside a virtual filing cabinet. (Cabinet was viewed as an update to the Windows 3.1 File Manager pro...

History
Jan 2, 2012
Post comments count0
Post likes count1

Why wasn't the Windows 95 shell prototyped on Windows NT?

Raymond Chen
Raymond Chen

Carlos wonders why the Windows 95 shell was prototyped as 16-bit code running on the still-under-development 32-bit kernel, USER, and GDI as opposed to being prototyped as fully 32-bit code on Windows NT. There were a number of reasons, some good, some bad. One reason was that the Windows 95 shell was being developed by the Windows 95 ...

History
Dec 21, 2011
Post comments count0
Post likes count1

Deftly solving compatibility problems by withholding information

Raymond Chen
Raymond Chen

One of the continuing compatibility problems that plagued Direct3D was the way it reported texture formats. Historically, the way an application checked which texture formats were available was by calling and passing a callback function which is called once for each supported format. The application's callback made some sort of decision based on t...

History
Nov 28, 2011
Post comments count0
Post likes count1

Why is CLIPFORMAT defined to be a WORD rather than a UINT?

Raymond Chen
Raymond Chen

Commenter Ivo wants to know if the function returns a , why is the data type defined to be a ? Since a is smaller than a , you have to stick in a cast every time you assign the result of to a . Rewind to 16-bit Windows. Back in those days, a and a were the same size, namely, 16 bits. As a result, people got lazy about the distinction. ...

History
Nov 21, 2011
Post comments count0
Post likes count1

Why not use animated GIFs as a lightweight alternative to AVIs in the animation common control?

Raymond Chen
Raymond Chen

Commenter Vilx- wondered why animated GIFs weren't used as the animation format for the shell animation common control. After all, "they are even more lightweight than AVIs." Animated GIFs are certainly more lightweight than general AVIs, since AVI is just a container format, so decoding a general AVI means decoding any encoding format invented n...

History
Oct 27, 2011
Post comments count0
Post likes count1

Why do the pinned items in the Jump List go on the top instead of the bottom?

Raymond Chen
Raymond Chen

When you pin items to the Jump List, they go to the top of the menu that appears when you right-click the Taskbar item. Why not put the pinned items at the bottom? After all, over 98% of users leave the taskbar at the bottom of the screen, so putting the pinned items at the bottom of the list maintains a consistent position relative to the Taskbar...

History
Oct 14, 2011
Post comments count0
Post likes count1

When your vice president tells you to stop replying to a mail thread, you probably should stop replying to the mail thread

Raymond Chen
Raymond Chen

Some time in the early part of this century, somebody sent a message to the Windows NT Development Announcements mailing list at Microsoft. It went something like, "My car was parked in «location X» and somebody ran into it and didn't leave a note. Does anybody have any information about this?" Now, one thing you need to know is t...

History
Sep 8, 2011
Post comments count0
Post likes count1

Why doesn't the Disk Management snap-in incorporate S.M.A.R.T. data?

Raymond Chen
Raymond Chen

My article a while back on Why the Disk Management snap-in reports my volume as Healthy when the drive is dying gave the low-level explanation of why the Disk Management snap-in does not incorporate SMART information: because the Disk Management snap-in is concerned with volume partitioning. DWalker59 noted that the use of the word "Healthy" carr...

History