Tagged Questions

0
votes
1answer
193 views

InfoPath add-in help - Saving a copy of the active form template, showing custom button in design mode, calling method in form solution

I'm trying to build an InfoPath add-in to allow template editors (as opposed to end users) to preview the form with sample data populated. First, a little background on our environment. We have a …
1
vote
2answers
168 views

Is Visual Studio Tools for Applications part of Office 2007?

The VSTO bit I understand. Visual Studio has the project templates to get you started with creating nice .NET based add-ins. But where is VSTA? I installed the SDK but it seems to be gears towards …
3
votes
7answers
803 views

Use VBA in Office 2007 Applications?

Is VBA going to go away any time soon, like VB6 has? Should I not develop new Office applications with VBA? Or should I be developing all new Office Apps with VSTO? Update: Recently read this …
0
votes
2answers
315 views

Which IDE should I use for developing custom code for InfoPath Forms, VSTA or VSTO?

I am new to developing for Office Forms Server / MOSS 2007. I have to choose between designing my web-based forms and writing code for them in Visual Studio Tools for Applications (aka VSTA) or …