Nov 7, 2016 Post comments count0 Post likes count0 How do I programmatically add a folder to my Documents library? Raymond Chen You can use SHAddFolderPathToLibrary, but there's a catch.
Nov 4, 2016 Post comments count0 Post likes count0 Why is my crash dump file filled with 0xAAAAAAAA? Raymond Chen No, it's just that the original data was scrubbed out.
Nov 3, 2016 Post comments count0 Post likes count0 Solving the problem instead of answering the question: How do I get this RichEdit control to look just like a static control? Raymond Chen That's not your problem.
Nov 2, 2016 Post comments count0 Post likes count0 What happens if you call RevertToSelf when not impersonating? Raymond Chen Nothing, but be careful.
Nov 1, 2016 Post comments count0 Post likes count0 Windows file system compression had to be dumbed down Raymond Chen Adjusting the trade-off.