You are not signed in
Sign in
|
Join
Help
Summit Software
Home
Products
Blogs
Forums
Downloads
About Us
Contact Us
in
Current Tags
(Entire Site)
Search
Browse by Tags
All Tags
»
VSTA 2.0
»
thread safe
»
Out of process debugger
cross-thread operation (1)
InvalidOperationException: Cross-thread operation not valid: Control 'ShapeAppForm' accessed from a thread other than the thread it was created on.
I created this macro in SDK sample Shapeappmacrorecordingcsharp and built it: public void Macro3() { this.Visible = false;//<=set break point ...