Importing Form from C++ project to C# project -


i made simple windows forms app in c++ recently. got new assignment make same program in c#, need rewrite it. problem have form. it's quite complex , don't want put these texboxes , buttons once again. how can import form? it's design of it. please, tell me should step-by-step make work.

so... used ctrl+a select items , copy-pasted them new form @cody gray suggested. expected items become mess , have names , properties reset, didn't happen. well, simplest solutions best. thank though question trivial. maybe it's going in future.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -