blah blah blah is here! blah blah » Close

0
votes
2 answers

Opening a serialized class in a different application

Hi, Situation: I'm programming a test. It saves the data of each test taken to a data file. The data has to be checked and scored, after the person who took the test is finished, by someone else. I need to serialize the testdata be ...

0
votes
1 answers

Issues Deserializing ListBoX Items

Hello again :) This time I'm having some issues with deserializing some items that I've serialized from a listbox. Here is the serilization code: [code] StringBuilder sb = new StringBuilder(); fore ...

0
votes
1 answers

DateTime Serialization & Deserialization issues (invalid datetime)

Hello everyone. I'm serializing some controls and so far things are working well except for DateTime picker controls... Every time i try to read in the serialized DateTime control it tells me its an invalid format. The specific err ...

Feedback