Click here to Skip to main content
15,898,741 members

Comments by Bitto kumar (Top 34 by date)

Bitto kumar 27-Jul-15 6:14am View    
Thank you so much. i have done the same thing.
http://cboard.cprogramming.com/csharp-programming/133442-vis-csharp-expr-get-all-form-names.html
Bitto kumar 24-Jul-15 5:03am View    
Yes i made it as public
Bitto kumar 24-Jul-15 5:02am View    
I have created a class library project and added a form and it has some control as i mentioned above.And created windows forms project and added a reference to class library project.In windows project i created object for form and able to read all the control ID , Text i,e(suppose it is label(lblFname,FirstName)).The problem is i am getting datagridview Id but i need grid columns also.how to acheive that? I hope u understand. basically my tension is to write all control ID and text values in resource file.
Bitto kumar 22-Jul-15 2:49am View    
Hi Ralf,Thanks for your reply.i am not sure that size of the label because depending on selected language it has to display the text from resource file.And more over a form contains more than 100 controls.
Bitto kumar 6-Jul-15 23:21pm View    
In form2 i am calling the form1.
Form1 f=new Form1();
f.PassvaluestoForm1(value1,value2);
this.close();