Adding new item to "Look In"/"Save As" combo box in common dialogs
I am trying to integrate a COTS document management software into Windows in order to provide integration for all Windows apps. To do this, my proposed design is to add a new item in the Look In/Save As dropdowns in the common File Open/Save dialog boxes. Typically, the items in the control are drives and folders, however my item will be a link to a DLL control that will process the open/save request through the DM system via API tools.
I have seen this done with another DM package years ago (WinNT) so I know it can happen, but not sure where to begin. I'm not looking to modify the actual common dialogs, rather I need to know where and how the Save/Open dropdown control gets the items.
Any insight or code will be rewarded handsomely!
[766 byte] By [
rstinc] at [2007-11-20 0:13:40]

# 1 Re: Adding new item to "Look In"/"Save As" combo box in common dialogs
Rewarded handsomely? We do things here for the fun of helping others. Handsome rewards sound fun though. Haha.
Is there a preference of what language you desire to write this in?
# 2 Re: Adding new item to "Look In"/"Save As" combo box in common dialogs
My limited experience is in VB(6) so that's my preference, but the DM API can be programmed in VB, C+, maybe even C#. My guess is that this type of Windows kernel programming may limit the choices?
rstinc at 2007-11-10 3:41:13 >

# 3 Re: Adding new item to "Look In"/"Save As" combo box in common dialogs
Well, in that case, I suggest you private message a super moderator and ask to move your thread to a more appropriate forum. See what he/she suggests would best fit for language.
# 4 Re: Adding new item to "Look In"/"Save As" combo box in common dialogs
I appreciate the input but I don't think this is a language specific issue (yet). Since what I am trying to do is a modification to the Windows O/S, or at least determine how the O/S common dialog component functions, this would seem to be the appropriate forum until I can get some more info.
Thanks for the comments though. As a newbie, I don't want to breach protocol.
rstinc at 2007-11-10 3:43:18 >
