7
votes
2answers
682 views
Good LINQ cheatsheets with VB.NET syntax?
I've been looking for a cheatsheet to help me remember LINQ syntax but the only ones I've found have been for C#. It seems like the C# syntax for LINQ is pretty different from the VB.NET syntax. …
0
votes
1answer
155 views
Can Visio’s macro warning prompt be surpressed when automating in code?
I'm automating Visio 2003 from a VB.NET app. My code looks like this (with the uninteresting stuff removed):
Dim objApp As New Microsoft.Office.Interop.Visio.InvisibleApp
objApp.Se …
2
votes
Can Visio’s macro warning prompt be surpressed when automating in code?
There is an OpenEx method that works just like Open but it accepts flags. One of those flags is visOpenMacrosDisabled (&H80).
There are also some other handy flags in there like visO …
