I using C# to interact with PCDLRN.dll. Currently, our programs have a manual alignment at the beginning and then a comment that pauses execution prior to switching to direct computer control mode. What I am trying to do is, after manual alignment when the program is switching to direct computer control, I want to be able to press a button on my web app that clicks OK on the comment prompt that continues the DCC alignment and continues on with the program. I found references to a Comment method that has a "PressOkButton" function but I can't figure out how to use that in tandem with the Application or PartProgram that I have in memory.
Do you have any examples of how to use this? VB or C# preferably? I have an instance of the Application and the PartProgram but in the object hierarchy it says that PCDMessageBox is a parent of Application and Program so I have no idea how to access the message box.
Do you have any examples of how to use this? VB or C# preferably? I have an instance of the Application and the PartProgram but in the object hierarchy it says that PCDMessageBox is a parent of Application and Program so I have no idea how to access the message box.