I created this macro in SDK sample Shapeappmacrorecordingcsharp and built it: public void Macro3() { this.Visible = false;//<=set break point here this.Visible = true; } 1 Launch the IDE (out of process) from ShapeApp 2 Set breakpoint at this.Visible
Read More...