windows-shell
How can I delete an object flagged as SFGAO_STREAM?
I have a file that I can reach by pidl via IShellFolder. This file has the flag SFGAO_CANDELETE and its parent folder has the flag SFGAO_STORAGEANCESTOR only.[详细]
2023-04-12 10:57 分类:问答How to get embedded Explorer IShellView to be browsable (i.e. trigger BrowseObject event)
i am "embedding Windows Explorer" in my Win32 application. (Technically i am hosting a ShellView of a folder in my application, which is what Windows Explorer does).[详细]
2023-04-11 21:06 分类:问答Windows Explorer Shell Extension: recursive delete via ITransferSource::RemoveItem?
I\'m implementing a Windows Explorer Shell Extension for a networked file system on Windows 7, and I\'ve hit a snag while implementing the Delete functionality.[详细]
2023-04-09 08:18 分类:问答Creating a shell right click menu item to edit desktop.ini
I am trying to create a right click shell menu item to edit desktop.ini. I have managed to get this far:[详细]
2023-04-06 23:46 分类:问答Windows 7: Prevent application from losing focus
I have a self-made fullscreen application for Windows 7 written in C++ which should run for a long time on its own as a public presentation.[详细]
2023-04-05 15:03 分类:问答c++ shell extension - can't register on 32-Bit
I\'ve created a C++ Shell Context Menu Extension using this Template. On 64-Bit computers, it works great, but I can\'t register it on 32-Bit computers. Even the unmodified original version of the pr[详细]
2023-04-05 00:15 分类:问答How to build custom shell for windows7, wpf? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po[详细]
2023-04-02 03:48 分类:问答Connect to remote Windows command prompt via PHP
I was wondering if there is way I can connect remotely to my Windows Server command prompt to a开发者_如何学Cpply shell commands through PHP. I am able to do this with my linux boxes through the libss[详细]
2023-04-02 01:52 分类:问答Garbage characters in my Windows Emacs shell. . . not sure what's wrong
I\'m r开发者_开发百科unning GNU Emacs (23.1.1) on Windows and when I run a cygwin shell inside emacs I get garbage like the following, after each command:[详细]
2023-04-02 00:28 分类:问答How can I make windows explorer immediately notice that deleting desktop.ini?
I\'m using SHGetSetFolderCustomSettings function to customize a folder icon. This function give me a proper result. However, I never find a way to turn customized folder to 开发者_如何学编程normal fol[详细]
2023-03-31 07:21 分类:问答