D
DevalilaJohn
We have a process flow laid out as a flow chart in Visio. We also have
documentation for the various activities within the flow chart. What we
would like to do is have a user open the flow chart as a form and then by
clicking or double clicking on a box within the the chart, have the
documentation for that process open.
I have worked with VB and VBA for some time now and have no problem with
having the documentation come up. What I need some guidance on is:
1. How do I or can I open the Visio drawing so that users can see it and
click on it but not change it?
2. How do I detect what shape the user has clicked on? Do I need to map
coordinates or is there some way to determine the shape that was clicked?
3. Is there a way to add properties and methods to existing shapes or do I
have to create a new class that will inherit the existing shape and then add
my properties and methods?
I'd appreciate any inputs that anyone has.
TIA,
John
documentation for the various activities within the flow chart. What we
would like to do is have a user open the flow chart as a form and then by
clicking or double clicking on a box within the the chart, have the
documentation for that process open.
I have worked with VB and VBA for some time now and have no problem with
having the documentation come up. What I need some guidance on is:
1. How do I or can I open the Visio drawing so that users can see it and
click on it but not change it?
2. How do I detect what shape the user has clicked on? Do I need to map
coordinates or is there some way to determine the shape that was clicked?
3. Is there a way to add properties and methods to existing shapes or do I
have to create a new class that will inherit the existing shape and then add
my properties and methods?
I'd appreciate any inputs that anyone has.
TIA,
John