explorer Questions

1

I would like to start an intentchooser which can return any kind of file. The following code works with the usual file explorers (ES, Astro, etc.) but not with the built-in samsung My Files explore...
Gertudegerty asked 5/5, 2012 at 15:9

1

Solved

I have an html file with links like that : <a href="N:\folder1\folder2">folder name</a> I would like that this link opens explorer instead of a custome chrome file html based browser...
Whited asked 18/10, 2013 at 9:38

2

Solved

This question is written in several places (like here and here). In the second question there is a comment that says to use ResHacker.exe -addoverwrite "Project.exe", "Project.exe", "ProgramIcon....

3

Solved

I have a Windows shell extension that uses IShellIconOverlayIdentifier interface to display overlay icons on files and folders. My extension is a little like TortoiseCVS or TortoiseSVN. Sometimes ...
Pearly asked 15/3, 2009 at 4:40

3

I want to open a file using the subprocess module as though the file was double-clicked in Explorer. How do I do that? I tried the following line: subprocess.call("C:/myfile.csv", shell=True) w...
Condor asked 14/12, 2010 at 2:21

3

Solved

EDIT:I've changed the title, because the issue had nothing to do with IE image.load() firing - my substr() wasn't working (see accepted answer). There's a ton of posts about making sure that you...
Bot asked 2/8, 2011 at 21:34

1

My goal is to write a C# code that will open a Windows Explorer window, with a particular file selected. If such window is already open, I want to bring it to front. I have tried two options. Firs...
Moody asked 30/1, 2013 at 9:51

2

My favorite IDE Wing IDE has a command for showing the active file in Explorer. This means that when you launch the command, it opens an explorer window on the folder that the file is in, and then ...
Swadeshi asked 4/12, 2012 at 11:48

1

I'm having a problem trying to WM_CLOSE a Window Explorer process in that sending that message will then try to close the Windows Shell explorer process and prompt the user to shut down windows. Th...
Osteology asked 21/11, 2012 at 20:42

1

Solved

I want to open Windows Explorer and select a specific file. This is the API: explorer /select,"PATH". Therefore resulting in the following code (using python 2.7): import os PATH = r"G:\testing\1...
Southey asked 9/11, 2012 at 14:49

6

Solved

<html> <script type="text/javascript"> function func() { alert(document.getElementById('iView').contentDocument); } </script> <body> <iframe id="iView" style="wid...
Academic asked 25/9, 2009 at 14:15

6

Solved

I am thinking of installing a buffer explorer for vim. Both minibufexpl and bufexplorer have very good rating. Can anyone explain the differences or the pros and cons between them. Or is only a mat...
Volumeter asked 30/10, 2009 at 11:4

1

I am trying to create directories in a SQL Server FileTable via a stored procedure where I call the following code: INSERT INTO tblMyFiles (name, is_directory, is_archive) VALUES ('foldername', 1...
Almaalmaata asked 7/9, 2012 at 11:29

3

Solved

Windows 7 has very nice icons for each drive when you view "Computer". It puts the right icon for CDs, SD cards, USB sticks, USB hard drives, etc. It looks like this: I would like to access tho...
Schwarzwald asked 11/10, 2012 at 13:7

1

I am playing around with powershell and am changing some taskbar settings by changing the registry key. For example i have written an autohide enable disable function. $autoHideSettingsPath = "HKC...
Vlf asked 1/10, 2012 at 7:49

1

Solved

As example, I want make simple resizer, where you can select image in explorer and set new dimensions.
Gilemette asked 14/5, 2012 at 9:7

0

I have a COM shell extension that adds an item to the Windows Explorer context menu and use a BMP image with a transparent background as the icon. To set the image I use SetMenuItemBitmaps like s...
Onomastics asked 20/8, 2012 at 12:58

4

Solved

How do you gracefully close Explorer programmatically? By that I mean, how do you invoke this function programmatically: Edit: Typo in the picture, it should say "Ctrl-Shift-Right-Click" instea...
Halfassed asked 16/4, 2011 at 22:1

2

Solved

I have been looking for an answer to this on Stack Overflow, but I couldn't find an answer that worked for me. Using Java, how do I create a button that will launch an Explorer Window to a specifi...
Rama asked 24/6, 2012 at 0:18

15

Solved

The Problem In one part of a batch file (kind of, see Extra Information) I need to restart Explorer, so I use the, tried-and-tested method of taskkill /f /im explorer.exe >nul explorer.exe T...
Marabelle asked 8/6, 2012 at 18:19

1

I'm trying to implement explorer-like frame in my application. This must work under WinXP too. I've implemented IShellBrowser in my window-class + i've implemented IUnknown interface. My class at...
Gramicidin asked 23/4, 2012 at 9:27

0

I am developing an application in which I want to add a menu item to context menu which appears when we right click one or more file or folders in Windows Explorer. By selecting multiple file...
Sickle asked 31/12, 2011 at 16:33

3

Solved

In my application I can programmatically open explorer and select a file using the following code: void BrowseToFile(LPCTSTR filename) { CString strArgs; strArgs = _T("/select,\""); strArgs +=...
Lucilius asked 9/6, 2010 at 22:0

4

Solved

Does anybody know if there is a WindowsExplorer-like filebrowser which I can include in my WPF-window? I don't want use OpenFileDialog. I have searched a bit and only found simple directory-trees ...
Incapacitate asked 11/12, 2009 at 16:24

6

If there's one thing that annoys me about Java it's that you can't double-click a class file so as to run. I assuming there's an entry in the registry that has to be edited to do this but I haven't...
Sulphurate asked 9/2, 2010 at 20:11

© 2022 - 2024 — McMap. All rights reserved.