CanadianRene
Newcomer
- Joined
- Feb 17, 2012
- Messages
- 1
The attachment shows a screenshot of something I want to do. I want the user to be able to insert smart 'components' in the textbox selected from the drop-down menu. The program will then replace these with proper values.
My first instinct says to create custom controls that inherit from labels. These will be my smart components. Then a custom textbox control that accepts these labels as input? not sure if I am on the right track and not sure how a textbox can accept a control as input?
My first instinct says to create custom controls that inherit from labels. These will be my smart components. Then a custom textbox control that accepts these labels as input? not sure if I am on the right track and not sure how a textbox can accept a control as input?