¡@

Home 

c# Programming Glossary: intentional

Should I always call Page.IsValid?

http://stackoverflow.com/questions/1039465/should-i-always-call-page-isvalid

application's integrity in some way be it accidental or intentional however is there a case for calling Page.IsValid even when no..

Why are Cdecl calls often mismatched in the “standard” P/Invoke Convention?

http://stackoverflow.com/questions/15660722/why-are-cdecl-calls-often-mismatched-in-the-standard-p-invoke-convention

using __stdcall does not use this decoration. That was intentional giving programmers a shot at getting the GetProcAddress argument.. the function name. Most programmer that write interop code intentionally use it to make the declaration in the other language easier..

Elevating privileges doesn't work with UseShellExecute=false

http://stackoverflow.com/questions/3596259/elevating-privileges-doesnt-work-with-useshellexecute-false

forbidding to start a hidden process that bypasses UAC was intentional. Probably. Very probably. Check this thread for the manifest..

How to check if a specific file exists in directory or any of its subdirectories

http://stackoverflow.com/questions/3994448/how-to-check-if-a-specific-file-exists-in-directory-or-any-of-its-subdirectories

if you foo was just bar . I don't know whether that's intentional or not. If you want to know about multiple matches you shouldn't..

Is the size of a Form in Visual Studio designer limited to screen resolution?

http://stackoverflow.com/questions/6651115/is-the-size-of-a-form-in-visual-studio-designer-limited-to-screen-resolution

a particularly nice workaround... EDIT Looks like this is intentional and by design MSDN Property Form.Size The maximum value of this..

Why must we define both == and != in C#?

http://stackoverflow.com/questions/6916884/why-must-we-define-both-and-in-c

but from what I can reason on it seems like it was intentional proper design decision. Looking at this basic F# code you can..

How to find the actual printable area? (PrintDocument)

http://stackoverflow.com/questions/8761633/how-to-find-the-actual-printable-area-printdocument

the hardware limitations of the printer. This is intentional and by design. You can set the soft margins outside the printable..