I have a parent project and one project inside it.
I want to handle the status bits of the sub-project variables in the parent project VSTA, is there any way?
ex) this.Variables().Item("variableName").StatusString = "ALT_VAL=1"
I have a parent project and one project inside it.
I want to handle the status bits of the sub-project variables in the parent project VSTA, is there any way?
ex) this.Variables().Item("variableName").StatusString = "ALT_VAL=1"
Hello and welcome to the forum.
Please use AddIn Framework.
VSTA is old Technology and will not be supported in current and future versions.
Instead of the state string you could use .LowerState and query the according bits.
check the help here:
https://onlinehelp.copadata.com/Cont...4c0665aa710fc5
I also want to use it as an AddIn, but I asked because I had to use Zenon10 VSTA until this year.