A family of Microsoft word processing software products for creating web, email, and print documents.
Hi Ahmad, glad to Help, you should get a good answer over on MSDN soon enough . ..
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello everyone
I have an MS Word document (available at: https://3dnex.com/public/all/doc01.docx ). I wanted to modify it using C# (VSTO), but some items were of type HTMLTextArea, HTMLOption, HTMLSubmit and HTMLCheckbox in Developer [tab] -> properties.
what are these HTML.... objects or types? Can they be accesses in C#? If yes, how?
Thanks and regards
Ahmad
A family of Microsoft word processing software products for creating web, email, and print documents.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi Ahmad, glad to Help, you should get a good answer over on MSDN soon enough . ..
Hi Ahmad
Those are the form objects in that Word document tree . . .
This article may explain that in more detail for you:
https://docs.microsoft.com/en-us/visualstudio/v...
Otherwise, Community is just a consumer forum, due to the scope of your question (VSTO Coding) can you please post this question to our sister forum on MSDN (The Developer Network) in the VSTO section (linked below)
Over there you will have access to a host of VSTO Developers and will get a knowledgeable and quick answer to this question . ..
Hi Dave
Thank you very much for your reply.
I tried and IFormRegion is available in Outlook but not in Word.
I just posted my question on Visual Studio Forum as you suggested.
With regards
Ahmad
Hi Ahmad
Those are the form objects in that Word document tree . . .
This article may explain that in more detail for you:
https://docs.microsoft.com/en-us/visualstudio/v...
Otherwise, Community is just a consumer forum, due to the scope of your question (VSTO Coding) can you please post this question to our sister forum on MSDN (The Developer Network) in the VSTO section (linked below)
Over there you will have access to a host of VSTO Developers and will get a knowledgeable and quick answer to this question . ..