Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.71K
1 Posted Topic
instead of IBGSDraw you need to just put the name of the class of the object shapes: I'm using the code bellow and it's working fine: The Object is : MyProject of class clsPrject clsProject MyProject= new clsProject; .....Code to input your object data.... **Serialization:** FileStream filestream = new FileStream(@"C:\OutputFile.dzv", …
The End.
code78