Sep 14, 2015 Post comments count0 Post likes count0 How do I run a Web search in the user’s default Web browser using their default search provider? Raymond Chen You kind of have to guess.
Sep 11, 2015 Post comments count0 Post likes count0 The C runtime library cannot be mixed and matched Raymond Chen Coupled to the compiler.
Sep 9, 2015 Post comments count0 Post likes count0 Raymond’s Windows Universal Samples API concordance Raymond Chen Finding samples that use a particular method or property or whatever.
Sep 4, 2015 Post comments count0 Post likes count0 Using an intermediate library to make the main library retargetable Raymond Chen A little traffic cop.
Sep 3, 2015 Post comments count0 Post likes count0 When I change the icon in my shortcut, why doesn’t it update on the screen? Raymond Chen Dotting all the i's.
Aug 31, 2015 Post comments count0 Post likes count0 How do I enumerate remembered connections that are not currently connected? Raymond Chen WNetEnumResources again.
Aug 21, 2015 Post comments count0 Post likes count0 Handy delegate shortcut hides important details: The hidden delegate Raymond Chen Sit. Stay.
Aug 20, 2015 Post comments count0 Post likes count0 I saw a pinvoke signature that passed a UInt64 instead of a FILETIME, what’s up with that? Raymond Chen Stricter than necessary, but that's okay.
Aug 19, 2015 Post comments count0 Post likes count0 If you are going to call Marshal.GetLastWin32Error, the function whose error you’re retrieving had better be the one called most recently Raymond Chen Watch out for functions called behind your back.
Aug 18, 2015 Post comments count0 Post likes count0 If you are going to call Marshal.GetLastWin32Error, the function whose error you’re retrieving had better have SetLastError=true Raymond Chen Or it won't get anything.