Re: Modify Popup menu to change current tool ?



Hi Al,

Thanks for the reply! You have flushed out my problem a little
further. I did not know about addins and that they have persistence. I
am not sure what you mean about a template. Does that mean all
documents derived from a template would inherit the vba code ?

Well, I still do not know what I want or need. If some other addin
language works and does not need a compiler I'd be happy with that. If
it comes to loading a macro vb script each time i open certain files ,
I could live with that but I prefer to make it persistent.

Okay I believe you are probable right about it being doable with the
sdf examples, so that is a big help . It gives me the confidence to
try it. I spend hours making a silly script work that will load in
directory of images and put four images per autocreated page. I am not
a great vba programmer but with examples and a lot of (this is
hopefully where the usenet group maybe helpful) hacking around time
I'll probably arrive at something.

Art

On Sep 19, 3:13 pm, "Al Edlund" <edl...@xxxxxxxxxxxxx> wrote:
well, let's kinda put our arms around what I think I read,

"examples of visio vba code" - infers that you want to write it in vba which
conflicts with "Plus have this functionality automatically start when I run
visio". The reason is that vba runs in a document, so you would have open
the same document template everytime. To reach the objective of "opens when
visio starts" would suggest you should investigate writing it as as an
addin.

The desire to create custom menus is doable with examples in the visio sdk.

al

"art" <a...@xxxxxxxx> wrote in message

news:1190219854.484048.32570@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx



Hi,
I am hoping to not have to spend hours perusing examples of visio vba
code , google posts and documentation to achieve something that should
be trivial. I'll probably end up wasting a day on this, so thanks in
advance for any help.

I use a tablet pc with visio and think that visio is a fantastic if
not the best tablet pc piece of software. I would like however the
right mouse popup menu in the document window to have some of the
toolbar tools available for selection. I'd like to be able to right
mouse and change between an standard ink pen , 2 out of 3 selectors ,
and the pen eraser tools. Plus have this functionality automatically
start when I run visio. I know it is possible and since I am not an
expert I am hoping someone can point me in the right direction at
least.

cheers,
art- Hide quoted text -

- Show quoted text -


.



Relevant Pages

  • Re: Are COM-addins possible for Visio 2000?
    ... If you look at the What'new in the Visio 2002 help you will see that the ... support of office addin is new. ... It seems to me that i remember the addin check box in visio 2000 was the ... C or VBA. ...
    (microsoft.public.visio.developer)
  • Re: DB-Assi Problem bei Verbindung mehrere Shapes zur DB
    ... NImm VBA (es sei denn Du ... > Hallo und vielen Dank schon mal für die vielen Tips. ... >> VBA und Codes und Beispiele gibts im SDK von Visio. ... >>> Tab-Struktur erstellt wird) und dann über den DB-Assi die Verbindung ...
    (microsoft.public.de.german.visio)
  • Re: VBA, Add-in or Add-on?
    ... I agree with Chris that VBA is great for prototyping and then moving on to ... this material as well as VSL's in his book Visio 2003 Developers Survival ... >> - drawings will take care of the visual aspects of the business process ... >> - group shapes together if one is dropped on top of another (and make ...
    (microsoft.public.visio.developer)
  • Re: Outlook Appointment
    ... I've never had to disable the Outlook VBA to get code in an addin running correctly. ... Is there any code in the VBA project that might be addressing the appointment item or keeping a variable object for that appointment? ... It sounds to me like you're keeping an object variable for that meeting alive and that's what's causing the conflict. ... I don't see any of those conflict messages when I test what you say in either VBA code or an addin. ...
    (microsoft.public.outlook.program_forms)
  • Re: VBA, Add-in or Add-on?
    ... prototyping, ... >I agree with Chris that VBA is great for prototyping and then moving on to ... >this material as well as VSL's in his book Visio 2003 Developers Survival ...
    (microsoft.public.visio.developer)

Loading