Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6814571
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:42:17+00:00 2026-05-26T20:42:17+00:00

I made textbox, but it needs to send data to other application, which have

  • 0

I made textbox, but it needs to send data to other application, which have custom formatting (like %B is for bold, and if you want to turn off bold, you type keyword for normal font, and so).

So, formatting is much different than usual. I made textbox with buttons that can add keywords for text formatting, and that’s working fine, but if I need preview in one label in same app, what is good way to do it? (I made preview button that sends text to label)

Obviously, I need to set that %B is starting bold text in label and so for other formatting keywords, unless there is better way?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T20:42:18+00:00Added an answer on May 26, 2026 at 8:42 pm

    Your question is not clear, are you trying to format the string from the textbox to show in the label with or without bold or are you trying to show the formatting examples like %B in the label?

    for the second option I would use a literal string so that the signs don’t mess you up.
    ie:

    string here = @"%Byourtextboxtext";
    

    For the first option I think you need to create a function where you process the string. The function should receive a string, modify the label depending on the custom formatting, clean the string and apply it to the label.
    ie:

            if (textBox1.Text.StartsWith(@"%B"))
            {
                char[] here = {'%', 'B'};
                label1.Font = new Font(label1.Font, FontStyle.Bold);
                label1.Text = textBox1.Text.TrimStart(here);
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Ok so I have made a DataSet that reads the data hardcoded but unsure
I need something like TextBox like Label for RadioButton content. I have made all
I have made one custom user control (search text box), which basically consists of
i've made a C# winforms application. Now i have a form which has lots
I made a custom control that is basically a multiline TextBox that allows input,
So I have columns defined like this: <DataGridTemplateColumn.CellTemplate> <DataTemplate> <TextBox Text={Binding Path=COLUMN_NAME, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}
I have a form which has fields pre-filled with a default value, like this:
I have design winform with various controls on it like textbox/ComboBox and Panels on
i've made a textbox widget which will highlight onFocus (and un-highlight onblur). my question:
I have a Silverlight 3 project. I have a textbox that is TwoWay data

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.