mwherman2000
Check me out on the web at Parallelspace Truly Collaborative Business Solutions - Welcome or at my blog.
Founder and CTO, Parallelspace Corporation
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Live Services: Mesh Services Architecture and Concepts
Oct 18, 2008 at 7:21 PMMichael Herman
Parallelspace Corporation
Live Services: Live Framework Programming Model Architecture and Insights
Oct 18, 2008 at 7:20 PMMichael Herman
Parallelspace Corporation
Live Services: Building Applications with the Live Framework
Oct 18, 2008 at 7:16 PMMichael Herman
Parallelspace Corporation
Ori Amiga: Programming the Mesh
Jun 16, 2008 at 4:24 PMMichael Herman
Parallelspace Corporation
p.s. What is the replacement for Desktop.ini in a Mesh-managed folder? How can I customize the icon for a folder at a replica and have that customization flow throughout a mesh? In the CTP, Desktop.ini is not replicated and believe it's format also varies across OSes.
Joe Stegman - Building Outlook UI in 100 lines of code with Winforms
Aug 30, 2005 at 9:58 AMThe 2 key changes are to comment out the offending ComponentModel using statment and change IPropertyChange to INotifyPropertyChanged.
On recompiling, you get about 15 errors and 213 warnings. Focus on the errors (sort by Category in the Error list). I brute force fixed most of the errors by commenting out any property initialization for properties that no longer exist in Beta 2. For the InterfaceType errors, it's a simple rename to NetworkInterface* (check intellisense).
I may have broke a bunch of UI events, etc. but the app does run and display the main window.
The 213 errors are about deprecated features from Beta 1 to Beta 2. I'm not going to touch these (and didn't need to to get the UI to display). Most appear to be in the mail message/store code ...so if you just want the Office/Outlook UI and don't need the mail/message/store implementation, dump it first and then see what kinds of warnings remain.
Joe Stegman - Building Outlook UI in 100 lines of code with Winforms
Aug 29, 2005 at 10:13 AMRe: OLAF
As I watch the VS 2005 demo, OLAF appears to be the name of the solution.
OLAF = "Outlook Look And Feel"
Joe Stegman - Building Outlook UI in 100 lines of code with Winforms
Aug 29, 2005 at 10:09 AMHas anyone been able to make the Outlook Clone UI work under Beta 2?
I'm about to start. Also, what is "OLAF"?
Michael.
Joe Stegman - Building Outlook UI in 100 lines of code with Winforms
Sep 19, 2004 at 2:30 PMMichael.