Click here to Skip to main content
16,016,140 members

Comments by Necrowizard (Top 7 by date)

Necrowizard 5-Aug-10 10:26am View    
Reason for my vote of 1
very unclear
Necrowizard 17-Jul-10 12:04pm View    
Reason for my vote of 5
Thanks.
Found this in the article: http://code.msdn.microsoft.com/WindowsAPICodePack

which provides sample code
Necrowizard 17-Jul-10 10:40am View    
Reason for my vote of 3
Thanks for the HtmlAgilityPack suggestion, it does the job, but its really slow tho
Necrowizard 16-Jul-10 19:18pm View    
Reason for my vote of 2
breaking code into 7 parts while its suppose to be only one part
Necrowizard 13-Jul-10 15:40pm View    
Awesome, thanks.
Yea, the first example obviously would have worked, but I was trying to keep it dynamic, so putting Name and Id there isnt really working.

However, MessageBox.Show(propertyInfo.GetValue(anObject, null).ToString()); worked, that was exactly what I was looking for :)