¡@

Home 

c# Programming Glossary: raymond

Maximum number of threads in a .NET app?

http://stackoverflow.com/questions/145312/maximum-number-of-threads-in-a-net-app

of physical resources available. See this article by Raymond Chen for specifics. If you need to ask what the maximum number..

What's the best way of accessing field in the enclosing class from the nested class?

http://stackoverflow.com/questions/185124/whats-the-best-way-of-accessing-field-in-the-enclosing-class-from-the-nested-cl

a special inner class so you'd need to pass a reference. Raymond Chen has an example describing the differences here C# nested.. can access the s of the OuterClass I didn't modify Raymond's code as I linked to above so remember that the string s is..

Drag & drop of a dynamically created shortcut

http://stackoverflow.com/questions/1935925/drag-drop-of-a-dynamically-created-shortcut

and drop windows shell share improve this question Raymond Chen did a whole article on this very topic on his blog check..

Enumerate windows like alt-tab does

http://stackoverflow.com/questions/210504/enumerate-windows-like-alt-tab-does

false c# windows winapi share improve this question Raymond Chen answered this a while back http blogs.msdn.com oldnewthing..

Checking stack size in C#

http://stackoverflow.com/questions/2901185/checking-stack-size-in-c-sharp

This is a case of if you have to ask you can't afford it Raymond Chen said it first. If the code depends on there being enough..

How to detect Windows 64-bit platform with .NET?

http://stackoverflow.com/questions/336633/how-to-detect-windows-64-bit-platform-with-net

on 64 bit Windows it would return 32 bit . As Microsoft's Raymond Chen describes you have to first check if running in a 64 bit.. running in a 32 bit process on 64 bit Windows. Microsoft's Raymond Chen How to detect programmatically whether you are running..

Get selected items of folder with WinAPI

http://stackoverflow.com/questions/3382946/get-selected-items-of-folder-with-winapi

it easily discoverable but the functionality is there. Raymond Chen wrote a great article about using these interfaces. There..

Recognize Windows Shell Special Folder (i.e. get its CSIDL) via its pIDL (Now determine if pIDLs are equal with C#)

http://stackoverflow.com/questions/3572220/recognize-windows-shell-special-folder-i-e-get-its-csidl-via-its-pidl-now-de

c# windows shell pidls share improve this question Per Raymond Chen ITEMIDLISTs can be equivalent without being byte for byte..

How do you show the Windows Explorer context menu from a C# application?

http://stackoverflow.com/questions/451287/how-do-you-show-the-windows-explorer-context-menu-from-a-c-sharp-application

good tutorial albeit in C about hosting an IContextMenu on Raymond Chen's blog in 11 parts in order Initial foray Displaying the..

Using GetHashCode for getting Enum int value

http://stackoverflow.com/questions/4584627/using-gethashcode-for-getting-enum-int-value

to int . Using it the way you do is asking for raptors or Raymond to come and eat you. That GetHashCode happens to return the..

How can I prevent a user from closing my C# application?

http://stackoverflow.com/questions/4655810/how-can-i-prevent-a-user-from-closing-my-c-sharp-application

it to handle just your app being shut down As Microsoft's Raymond Chen would tell you Windows doesn't have a mechanism for this..

Main method code entirely inside try/catch: Is it bad practice?

http://stackoverflow.com/questions/4827628/main-method-code-entirely-inside-try-catch-is-it-bad-practice

has crashed. EDIT As I was catching up on my reading of Raymond Chen's excellent blog The Old New Thing I noticed that he had..

How to make 'always-on-bottom'-window

http://stackoverflow.com/questions/527950/how-to-make-always-on-bottom-window

of the Desktop to your child window this is a bad thing Raymond Chen explains why. Also keep in mind that calling SetWindowPos..

How to generate 8 bytes unique id from GUID?

http://stackoverflow.com/questions/5678177/how-to-generate-8-bytes-unique-id-from-guid

this question No it won't. As highlighted many times on Raymond Chen's blog the GUID is designed to be unique as a whole if..

How to make a window always stay on top in .Net?

http://stackoverflow.com/questions/683330/how-to-make-a-window-always-stay-on-top-in-net