Is this possible at runtime?
People ask me why you want to search in forms which aren't opened.
Simple... Each control, in my case 'buttons' are pointing out a detail of some kind. The detail is written in every button tag.
I want to be able to write the detail i'm looking for in a textbox, when i press a search button:
the program will then look through all of the button.tags in my project over all forms and brings up the form and button i was searching for.
Is this possible at runtime?
People ask me why you want to search in forms which aren't opened.
Simple... Each control, in my case 'buttons' are pointing out a detail of some kind. The detail is written in every button tag.
I want to be able to write the detail i'm looking for in a textbox, when i press a search button:
the program will then look through all of the button.tags in my project over all forms and brings up the form and button i was searching for.
Is this possible at runtime?