¡@

Home 

c# Programming Glossary: explorer

Elevating process privilege programatically?

http://stackoverflow.com/questions/133379/elevating-process-privilege-programatically

Windows to behave as if the process has been started from Explorer with the Run as Administrator menu command. This does mean the..

C# webbrowser Ajax call

http://stackoverflow.com/questions/18333459/c-sharp-webbrowser-ajax-call

String.Concat @ Software Microsoft Internet Explorer Main FeatureControl feature RegistryKeyPermissionCheck.ReadWriteSubTree.. @ SOFTWARE Microsoft Internet Explorer RegistryKeyPermissionCheck.ReadSubTree System.Security.AccessControl.RegistryRights.QueryValues.. version throw new ApplicationException Microsoft Internet Explorer is required int.TryParse version.ToString .Split '.' 0 out..

Best practice to save application settings in a Windows Forms Application

http://stackoverflow.com/questions/453161/best-practice-to-save-application-settings-in-a-windows-forms-application

settings. Right click on the project in Solution Explorer choose Properties. Select the Settings tab click on the hyperlink..

Regarding IE9 WebBrowser control

http://stackoverflow.com/questions/4612255/regarding-ie9-webbrowser-control

5.00 HKEY_LOCAL_MACHINE SOFTWARE Microsoft Internet Explorer Main FeatureControl FEATURE_BROWSER_EMULATION contoso.exe dword.. Here is the complete set of codes 9999 0x270F Internet Explorer 9. Webpages are displayed in IE9 Standards mode regardless of.. regardless of the DOCTYPE directive. 9000 0x2328 Internet Explorer 9. Webpages containing standards based DOCTYPE directives are..

Developing Internet Explorer Extensions?

http://stackoverflow.com/questions/5643819/developing-internet-explorer-extensions

Internet Explorer Extensions After developing a few Firefox Chrome extensions.. to try and expand my skill set by developing an Internet Explorer extension in C#. I went into it thinking it wouldn't be too.. this. I'm serious about learning how to build an Internet Explorer extension. I don't want to use Spice IE as I want to build one..

How to associate a file extension to the current executable in C#

http://stackoverflow.com/questions/69761/how-to-associate-a-file-extension-to-the-current-executable-in-c-sharp

a key for each action you wish to have available via the Explorer context menu setting the default value for each key to the path..

Using Side-by-Side assemblies to load the x64 or x32 version of a DLL

http://stackoverflow.com/questions/108971/using-side-by-side-assemblies-to-load-the-x64-or-x32-version-of-a-dll

Worker.Run method so that you can use task manager process explorer to investigate loaded DLLs or you can use Visual Studio Windows..

How to convert a simple .Net console project a into portable exe with Mono and mkbundle?

http://stackoverflow.com/questions/1321207/how-to-convert-a-simple-net-console-project-a-into-portable-exe-with-mono-and-m

Code C cygwin home Arek Browse to this folder with your explorer. Now you copy 2 files into this folder. 1st is your application..

How to run console application from Windows Service?

http://stackoverflow.com/questions/1369236/how-to-run-console-application-from-windows-service

and when I`m trying to run it from the cmd or just in explorer without args it works fine. But after running with the service..

C# get thumbnail from file via windows api

http://stackoverflow.com/questions/1439719/c-sharp-get-thumbnail-from-file-via-windows-api

get thumbnail from file via windows api Windows explorer has the ability to show thumbnails of files. These thumbnails..

How do I get the list of open file handles by process in C#?

http://stackoverflow.com/questions/177146/how-do-i-get-the-list-of-open-file-handles-by-process-in-c

Looking for the programmatic equivalent of what process explorer does. Most likely this will require interop. Considering adding.. cause it lives in the kernel's address space. Process explorer embeds the driver in its resources. Getting this all hooked..

Connecting to SQL Server with Visual Studio Express Editions [closed]

http://stackoverflow.com/questions/188963/connecting-to-sql-server-with-visual-studio-express-editions

Visual C# 2008 Express edition when you use the database explorer your options are Microsoft Access SQL Server Compact 3.5 and..

Read/Write 'Extended' file properties (C#)

http://stackoverflow.com/questions/220097/read-write-extended-file-properties-c

Date Accessed Category etc that you can see in Windows explorer. Any ideas how to do this EDIT I'll mainly be reading writing..

Keep window on top and steal focus in WinForms

http://stackoverflow.com/questions/278237/keep-window-on-top-and-steal-focus-in-winforms

I am running the scripts by double clicking on them in explorer. So I need it to steal focus back from explorer and to the test.. on them in explorer. So I need it to steal focus back from explorer and to the test app. c# .net winforms share improve this..

Drag and drop to Desktop / Explorer

http://stackoverflow.com/questions/3040415/drag-and-drop-to-desktop-explorer

from this ListView drag it over my Desktop or some open explorer window and drop it there. Basic Drag and Drop nothing fancy... Here's my complete solution . c# .net wpf drag and drop explorer share improve this question DragDrop.DoDragDrop can do this..

Open Folder and Select the file

http://stackoverflow.com/questions/334630/open-folder-and-select-the-file

file not found exception. System.Diagnostics.Process.Start explorer.exe select listView1.SelectedItems 0 .SubItems 1 .Text listView1.SelectedItems.. 0 .Text how can I get this command to execute in c# c# explorer share improve this question Use this method http msdn.microsoft.com.. String String First argument is an application explorer.exe second method argument are arguments of the application..

Regarding IE9 WebBrowser control

http://stackoverflow.com/questions/4612255/regarding-ie9-webbrowser-control

Omky c# .net 3.5 web browser webbrowser control internet explorer 9 share improve this question The IE9 version of the WebBrowser..

Get File Icon used by Shell

http://stackoverflow.com/questions/462270/get-file-icon-used-by-shell

file how can I determine the icon s used by the shell explorer for that file I'm not currently planning to use this for anything..

Interprocess communication for Windows in C# (.NET 2.0)

http://stackoverflow.com/questions/50153/interprocess-communication-for-windows-in-c-sharp-net-2-0

instance application opening multiple files from windows explorer. Resources MSDN WM_COPYDATA Code example PInvoke.net declaration..

Developing Internet Explorer Extensions?

http://stackoverflow.com/questions/5643819/developing-internet-explorer-extensions

better to build one in C I can do that. c# c internet explorer atl browser extension share improve this question Man.....

How to associate a file extension to the current executable in C#

http://stackoverflow.com/questions/69761/how-to-associate-a-file-extension-to-the-current-executable-in-c-sharp

This way when the user clicks on the file afterwards in explorer it'll run my executable with the given file as the first argument...

C# getting the path of %AppData%

http://stackoverflow.com/questions/867485/c-sharp-getting-the-path-of-appdata

the relative path. When I go 'Start Run AppData windows explorer takes me to that directory. I can not put the full path in as..

Launching a Desktop Application with a Metro-style app

http://stackoverflow.com/questions/9527644/launching-a-desktop-application-with-a-metro-style-app

to run a desktop application like notepad wordpad internet explorer etc then go through Process Methods and ProcessStartInfo Class..