Search results for query: *

  1. D

    Resolved Adding text from a document to a textbox in a custom taskpane

    I want to thank you for your help with this. Did some reading up and got a little more educated on the terminology and feeling pretty good about it. Solution just in case others drop by with similar issues. Changed: public task_pane myusercontrol1; public Microsoft.Office.Tools.CustomTaskPane...
  2. D

    Resolved Adding text from a document to a textbox in a custom taskpane

    Thanks for the feedback. Yeah the Hungarian way was something that was embedded into me during school and I still have a tendency to slip back to it. So on the issue at hand, I've been able to get everything running without error, but when I access the textbox in the taskpane it can't send...
  3. D

    Resolved Adding text from a document to a textbox in a custom taskpane

    Quick explanation of the setup: I have a custom taskpane loaded on startup as follows: tpane _ctrl = new tpane(); var myPane = this.CustomTaskPanes.Add(_ctrl, "My Control"); myPane.DockPosition =...
Back
Top Bottom