Hi all
Im working in .net windows based application.
Iam creating dll for each pages.but in those page i want to pass a value from frmmenuscreen to to those individual screens.How to pass values to dll.i cannot use like <pre> frmmater obj_co=new frmmaster; obj_co.obj = this;</pre> error coming wile adding second line mainly this keyword.how to dothis
Thanks in advance