R
Rob Blitz
Is it possible to change a custom HTML task pane from within managed code?
I've been fiddling around with this a bit and keep getting a security error.
I though that possible because I had to include a reference to the mshtml
..NET assembly to manipulate the HTML DOM that I was violating the domain
security level of my form, so I made the form trusted but I still get the
security error.
Can custom task panes only be manipulated in trusted forms? If not, can you
manipulated them from within managed code?
I've been fiddling around with this a bit and keep getting a security error.
I though that possible because I had to include a reference to the mshtml
..NET assembly to manipulate the HTML DOM that I was violating the domain
security level of my form, so I made the form trusted but I still get the
security error.
Can custom task panes only be manipulated in trusted forms? If not, can you
manipulated them from within managed code?