GeekArticles
Microsoft
Code SamplesVisual Studio 2005 Tools for Office Hands-on Labs for Word 2003
Author: msdn.microsoft.com |
Published: 10th Aug 2005 |
Visited: 438 times |
Add CommentFiled in: Code SamplesLearn how to use host controls, program the actions pane, bind data from a SQL Server database to host controls and controls on the actions pane, and cache data.
Read Article Sponsored Links
Related Articles
• Top 10 Delphi Web Development Tools in Delphi Top Picks :: With the release of .NET Microsoft forced developers to think more of Web development as the number one job description in the future. Let's se ...
• Quick! Word Association: XML Today I took some time to quickly scan through a backlog in my feed reader. There were a good number anti-XML articles cropping up. This got me thinking. What do you think of when I say "XML"? I personally associat ...
• JavaOne 2008, Day 3: Hosted Developer Tools
Software-as-service (SaaS) has started to permeate the field of software development tools, says Atlassian's Jeffrey Walker in this interview with Artima. Walker describes important characteristics of hosted developer tools, and highlights the need for such tools to integrate well with locally ...
• Building a Visual Studio DebuggerVisualizer with a Custom Serializer For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simp ...