Re: File Open/Save Dialogs Integration with Sharepoint
From: Yan-Hong Huang[MSFT] (yhhuang_at_online.microsoft.com)
Date: 02/03/05
- Next message: robbert: "Web Part Trust"
- Previous message: Bil Simser [MVP]: "Re: How to add a document library to the Quick Launch bar?"
- In reply to: TomC: "Re: File Open/Save Dialogs Integration with Sharepoint"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 03 Feb 2005 02:37:30 GMT
Hi Tom,
I believe what Weidong typed should be "I haven't found any method..." In
fact, there is no documented way to accomplish it in Win32. However, some
programmers use a tricky way to do that. Please refer to:
http://www.codeguru.com/Cpp/W-D/dislog/commondialogs/article.php/c5031/
The Magic, as you can see is done by posting the WM_COMMAND message to the
parent of the extended fileopen dialog ( which is really the original file
open dialog) with the ID of the push button for the view type. You need to
use SPY++ to get button ID.
Please pay attention that this method may not work in all platforms. Thanks.
Best regards,
Yanhong Huang
Microsoft Community Support
Get Secure! ¨C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
-http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.as
p&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: robbert: "Web Part Trust"
- Previous message: Bil Simser [MVP]: "Re: How to add a document library to the Quick Launch bar?"
- In reply to: TomC: "Re: File Open/Save Dialogs Integration with Sharepoint"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|