Showing archive results for 2010

Aug 25, 2010
Post comments count0
Post likes count1

Why did the Explore option disappear from the context menu of folders in the second column of the Start menu?

Raymond Chen

A customer noticed that when you right-click on Computer in the second column of the Start menu on Windows Vista, the first two options are Open and Explore. On the other hand, in Windows 7, the Explore option is gone, leaving just Open. The customer also noticed that in Windows Vista, the two commands had the same effect and wondere...

Other
Aug 24, 2010
Post comments count0
Post likes count1

Windows 95: It sucks less

Raymond Chen

An unofficial team motto.

History
Aug 23, 2010
Post comments count0
Post likes count1

Be careful that your splash screen doesn't squander the foreground love

Raymond Chen

Commenter Erbi has a program which creates a splash screen on a background thread while the main thread initializes. "I create and then destroy this splash screen window just before creating and displaying the main window." The problem is that the main window fails to obtain foreground activation. Commenting out the code that creates the splash scr...

Code
Aug 20, 2010
Post comments count0
Post likes count1

Why does the primary monitor have (0,0) as its upper left coordinate?

Raymond Chen

By definition, the primary monitor is the monitor that has (0,0) as its upper left corner. Why can't the primary monitor be positioned somewhere else? Well, sure you could do that, but then you'd have to invent a new name for the monitor whose upper left corner is at (0,0), and then you're back where you started. In other words, it's just a name....

History
Aug 19, 2010
Post comments count0
Post likes count0

I challenge you to come up with an even lamer physics pun

Raymond Chen

The other day, I was in the office kitchenette, and two of my colleagues both named Paul happened to be there getting coffee. I quipped, "Oh no, is this legal? I think it's a violation of the Paul Exclusion Principle." It was a horrible physics pun, perhaps one of the worst I've made in a long time. My challenge to you is to come up with an even ...

Non-Computer
Aug 19, 2010
Post comments count0
Post likes count1

How do I get the Explorer navigation pane to highlight the current folder all the time?

Raymond Chen

In Windows 7, the folder tree in the Explorer navigation pane by default no longer highlights the item in the view pane. This change was based on user testing and feedback, but if, like me, you prefer things the old way, you can play with two new check boxes on the Folder Options dialog. You can get to Folder Options in a variety of ways: ...

Tips/Support
Aug 18, 2010
Post comments count0
Post likes count1

Microspeak: The funnel

Raymond Chen

In the Customer Service and Support part of Microsoft, you will often see the term funnel. Here are some citations: Effectively and efficiently solve issues by driving levers across the entire funnel. Putting the Fun in Funnel. Strengthening the front of the funnel. The funnel is a way of viewing customer support engagements. For some reason...

OtherMicrospeak
Aug 17, 2010
Post comments count0
Post likes count1

What was that story about the WinHelp pen-writing-in-book animation?

Raymond Chen

The first time you open a WinHelp file, you get this pen-writing-in-book animation while WinHelp does um something which it passes off as preparing Help file for first use or something similarly vague. I remember a conversation about that animation. The Windows shell team suggested to the author of WinHelp that the program use the shell common a...

Other
Aug 16, 2010
Post comments count0
Post likes count1

What happened to WinHelp?

Raymond Chen

Commenter winhelp (probably not his/her real name) wonders what happened to WinHelp.exe. I don't know, but it turns out the answer was already known to the Internet. At the time the question was posted, the answer was already in the Wikipedia entry for Windows Help—it even had a citation! The question does highlight another one of those n...

History