Results 1 to 3 of 3

Thread: [RESOLVED] On the fly previewing of text by replacing characters with other chars

  1. #1

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Resolved [RESOLVED] On the fly previewing of text by replacing characters with other chars

    Hi guys

    I'll explain the scenario. I have a list containing character list and it's corresponding unicode characters(copied from CharMap and pasted in VB editor).
    For example:
    Code:
    Text = Unicode --> Unicode character
    ---------------------------------------
    
    K = U+004A --> J
    i = U+00A2 --> ¢
    Kaa = U+00A1 --> J¡
    il = U+0076 --> v
    ppa = U+00B8 --> ¸
    
    ...etc
    So, what the user types in the first RichTextbox should be parsed and mapped using the above table, and then displayed on the second RichTextBox.

    RichTextBox1 (user types in)
    Code:
    Kaappil
    RichTextBox2 (preview with no editing here)
    Code:
    J¡¸¢v
    Please give me some suggestions/comments on how to accomplish this.

    I just want to know an efficient for this.

    Thanks

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  2. #2

    Re: On the fly previewing of text by replacing characters with other chars

    Handle the text changed event perhaps?

  3. #3

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: On the fly previewing of text by replacing characters with other chars

    Yeah. Thanks


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width