I have a property for a control ( source code not available) . The property
accepts single char as value.. so I can set it to '/' or ':' or anything
like that...At initialize of my From I want this property to be set to a
empty literal. I am able to do this at design time using VS.NET property
box. This works for controls created at design time, but for some controls I
create at run-time I want to do the same at Form_load..
VJ
Comment