Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
373 views

What is the correct way to implement a Managed Property Handler Shell Extension?

Now that .NET CLR 4.0 supports side by side (SxS) operation it should now be possible to write shell extensions in managed code. I have attempted this and successfully coded a Property Handler that ...
3
votes
1answer
2k views

Referencing shell32 again, C# Visual Studio

Hmmm. Okay after revisiting PInvoke, I'm sure that I don't quite get it :-/ (just asked this question) Let me illustrate the code I need to handle. It works when I use "Add Reference --> COM --> ...
3
votes
4answers
1k views

C# Visual Studio 2008 Reference to system32.dll … how?

I need the reference system32/shell32.dll as I use some shell functions to read out the recycling bin. I tried "Add Reference --> COM --> Microsoft Shell Controls and Automatation" and "Add Reference ...
3
votes
5answers
2k views

Best programming language to write a Windows File Manager app

I would like to write my own file manager i.e. something like what XYplorer or Free Commander does but with a feature set that's more helpful to programmers. What's the best language to write this. ...
2
votes
1answer
233 views

ShGetFileInfo called for directory oddity

I have a simple file browser and there I display files and folders, obtained by (for directory) SHFILEINFO info = new SHFILEINFO(); SHGetFileInfo(filename, FILE_ATTRIBUTE_DIRECTORY, ref ...
2
votes
1answer
86 views

Device browsing problem

I’m writing file browsing software and I want it to work correctly with all portable devices, such as cameras, smart phones and so on. My program shows thumbnails, so I need to read the content of ...
2
votes
4answers
529 views

Legality of packaging Windows icons in your own apps

I would like to ship an application that uses images based on icons found in Shell32.dll (e.g. picture of a hard disk, folder, text file, etc). I don't want to load the images from the common DLL at ...
2
votes
4answers
1k views

'Safe' DLL Injection

Not a terribly good question, sorry. I have a program that needs to be alerted when a file is opened from explorer (i.e. ShellExecute(A/W) is called). Unfortunately, Microsoft removed the COM ...
2
votes
1answer
2k views

Get CSIDL_LOCAL_APPDATA path for any user on Windows

Is there any Win32/MFC API to get the CSIDL_LOCAL_APPDATA for any user that I want (not only the currently logged on one)? Let's say I have a list of users in the form "domain\user" and I want to get ...
1
vote
2answers
225 views

shell32.dll ; ShellExecute() not running in Powerbuilder 11.5

I have trouble in fixing one bug that was assigned to me. It supposed to print a pdf file stated on the parameter. It uses ShellExecute() function to print directly the document. My question is a pdf ...
1
vote
2answers
490 views

How do I programmatically change a .lnk to change its target?

Is there any way to open a windows shortcut (.lnk file) and change it's target? I found the following snippet which allows me to find the current target, but it's a read-only property: ...
1
vote
2answers
762 views

Getting Vista/Windows Search/propsys.dll properties from the shell in managed code

Has anyone managed to do this? I tried making a managed wrapper class for IPropertyStore but am getting AccessViolationExceptions on the methods (i.e. IPropertyStore::GetValue) that take a pointer to ...
1
vote
3answers
865 views

Using SHFileOperation within a Windows service

It's possible, but is it appropriate to use SHFileOperation within a Windows service? All those SHxxx API functions in shell32.dll seem to have been written with user level programs in mind. Can I ...
0
votes
1answer
36 views

Can I free memory allocated for parameters when SHChangeNotify is called with the SHCNF_FLUSHNOWAIT parameter?

I have the following declaration for SHChangeNotify : [DllImport("Shell32.dll")] public static extern void SHChangeNotify(HChangeNotifyEventID wEventId, HChangeNotifyFlags uFlags, IntPtr dwItem1, ...
0
votes
1answer
88 views

How to call SHChangeNotify from C# without error 14007

I'm writing code that can update files (how uncommon and exciting !). When a file has been updated I need Windows Explorer to call the overlay extensions again, so that I always have the correct ...
0
votes
1answer
418 views

Unable to locate SHCreateItemFromParsingName (SHELL32.dll)

Good afternoon all, I want to set up voice recognition macro's to run on my P.C (Windows XP Professional SP3) so I installed Windows Speech recognition Macros. However when I click on it, it states: ...
0
votes
0answers
275 views

Create shell link using javascript js-ctypes

So this is as far as I got. Before I spend days throwing darts in the dark. I wanted to know if anybody has any tips. I obviously can't call the methods from pShellLink directly. So I need a way to ...
0
votes
1answer
89 views

Property handler shell extension

Does anybody know how to implement propery handler shell extension ? I'm interested mainly in .NET implementation. Thanks in andvance.
0
votes
1answer
98 views

How to refresh explorer after mounting to show mounted drive in VC++?

I am using driver code for mounting FTP Drives with NPAddConnection3 now the problem is when i mount the drive it gets mounted but i need to kill explorer and restart manually to see the mounted drive ...
0
votes
1answer
545 views

Shell32.dll .NET interface is dependent from the OS

I want to find every application listed in the user program menu. I use the following routine: private static void ProcessDirectoryLnkFiles(string path, bool recurse, UpdateProcessFromLnkDelegate ...
0
votes
1answer
299 views

Performance issue when moving of files on network shares

I'm writing an application which can copy files on a network share. Usually the files are moved on the same physical hard drive. If you test this with Windows Explorer, this operation will be executed ...
0
votes
1answer
204 views

Why do i get E_ACCESSDENIED when reading public shortcuts through Shell32?

I'm trying to read the targets of all desktop shortcuts in a C# 4 application. The shortcuts on a windows desktop can come from more that one location, depending on whether the shortcut is created for ...
0
votes
1answer
68 views

ILClone on Windows 2000

Does anyone know of any issues with the ILClone() function on Windows 2000? Is it fully supported? MSDN says it runs on Windows 2000 but I have a user reporting that my program will not run on Windows ...
0
votes
3answers
755 views

Need Working Example of Shell32's ExtractAssociatedIcon Function in .NET

I need a working example of the ExtractAssociatedIcon function in Shell32.dll. I cannot get it working and I am out of ideas. I need another set of eyes on the following code. When the form loads, its ...
0
votes
2answers
564 views

P/Invoke for shell32.dll's SHMultiFileProperties

I'm not very good with P/Invoke. Can anyone tell me how to declare and use the following shell32.dll function in .NET? From http://msdn.microsoft.com/en-us/library/bb762230%28VS.85%29.aspx: HRESULT ...
0
votes
1answer
2k views

Loading icons from Shell32.dll: Win32 handle is not valid or is the wrong type

I am getting some Icons from the Shell32.dll. Althought some of the icons don't appear to be available, and I can't understand why. I am getting the icon by loading the library by calling: ...
0
votes
2answers
377 views

Virtual Files are opened from Temporary Internet Files

I have created a namespace extension that is rooted under Desktop. The main purpose of the extension is to provide a virtual list of ZIP files that represent a list of configurable directories. When ...