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 integratio...
»
KeyNotFound
Sorry, but there are no more tags available to filter with.
Re: Using types from System.Windows.Forms as arguments
Bjorn, System.Windows.Forms.Form is not serializable- therefore cannot be used in the proxy layer. System.Drawing.Graphics; however, should be okay, as you saw in the ShapeAppAdvancedCSharp sample. More basic types like System.String will also ...