1
vote
1answer
48 views
How to tell Windows Explorer to refresh its icons?
Once my installer finishes installing new versions of my application's exe, I'd like to tell Explorer to use the new exe's icons for its shortcuts. However, I cannot figure out ho …
0
votes
1answer
72 views
How can i add a button to all windows explorer instances ?
Hi,
I am trying to add a button to one of the existing tool bars in any windows explorer instance.
After much research i figured out that BHO (browser helper objects) are the be …
0
votes
2answers
28 views
How can I open Windows Explorer to a certain directory from within a WPF app?
In a WPF application, when a user clicks on a button I want to open the Windows explorer to a certain directory, how do I do that?
I would expect something like this:
Windows.Ope …
0
votes
1answer
51 views
BHO or Command Button for explorer
Hi
I am trying to develop a command button that would appear on windows explorer. I can do this for an NSE but what I want to do is make the button visible on every explorer windo …
1
vote
1answer
39 views
What is a reliable way to get a DLL to load when Windows Explorer loads?
I am researching the development of an add-on for Windows Explorer that will add some enhancements to the WebDAV therein, and to that end I'm looking for a good, reliable way to fo …
0
votes
2answers
44 views
Open containing directory in Windows Explorer from IntelliJ
Is there a way (keyboard shortcut?) to open the folder of the currently opened file in Windows Explorer?
What I mean is this: When a java source file is open in IntelliJ, I'd like …
0
votes
0answers
34 views
How can I make browsing through network folders/drives/computers faster? [closed]
Usually when you have shared folder or a drive on a network location, it's browsable through Microsoft Windows Network. This is however painfully slow. Often when the computer or n …
1
vote
0answers
14 views
Can I add an explorer shortcut to solution explorer and have it actually function?
I'd like to be able to include shortcuts in my solution explorer so that I can just double click in solution explorer to open a directory related to the project or solution, is thi …
1
vote
1answer
37 views
How to inherit from the windows explorer (in any programming language, with help of any tool)
How to inherit from the windows explorer (Desktop, thing with help of which we explore our Mu computer and so on directory’s) (in any programming language)?
customize it
add pro …
0
votes
0answers
29 views
Windows Explorer slow to open networked computer, fast to navigate once opened [closed]
I open Windows Explorer and enter an IP for a computer on my home network (\192.168.1.101). It takes 30 seconds or more to present a list of the shared folders. Once they appear, n …
0
votes
1answer
77 views
Trouble with detecting mouse movements in a TcxGrid when dragging files from Windows Explorer
I recently added a feature to a large application written in Delphi (version 2009) that allows the user to drag files from Windows explorer and drop them on a TcxGrid control. I ac …
9
votes
3answers
915 views
Drag and drop onto python script in windows explorer
I would like to drag and drop my data file onto a python script and have it process the file and generate output. The python script accepts the name of the data file as a command l …
0
votes
3answers
65 views
Windows Explorer add-ons
How do tools like SVN and Git attach themselves to Windows Explorer, such that they add options to the right-click menu as well as adding the tick/exclamation mark based on whether …
0
votes
0answers
26 views
What is the difference between these Explorer.exe Build Version Numbers? [closed]
explorer.exe 6.0.2900.5577
1,043,016
8/8/2008
11:35:38
explorer.exe 6.0.2900.5512
1,033,728
4/14/2008
5:00:00 am
Obviously the dates, times, and sizes are different, but can …
2
votes
5answers
591 views
How to programatically restart windows explorer process
I'm working on a windows shell extension, and unfortunately, when making changes to the DLL, I must restart windows explorer (since it keeps the DLL in memory).
I found this progr …
