Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
How do i search for a label text from multiple windows forms solutions?
Posted
Comments
Richard MacCutchan 7-Oct-15 8:56am    
Your question is not clear, pleased edit it and add some proper detail.
BillWoodruff 7-Oct-15 9:16am    
Are you creating a Windows Forms Application that contains more than one open Form ? You are searching for a Label whose Text content matches text (a string) you have ? Searching for more than one Label ? What result do you expect from your search : a reference (pointer) to a Label Control ? ... or ?

Be as specific as possible.
VR Karthikeyan 8-Oct-15 5:11am    
Not enough information you have provided. Explain What you want exactly.

1 solution

We have mutiple windows forms solutions(400+).When we get a new requirement to create a new windows forms solution,We need to check whether a solution with similar forms exist,so that we can copy from there.
For EX: There is label with text:Employee Full Name.
In this case i want to check the old solutions whether a label exist with such text.
 
Share this answer
 
Comments
Member 10774887 8-Oct-15 3:01am    
We have mutiple windows forms solutions(400+).When we get a new requirement to create a
new windows forms solution,We need to check whether a solution with similar forms exist,so that we can copy from there.
For EX: There is label with text:Employee Full Name.
In this case i want to check the old solutions whether a label wit similar text exists.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900