2
Answers

Form to a Word Document Template

Ronda Ballard

Ronda Ballard

11y
888
1
I have a project that I've been working on.  It's a grievance application.  I've already designed the application on a tab control, but now they want to have spell check and be able to email the file.  I have done some research and thought that a word template for the application would probably work the best.  Is there any way to change the design I already have into a word template?
Answers (2)
0
Roei Bar

Roei Bar

NA 7.8k 0 15y

hey, i would recommend you to change your work, to work with CheckedListBox
you will have a CheckedItems Property in this, and the Value is the text in it, and if you want complex Object with multiple properties, you can have an object, and on the build just do an Override on the ToString for the displayed item Text and once you run all all Checked Items, you will have the ItemId, and by ItemId you can get any property in the ListView