0

How can I provide input parameters (like text to be written in a file) using a Visual Studio Add-In? Can I use the ref object varIn parameter of the Exec method and if I can how?

Unknown
  • 1,377
  • 1
  • 15
  • 33

1 Answers1

0

Actually I can use s simple Windows Form to collect the input, nothing special related to Visual Studio is needed.

Unknown
  • 1,377
  • 1
  • 15
  • 33