1.
Using C# to parse XML feeds. Using C# to parse XML feeds. What with the big push to have XML adopted as a cross-everything data format, it seems like it should be fairly straightforward ...
2.
Midnite Blog Supposed to give mortgage estimations at various rates. Looks like it was malicious from the start (especially in some caching stuff with names like ...
3.
Interop « Midnite Blog The unmanaged code is not COM, just regular old C++. To set up the unmanaged code, declare a COPYDATASTRUCT, and fill out the members: COPYDATASTRUCT cds; ...
4.
Writing an Outlook Add-in with C# (Part 3) Apr 14, 2007 ... First, you have to add a reference to the Outlook COM object so the C# compiler knows what Outlook is. Open your MyAddin project in Dev ...
5.
Copying data from Unmanaged to Managed code on Windows CE Sep 23, 2008 ... In this way, even though it is a bit awkward, you can get data across from unmanaged to managed code. Working with binary data would be a ...
6.
Writing an Outlook Add-in with C# (Part 3) Apr 14, 2007 ... First, you have to add a reference to the Outlook COM object so the C# compiler knows what Outlook is. Open your MyAddin project in Dev ...
7.
Hosting an Active-X Control on an Outlook Inspector page with C# May 5, 2007 ... 4 Responses to “Hosting an Active-X Control on an Outlook Inspector page with C#”. Karolina Alvord on August 23rd, 2007 at 7:20 am ...
8.
Hosting an Active-X Control on an Outlook Inspector page with C# May 5, 2007 ... So in this method we are adding our custom “My Page” to the Outlook inspector window (as we did before) and now we are asking the “Controls” ...
9.
Writing an Outlook Add-in with C# (Part 3) Apr 14, 2007 ... Writing an Outlook Add-in with C# (Part 3). To this point we have an Outlook Add-in shell written. We have verified that Outlook sees it and ...
10.
Hosting an Active-X Control on an Outlook Inspector page with C# May 5, 2007 ... 4 Responses to “Hosting an Active-X Control on an Outlook Inspector page with C#”. Karolina Alvord on August 23rd, 2007 at 7:20 am ...
|