| c# Programming Glossary: vs.85Application developers wanting to start web development? http://stackoverflow.com/questions/1032245/application-developers-wanting-to-start-web-development  OLE DB http msdn.microsoft.com en us library ms722784 VS.85 .aspx ASP.NET Tutorial http www.w3schools.com asp default.asp.. 
 speech recognition from audio file instead of microphone http://stackoverflow.com/questions/1055347/speech-recognition-from-audio-file-instead-of-microphone  SR Engines http msdn.microsoft.com en us library ms717071 VS.85 .aspx See the following articles for general info http msdn.microsoft.com.. 
 Is there a way to indefinitely pause a thread? http://stackoverflow.com/questions/142826/is-there-a-way-to-indefinitely-pause-a-thread  of the API http msdn.microsoft.com en us library ms686345 VS.85 .aspx This function is primarily designed for use by debuggers... 
 How can I play video files using C#? http://stackoverflow.com/questions/2127445/how-can-i-play-video-files-using-c  audio from http msdn.microsoft.com en us library dd562692 VS.85 .aspx you should be able to adapt it to video C# WMPLib.WindowsMediaPlayer.. 
 How can I send keypresses to a running process object? http://stackoverflow.com/questions/2686865/how-can-i-send-keypresses-to-a-running-process-object  I guess http msdn.microsoft.com en us library ms644944 v VS.85 .aspx In this message specify the correct message type e.g... a keypress http msdn.microsoft.com en us library ms646280 VS.85 .aspx Have a look at PInvoke.net to get PInvoke sourcecode... 
 How can I write fast colored output to Console? http://stackoverflow.com/questions/2754518/how-can-i-write-fast-colored-output-to-console  buffer. http msdn.microsoft.com en us library ms687404 VS.85 .aspx You could probably put together a nice library to provide.. 
 How to add an extra button to the window's title bar? http://stackoverflow.com/questions/2841180/how-to-add-an-extra-button-to-the-windows-title-bar  location http msdn.microsoft.com en us library bb688195 VS.85 .aspx In principal what you need to do is the following. Extend.. 
 Kill child process when parent process is killed http://stackoverflow.com/questions/3342941/kill-child-process-when-parent-process-is-killed  job objects http msdn.microsoft.com en us library ms682409 VS.85 .aspx . The idea is to create a job object for your main application.. 
 Simulating Keyboard with SendInput API in DirectInput applications http://stackoverflow.com/questions/3644881/simulating-keyboard-with-sendinput-api-in-directinput-applications 
 I need a event to detect Internet connect/disconnect http://stackoverflow.com/questions/4457773/i-need-a-event-to-detect-internet-connect-disconnect  Internet at http msdn.microsoft.com en us library ee264321 VS.85 .aspx . I hope you meant to put that Windows 7 tag on your post.. 
 Interprocess communication for Windows in C# (.NET 2.0) http://stackoverflow.com/questions/50153/interprocess-communication-for-windows-in-c-sharp-net-2-0  functions http msdn.microsoft.com en us library aa378623 v VS.85 .aspx Also has a google protocol buffers rpc client that runs.. 
 Moving mouse cursor programmatically http://stackoverflow.com/questions/647236/moving-mouse-cursor-programmatically  SendInput http msdn.microsoft.com en us library ms646310 VS.85 .aspx to synthesize mouse click events instead of using SendMessages.. 
 How do I get a list of installed updates and hotfixes? http://stackoverflow.com/questions/815340/how-do-i-get-a-list-of-installed-updates-and-hotfixes  at http msdn.microsoft.com en us library aa386400 VS.85 .aspx Set updateSearch CreateObject Microsoft.Update.Session.. 
 Use C# to interact with Windows Update http://stackoverflow.com/questions/922132/use-c-sharp-to-interact-with-windows-update  See http msdn.microsoft.com en us library aa387102 VS.85 .aspx for more documentation. This will however not allow you.. 
 How to get temporary folder for current user http://stackoverflow.com/questions/944483/how-to-get-temporary-folder-for-current-user  a look at http msdn.microsoft.com en us library aa364992 VS.85 .aspx Copied from that page The GetTempPath function checks.. 
 how do I configure group policy using C#? http://stackoverflow.com/questions/981010/how-do-i-configure-group-policy-using-c  objects http msdn.microsoft.com en us library aa375082 VS.85 .aspx This tool will generate example c# code for you WMICodeCreator.. 
 IApplicationActivationManager::ActivateApplication in C#? http://stackoverflow.com/questions/12925748/iapplicationactivationmanageractivateapplication-in-c  en us library windows desktop hh706903 v vs.85 .aspx Here's the code I pulled from Shobjidl.idl cpp_quote DEFINE_ENUM_FLAG_OPERATORS.. 
 Insert bytes into middle of a file (in windows filesystem) without reading entire file (using File Allocation Table)? http://stackoverflow.com/questions/13430210/insert-bytes-into-middle-of-a-file-in-windows-filesystem-without-reading-entir  wiki NTFS http msdn.microsoft.com en us library aa365247 v vs.85 .aspx#win32_device_namespaces http www.pjrc.com tech 8051 ide.. 
 How to set and delete cookies from WebBrowser Control for arbitrary domains http://stackoverflow.com/questions/1688991/how-to-set-and-delete-cookies-from-webbrowser-control-for-arbitrary-domains 
 C# webbrowser Ajax call http://stackoverflow.com/questions/18333459/c-sharp-webbrowser-ajax-call  http msdn.microsoft.com en us library ee330720 v vs.85 .aspx FeatureControl settings are per process var fileName System.IO.Path.GetFileName.. 
 C# WebBrowser Control - Form Submit Not Working using InvokeMember(“Click”) http://stackoverflow.com/questions/19044659/c-sharp-webbrowser-control-form-submit-not-working-using-invokememberclick   http msdn.microsoft.com en us library ee330720 v vs.85 .aspx  FeatureControl settings are per process var fileName.. 
 Launch a URL in a tab in an existing IE window from C# http://stackoverflow.com/questions/3713206/launch-a-url-in-a-tab-in-an-existing-ie-window-from-c-sharp  at http msdn.microsoft.com en us library dd565688 v vs.85 .aspx enum BrowserNavConstants navOpenInNewWindow 0x1 navNoHistory.. 
 Loading x86 or x64 assembly http://stackoverflow.com/questions/3787428/loading-x86-or-x64-assembly  process. http msdn.microsoft.com en us library ms686203 v vs.85 .aspx Note that I'm not familiar with the architecture of the.. 
 Get pc (system) information on windows machine - C# script http://stackoverflow.com/questions/4742389/get-pc-system-information-on-windows-machine-c-sharp-script 
 Detecting if paste event occurred inside a rich text box http://stackoverflow.com/questions/5618162/detecting-if-paste-event-occurred-inside-a-rich-text-box 
 Customizing OpenFileDialog http://stackoverflow.com/questions/6093012/customizing-openfiledialog  to http msdn.microsoft.com en us library ms646927 28v vs.85 29.aspx . This together with writing the HookProc procedure.. 
 Capture Multiple key downs in C# http://stackoverflow.com/questions/709540/capture-multiple-key-downs-in-c-sharp 
 How to test file download with Watin / IE9? http://stackoverflow.com/questions/7500339/how-to-test-file-download-with-watin-ie9  en us library windows desktop ms632600 v vs.85 .aspx which is how WatiN detects the type of dialog. From what.. 
 Open a new console with every new Thread in C#? http://stackoverflow.com/questions/8023796/open-a-new-console-with-every-new-thread-in-c 
 |