Click here to Skip to main content
15,899,679 members

Comments by j4v1 (Top 4 by date)

j4v1 10-Sep-10 17:20pm View    
I agree, the Code of RunableThread is missing. Submit it, and there can be help...
j4v1 25-Aug-10 17:47pm View    
Thanks, I'll give that a try tomorrow - sounds like the right direction as I'll be able to tailor the output :)
j4v1 25-Aug-10 16:54pm View    
You say use reflection, that sounds reasonable. I'm guessing I could create a Dictionary from the object and iterate through the name/value pairs?

As I explained to Christian Graus (thanks both for the replies by the way), I have loads of properties to iterate through...
j4v1 25-Aug-10 16:52pm View    
I tried a "ToString()" call on my object but all it returns is the object's name. Did you mean implementing a method which would build the string from the properties manually? That's what I wanted to avoid really - there's up to about 30 properties and I've got several survey forms to implement this for.