How can I add Forms Control to MS Word using Managed Code?

M

Mike Litzkow

I am working with a Word document using managed code with Visual Studio Tools
For Office. I found a nice article in MSDN Library called "How to: Interact
with Buttons, Lists, and Other Controls", which gives part of the answer.
This article and several linked walkthroughs describe adding such a control
using Word menus, then setting up a delegate to handle the events generated
by the control in managed code. That's good as far as it goes, but I don't
know how many controls I will need to add or where they will be located until
interacting with the user. I need to add the controls dynamically at run
time, and want to do it with managed code. How can I do this?
 
C

Cindy M -WordMVP-

Hi =?Utf-8?B?TWlrZSBMaXR6a293?=,
I am working with a Word document using managed code with Visual Studio Tools
For Office.
Best place to get help with VSTO would be the public.vsnet.vstools.office group.
Be sure to mention which version of .NET you're working with.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :)
 

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