Click here to Skip to main content
15,885,216 members

Comments by Aoi Karasu (Top 5 by date)

Aoi Karasu 10-Sep-11 6:33am View    
isReadOnly.SetValue(attribute, Video); <-- does this even work? I cannot compile it. Shoudn't it be isReadOnly.SetValue(attribute, true); or isReadOnly.SetValue(attribute, false); ?
Aoi Karasu 10-Sep-11 6:13am View    
Deleted
I tried to create a test sample and came up with identical conclusion. UIPathEditor is a custom editor that does not respect the value of ReadOnlyAttribute. It has to modified or removed.
Aoi Karasu 10-Sep-11 5:35am View    
Yeah, for TcpClient you can do memory stream (de)serialization like in Roy's blog post.
Aoi Karasu 21-Jun-11 6:59am View    
IMO best answer out of five I've read here.
Aoi Karasu 16-Jun-11 4:34am View    
Deleted
Does Microsoft's License Policy allow to redistribute selected CRT DLLs outside of VC++ Redistributable package?