In my code Type.GetType(te xt) works when text="System.IO .File". However, it
doesn't work when text="System.Wi ndows.Forms.But ton". In general it works
for classes in System.dll assembly. Is there anyway I can make it work for
classes in System.Windows. Forms.dll assembly?
Thanks
SG
doesn't work when text="System.Wi ndows.Forms.But ton". In general it works
for classes in System.dll assembly. Is there anyway I can make it work for
classes in System.Windows. Forms.dll assembly?
Thanks
SG
Comment