Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
2k views

Enable drag and drop into Visual Studio 2008 from Windows Explorer

Is there some way to enable Visual Studio 2008 to accept dropped files from Windows explorer? I can't count the number of times I've instinctively dragged a file into VS just to be reminded of this ...
3
votes
3answers
799 views

Pass multiple files / folders from windows explorer to external application

Hi does anyone know how to get windows explorer to pass multiple files / folders through to an external app (c#) referenced in the registry? I am current able to act upon a single file / folder using ...
1
vote
4answers
105 views

What are the differences between running an executable from a Windows Command Prompt versus from Windows Explorer?

EDIT: This is due to stupidity. It is a multiple monitor issue. It's just that from cmd.exe we always opened in the primary monitor, whilst from explorer, we always opened in the secondary. Thanks ...
1
vote
1answer
148 views

Windows 7 Explorer.exe

I want to extend Windows 7 Explorer.exe (32/64 bits) where does one start? I want to modify UI adding new menu items and perhaps add new windows directly inside of current window. Is it related to ...
0
votes
2answers
209 views

How to get HWND of the currently active Windows Explorer window?

I know how to get the HWND of the desktop: GetDesktopWindow(). But I haven't been able to find a function that returns the HWND of the currently active Windows Explorer main window. How do I get the ...
0
votes
1answer
45 views

Forcing Win 7 Windows Explorer to format windows correctly

You can ask Windows 7 to remember the Windows Explorer (WE) windows that were open when it last shut down, and it will then restore all of those WE windows the next time the system is booted. What ...
0
votes
0answers
61 views

Cross Platform (XP, Vista and 7) file browser. Windows explorer.exe

I am very naive when it comes to this. I am however looking for a file browser program just like Windows explorer.exe that can be used on Windows XP, Vista and 7. If there is a version of explorer.exe ...
0
votes
2answers
238 views

Get the selected file in an Explorer window

I'd like to know how, if possible, to get the path of the selected file in an open Windows Explorer window. If not, would it at least be possible to get the folder path of an open Windows Explorer ...
0
votes
3answers
847 views

Copy file list as text from windows explorer

Is there a quick way to copy a list of filenames as text into the clipboard from Windows explorer? I can do it from the command prompt with dir > filenames.txt but am looking for something along the ...