How to navigate through pages using CommandButtons and VBA ?

W

whmeeske

We are designing and building an MMI application for a client of our company.
At this stage we need to emulate some MMI pages and we decided to use Visio
for that.
The purpose is to make a Visio-project with some pages in it. On this pages
we want to place some CommandButtons by which it should be possible to
navigate between the different pages. With that we can discuss with the
end-users before we implement the lot in our software.

Can somebody explain how this can be done and what VBA-code is needed?
Thanx in advance!
 
P

Paul Herber

We are designing and building an MMI application for a client of our company.
At this stage we need to emulate some MMI pages and we decided to use Visio
for that.
The purpose is to make a Visio-project with some pages in it. On this pages
we want to place some CommandButtons by which it should be possible to
navigate between the different pages. With that we can discuss with the
end-users before we implement the lot in our software.

Can somebody explain how this can be done and what VBA-code is needed?
Thanx in advance!

Why do it the difficult way?
Use a simple windows development environment (I use Delphi), it'll take 1/2 an hour!
 
W

whmeeske

Paul Herber said:
Why do it the difficult way?
Use a simple windows development environment (I use Delphi), it'll take 1/2 an hour!

To build an application in Delphi or an other RAD-tool to demonstrate
navigation is possible, but the rest of the information in the different
displays has to be drawn separately. Because Visio is the standard drawing
tool (besides AutoCAD) they choose Visio for this task.
 
P

Paul Herber

To build an application in Delphi or an other RAD-tool to demonstrate
navigation is possible, but the rest of the information in the different
displays has to be drawn separately. Because Visio is the standard drawing
tool (besides AutoCAD) they choose Visio for this task.

fairy nuff
 
D

David J Parker [MVP Visio]

If you use the Off-page Connector shape on the Basic Flowchart shapes
stencil, then you don't need any code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top