Ctrl-C/Ctrl-X/Ctrl-V - How to catch.
Tue, 8 Jul 2008 09:19:11 -0700
I noticed in the documentation that I can not catch the copy/cut/paste key
events. I would like to be able to catch these and so I thought I would add
my own event handler to catch these keys so that visio does not process the
cut/copy/paste. I want to process this operation because I have special
configurat ...
|
Custom Cut/Copy/Paste
Mon, 7 Jul 2008 08:46:00 -0700
Hi,
I have created my own cut/copy/paste for visio.
Sometimes, when I try to cut a selection the entire application hangs and I
have to close it and restart.
This is the code I use:
Selection cutCopyPasteSelection = null;
this.cutCopyPasteSelection = visioCtl.Window.Selection;
this.cutCopyPasteSel ...
|
Why does the back button become unavailable after awhile?
Thu, 3 Jul 2008 08:47:01 -0700
I am working on a visio document and I have the undo options set to the
maximum of 99 and the recently used file list set to the maximum of 9. I do
not have the access to make any more undo's. If I have reached 99, how is
this reset? I have closed document and re-opened, but still not reset. I
need to fi ...
|
CommandBar Events.??
Wed, 2 Jul 2008 22:23:01 -0700
Hi..
Is there any command bar events in visio to work with command bar..
i m using visio 2007 .and vb.net.
i have to make a toolbar and enable in command menu in the menu when the
toolbar is enable and vive versa like in visio VIEW->TOOLBAR ..
i have odne that but when you disable through the visio my menu ...
|
Visio Viewer and Internet Explorer
Wed, 2 Jul 2008 15:30:00 -0700
Hi,
I'm currently working on a project to allow users who don't have Visio
installed to view Visio diagrams embedded a web page (IE6). A key requirement
for this project is to allow the users to access any hyperlinks that are in
the original Visio diagram.
I've played around with the Visio Viewer and emb ...
|
Problems with DoCmd commands
Wed, 2 Jul 2008 06:47:00 -0700
Hey altogether.
I have implemented the Visio Drawing Control in a Webpage (aspx) and I want
to script against the visio object. I can save a file (See the example
below). But how can I use the DoCmd-Commands e.g. to realize a print command
or to open the shape window.
<%@ Import Namespace="Microsoft.Offi ...
|
export data from a VISIO ER diagram to SQL server
Wed, 2 Jul 2008 03:40:01 -0700
I normally do all my DB design through the SQL server "database diagram"
interface. A developer recently handed me a VISIO with about 40 tables. I
have heard that there is a way I can take this VISIO document and connect it
to the test database then push the new tables to SQL server.
If this is true, please ...
|
|
|
visio 2003 - doors don't automatically align to walls
Tue, 1 Jul 2008 09:38:02 -0700
I've got a set of drawings I've created for our various builds and lately
I've noticed that the doors don't automatically align to the walls.
Has anyone else experienced this or something similar.
Any suggestions to resolve my problem? ...
|
My add-in menu problem
Tue, 1 Jul 2008 16:28:19 +0300
Hi all,
I have strange my add-in menu problem when it dissapears under some
circumstances in Visio 2007. The problem can be illustrated using "WBS
TreeView" add-in example from Visio SDK:
1. Initial Visio 2007 menu has a following list of top menu items: "File,
Edit, View, Insert, Format, Tools, Data, Sh ...
|
publishng visio on web
Sun, 29 Jun 2008 06:25:01 -0700
am using right click (format/behavior) to add details to visio objects (org
chart objects with information about their roles and responsibilities).
cannot get this method to work on a visio web page. Is it possible? Is there
such a thing as a visio server that would make advanced methods that run with
the v ...
|