Welcome to MSDN Blogs Sign in | Join | Help

August 2008 - Posts

VisioAutoExt v4.0.0 and Visio Helper Add-In Released

It’s done. I’ve made some substantial changes since the last released version. Download it here: http://www.codeplex.com/visioautoext The Visio Helper has been updated to use this library: http://www.codeplex.com/visioautoext/Release/ProjectReleases.aspx?ReleaseId=15831
Posted by saveenr | 1 Comments

VisioAutomation: simplifying DropMany to quickly draw a grid

In this example I’ll show how to draw a grid of 100 shapes really fast. Visio’s Page object comes with a DropMany method that makes putting shapes on the page very fast. In the SDK code provided, DropMany isn’t too hard in VB but in C# it will look a
Posted by saveenr | 2 Comments

VisioAutoExt: Preparing for an new release and new some sample code

This week I'll be releasing a major update to the VisioAutoExt project (v4.0). In preparation for the release I will be documenting the usage of the library via a series of blog posts. This is the first one. First, what's in the library? This diagram

A Simple LINQ Example with System.Reflection and System.Drawing.Color

Recently I needed to get see all the RGB values for the System.Drawing.Color values (for example System.Drawing.Color.Red, System.Drawing.Color.Aqua, etc.). It's a very simple task that shows some of the expressive simplicity of LINQ. Here's the sample
Posted by saveenr | 2 Comments

Attachment(s): colors.txt
 
Page view tracker