Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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?

  • Leaders
Posted

The standard textbox does not support this feature. You might be able to do something like this with a rich text editor.

 

Are the "components" supposed to be controls (e.g. clickable button) or placeholders for predefined values (in which case, why not use some sort of %tags%)?

[sIGPIC]e[/sIGPIC]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...