DeveloperLand : New ArticlesSummary of the latest articles published on DeveloperLandWrite a Word Add-In Part 0- June 25, 2006 Learn to write an add-in in C that does everything a regular C program does.http://developerland.com/CSharpGeneral/General/399.aspx Write a Word Add-In Part I- June 25, 2006 Learn to write an add-in in C that does everything a regular C program does.http://developerland.com/CSharpGeneral/General/400.aspx Lengthy Operations on Single Thread in .NET Application- June 25, 2006 Desktop applications are usually single-threaded. Sometimes it is, however, inevitable to perform some long lasting operations like processing large XMLs. This leads to a common problem: how such long lasting operations should be managedhttp://developerland.com/CSharpGeneral/General/213.aspx |