Get a value of a textbox control

  • Thread starter Guillaume Côté
  • Start date
G

Guillaume Côté

Hi,
I'm new to visio programming and i need help.
Here my problem
I have a master shape with a textbox control and an arrows. The master shape
have a action Start wwhich call the sub start. In this code i want to get
the value enter in the text box to display on the arrow.

I know how to add text to the arrows shape.text = "mytext" but i'm only
able to get the textbox as a shape so i can't get it's value.

So how do i tell in my code i want the control represented by the shape?

Thank for your help.
Guillaume Côté
 
A

Al Edlund

the easiest way is to just record a macro of entering text into your shape
and use the macro as a template for what you want to accomplish.
al
 

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