R
Richard
want to add customtaskpane to infopath via VSTO, I was able to make an addin
project and that worked fine: here is the code:
CustomTaskPane ctp = this.CustomTaskPanes.Add(new UserControl1(), "My
Caption");
ctp.Visible = true;
I want to be able to have the same thing in an infopath template project via
VSTO , not an add-in.
I can not find CustomTaskPane ?
project and that worked fine: here is the code:
CustomTaskPane ctp = this.CustomTaskPanes.Add(new UserControl1(), "My
Caption");
ctp.Visible = true;
I want to be able to have the same thing in an infopath template project via
VSTO , not an add-in.
I can not find CustomTaskPane ?