Showing archive results for 2010

Jul 22, 2010
Post comments count0
Post likes count1

Things I've written that have amused other people, Episode 7

Raymond Chen

A customer asked for advice on how to accomplish something, the details of which are not important, except to say that what they were trying to do was far more complicated than the twenty-word summary would suggest. And I wasn't convinced that it was a good idea, sort of like asking for advice on how to catch a baseball in your teeth or pick all t...

OtherThings I've written that have amused other people
Jul 21, 2010
Post comments count0
Post likes count1

No, you can't lock a gadget to the top of the sidebar

Raymond Chen

In another installment of I bet somebody got a really nice bonus for that feature, I offer you this customer: My customer has created a Windows Vista sidebar gadget and wants to know if there's a way to force this gadget to appear at the top of the sidebar and prevent the user from moving or removing it. I applaud this company for having writte...

Other
Jul 20, 2010
Post comments count0
Post likes count1

Suggestion Box 4

Raymond Chen

The topic backlog from Suggestion Box 3 has nearly cleared out, and I've actually been enjoying not having to write up a reply every Monday for the past several months, but all good things must come to an end, and so, without much fanfare, we now have Suggestion Box 4. Remember, the suggestion box is for suggestions for future topics. I...

Pages
Jul 20, 2010
Post comments count0
Post likes count1

Management-speak: Multi-perspective content

Raymond Chen

A colleague of mine visited an internal Web site for task ABC and found that the site was no longer there. Instead it was replaced with a simple message: Designed with the user in mind you will now find contextual ABC and DEF information served up in a secure format alongside all GHI information. Access to relevant multi-perspective content...

OtherMicrospeak
Jul 19, 2010
Post comments count0
Post likes count1

To enable and disable a window, use the EnableWindow function

Raymond Chen

Commenter Chris 'Xenon' Hanson points out that fiddling with the style directly via leads to strange behavior. However it isn't the case that "most widget classes work fine." Reaching in and fiddling the style bit directly is like reaching into a program's internal variables and just changing the values: All the other work that is associated wi...

Code
Jul 16, 2010
Post comments count0
Post likes count1

How do I launch the Explorer Search window with specific search criteria?

Raymond Chen

A customer wanted to know how to launch Explorer's Search window with specific fixed search criteria. It turns out that there are two ways of doing this, the poor man's way and the overachiever's way. The overachiever's way is actually easier to discover. You can use the search-ms protocol to generate a command string that describes the query you...

Code
Jul 15, 2010
Post comments count0
Post likes count1

There's always the low-tech way of managing a process, too

Raymond Chen

One of my colleagues had a problem with content management. I've changed the underlying scenario but the principle is the same. Is there a way to require that someone other than the author of a proposal sign off before the proposal tracking system accepts it? We had an issue where somebody wrote up a proposal, and due to a miscommunication, the pr...

Other
Jul 14, 2010
Post comments count0
Post likes count1

Why don't all the Control Panel applications show up when you open a menu from the address bar?

Raymond Chen

One of the features added to the Explorer Address Bar in Windows Vista is the ability to navigate quickly to an item by clicking on its name, or navigate to a folder's children by clicking the arrow that appears next to the item and selecting your destination. One customer reported that there appeared to be a problem with the Control Panel: Switc...

Tips/Support