re: What was the nature of the feedback that resulted in the change to the...
Or you're like me and you have so many folders that the tree is just too cluttered, and you ignore it completely. There's also the problem I had where my explorer windows would hang (i.e. CPU &...
View Articlere: What was the nature of the feedback that resulted in the change to the...
Oh, the other gripe I had with the new folder tree is the absence of lines. The only way to tell which folder is under what is by the indentation. That means to determine the parent of a folder, I...
View Articlere: What was the nature of the feedback that resulted in the change to the...
The Eclipse IDE has a similar option - several of the different panels (e.g package explorer, version history) have a "link with editor" button that toggles whether those panels should follow what's...
View Articlere: What was the nature of the feedback that resulted in the change to the...
I like the new behavior in Windows 7 explorer much more. I used to use folder tree in XP and 2000 sometimes when I needed to look through the folder hierarchy. In other cases I kept folder pane off....
View Articlere: What was the nature of the feedback that resulted in the change to the...
@Simon I've used eclipse for years now, often (ok, not really but it sounds better than "sometimes") wondered what that strange setting would do and never saw any immediate changes when enabling it, so...
View Articlere: What was the nature of the feedback that resulted in the change to the...
@jader3rd Personally I'm not a fan of auto-expanding the current folder, in particular it gets in the way of finding the target folder to drag-n-drop into.
View Articlere: How do I make it so that users can copy static text on a dialog box to...
[Static text controls automatically copy their contents to the clipboard when you double-click them if you set the SS_NOTIFY style.] The best part about this feature is that it's not documented (as far...
View Articlere: How do I make it so that users can copy static text on a dialog box to...
Documented on Result #2 on a search engine for me: msdn.microsoft.com/.../bb760767(v=vs.85).aspx
View Articlere: How do I make it so that users can copy static text on a dialog box to...
That, I'm afraid, smells like a feature that was needed in one place that leaked into the base implementation. It should have been a new SS_COPYTOCLIPBOARD style that people opted into, it's completely...
View Articlere: How do I make it so that users can copy static text on a dialog box to...
Wait a second... you mean if I absentmindedly double-click static text in a dialog it *might* copy it to the clipboard? WTF?!! How are users supposed to know about this behavior change, if most...
View Articlere: How do I make it so that users can copy static text on a dialog box to...
I prefer the readonly text controls.
View Articlere: How can I customize which notification icons are displayed by default on...
"[If you manage to score a contract with an OEM to have your software preinstalled on all their machines, I would hazard that you are no longer a non-commercial developer. -Raymond]" True: you are also...
View Articlere: How do I make it so that users can copy static text on a dialog box to...
While I don't mind the new feature (have to opt-in through the controls v6), I do agree that it is a very curious thing to add at this point. Also, besides the already mentioned issue of near...
View Articlere: How do I make it so that users can copy static text on a dialog box to...
@Rangoric: Where on that page does it mention anything about copying text to the clipboard? Only in a comment posted by a user.
View Articlere: How do I make it so that users can copy static text on a dialog box to...
It's always painful to be reading text and not have the ability to copy it, regardless of the Control.
View Articlere: How do I make it so that users can copy static text on a dialog box to...
And in addition to the flaws already mentioned, it is completely undiscoverable. But remember folks, this isn't "curious", it's called "design". [I agree with everyone else that this was a...
View Articlere: How do I make it so that users can copy static text on a dialog box to...
@John - "Where does it mention anything, ignoring where it says it". Um yes the comment. That comment is by someone who works for Microsoft and that comment has been there for 3 going on 4 years.
View Articlere: How do I make it so that users can copy static text on a dialog box to...
I've worked with the Windows API since Win16, and I didn't know that you could copy the contents of a MessageBoxW with control-C... By the way, I wish that Microsoft's example code would stop using the...
View Articlere: How do I make it so that users can copy static text on a dialog box to...
@Rangoric - I don't normally google for biographies of people who add random comments to web pages, so it frankly doesn't matter how long this person has or has not been working for Microsoft. All I...
View Articlere: How do I make it so that users can copy static text on a dialog box to...
@Rangoric: Maybe it's just me, but I don't consider random posts in the comments section as "documentation" even if it is from an alleged Microsoft employee; have you seen some of the stuff that gets...
View Article