Click here to Skip to main content
16,005,080 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Message flow to simulate Copy/Paste Pin
David Crow14-Oct-04 9:54
David Crow14-Oct-04 9:54 
GeneralRe: Message flow to simulate Copy/Paste Pin
Anonymous14-Oct-04 10:38
Anonymous14-Oct-04 10:38 
GeneralRe: Message flow to simulate Copy/Paste Pin
David Crow14-Oct-04 10:57
David Crow14-Oct-04 10:57 
GeneralRe: Message flow to simulate Copy/Paste Pin
GuimaSun15-Oct-04 4:08
GuimaSun15-Oct-04 4:08 
GeneralStrange WebBrowser problem Pin
Jim Crafton14-Oct-04 8:13
Jim Crafton14-Oct-04 8:13 
GeneralMenu Hot Key not underlined Pin
Imtiaz Murtaza14-Oct-04 7:53
Imtiaz Murtaza14-Oct-04 7:53 
GeneralRe: Menu Hot Key not underlined Pin
benjymous15-Oct-04 1:57
benjymous15-Oct-04 1:57 
GeneralNamespace Extensions C++ Pin
mkauma14-Oct-04 7:37
mkauma14-Oct-04 7:37 
I'm currently working on implementing a namespace extension. The information I store in the PIDLs that I'm using comes from a database that has entries for every file and folder I want to be displayed inside of the extension. Currently I have my extension displayed on the desktop and all of the correct entries, along with my custom display information, are shown in the explorer. What I am having trouble with is implementing the Open and Save As dialog boxes to use my folder and its contents.

Problem #1: My extension displays in the Open dialog selection box for every program, but when I click on it I get a list of the folders it contains and no way to browse to the items that the folder contains. I believe that I have the correct flags set for these folders and files (SFGAO_FILESYSTEM, SFGAO_FILESYSANCESTOR, SFGAO_BROWSEABLE).

Problem #2: The files that I link to via my extension are encrypted files that need to be decrypted and saved to some sort of temp file so that the user can open them in various programs. I only want to decrypt these items when the user clicks Open in the dialog box. The file should then be decrypted to the file type that was selected in the Open dialog box (if it is a file type that is supported by the encrypted file).

I'm starting to think there is a possibility that I have not implemented an interface that I should have, but I am unsure of which interface that I need to implement. Currently I have implemented IClassFactory, IContextMenu, IEnumIDList, IExtractIcon, IShellFolder, IPersistFolder, IShellView and IOleCommandTarget.

Any information about how to implement the Open and Save As dialog boxes with namespace extensions would be appreciated.

GeneralMFC C++ Help...Anyone Pin
pcxboy14-Oct-04 7:03
pcxboy14-Oct-04 7:03 
GeneralRe: MFC C++ Help...Anyone Pin
Blake Miller14-Oct-04 7:17
Blake Miller14-Oct-04 7:17 
GeneralRe: MFC C++ Help...Anyone Pin
pcxboy14-Oct-04 8:27
pcxboy14-Oct-04 8:27 
GeneralRe: MFC C++ Help...Anyone Pin
Christian Graus14-Oct-04 9:37
protectorChristian Graus14-Oct-04 9:37 
GeneralRe: MFC C++ Help...Anyone Pin
pcxboy14-Oct-04 8:40
pcxboy14-Oct-04 8:40 
GeneralRe: MFC C++ Help...Anyone Pin
Christian Graus14-Oct-04 9:38
protectorChristian Graus14-Oct-04 9:38 
Generallooking for project to help with Pin
BlackDice14-Oct-04 6:39
BlackDice14-Oct-04 6:39 
GeneralRe: looking for project to help with Pin
RogerLynn14-Oct-04 10:48
RogerLynn14-Oct-04 10:48 
GeneralRe: looking for project to help with Pin
BlackDice14-Oct-04 11:00
BlackDice14-Oct-04 11:00 
GeneralRe: looking for project to help with Pin
toxcct14-Oct-04 22:52
toxcct14-Oct-04 22:52 
GeneralRe: looking for project to help with Pin
BlackDice15-Oct-04 3:14
BlackDice15-Oct-04 3:14 
GeneralRe: looking for project to help with Pin
toxcct15-Oct-04 6:35
toxcct15-Oct-04 6:35 
GeneralRe: looking for project to help with Pin
BlackDice15-Oct-04 8:40
BlackDice15-Oct-04 8:40 
GeneralRe: looking for project to help with Pin
BlackDice15-Oct-04 9:44
BlackDice15-Oct-04 9:44 
GeneralRe: looking for project to help with Pin
toxcct15-Oct-04 23:29
toxcct15-Oct-04 23:29 
GeneralRe: looking for project to help with Pin
BlackDice18-Oct-04 3:47
BlackDice18-Oct-04 3:47 
GeneralRe: looking for project to help with Pin
dharani27-Oct-04 1:30
dharani27-Oct-04 1:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.