Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

[2026] Rich Text Box Controls

Last post 10-17-2005 8:16 AM by kailas. 28 replies.
Page 2 of 2 (29 items) < Previous 1 2
Sort Posts: Previous Next
  • 08-19-2002 11:19 AM In reply to

    • ayocom
    • Not Ranked
    • Joined on 08-19-2002
    • New Member
    • Points 5

    rich textbox

    how ca i possiblly pasted any copied cell from .xls
    • Post Points: 0
  • 08-26-2002 1:56 PM In reply to

    • amoibade
    • Top 25 Contributor
    • Joined on 08-08-2002
    • Guru
    • Points 4,510

    subscribe error

    Actually in the subscribe fo not use * because * 0 is 0 and will not have any effect. It is better to use +200 (approximetly) to have the result you want...
    ==================================================
    Amoibade: Have fun and keep ... programming!!!
    e-mail me at: [email="amoibade3@hotmail.com"]amoibade3@hotmail.com[/email]
    ==================================================
    I am sorry if i am late to reply but i have a lot of studying, thanks...
    I am sorry for my english too...
    • Post Points: 0
  • 09-10-2002 11:57 AM In reply to

    0 = rtf
    1 = text
    • Post Points: 0
  • 09-15-2002 3:32 PM In reply to

    • nima_n61
    • Not Ranked
    • Joined on 09-14-2002
    • New Member
    • Points 15

    RT box oleobjects

    I use the rich text box and insert in it the mschart object, but i can not refer to mschart property and metods with OLEOBJECTS.
    help me pleas, help.
    • Post Points: 0
  • 09-21-2002 1:45 PM In reply to

    • redstar
    • Not Ranked
    • Joined on 09-21-2002
    • New Member
    • Points 15

    Complete justify

    How can a Rich Text control justify completely a paragraph?
    • Post Points: 0
  • 09-21-2002 1:49 PM In reply to

    • redstar
    • Not Ranked
    • Joined on 09-21-2002
    • New Member
    • Points 15

    Correction

    There are in the world some control that let me justify the text like word?

    (I know that this cannot).
    • Post Points: 0
  • 09-29-2002 3:05 PM In reply to

    • nommy
    • Not Ranked
    • Joined on 09-29-2002
    • New Member
    • Points 5

    sending selected text to a rich text box control

    Hi,

    I am having problems in sending selected text to a rich text box control without selecting the text at runtime e.g. at runtime the rich text box contains the text "Selection" and when a command button is pressed the following text in BOLD is appended to the current text "IS EASY"

    Selection IS EASY
    • Post Points: 0
  • 12-09-2002 3:07 AM In reply to

    Formatting text

    How to make subscripts and superscripts in DHTML editor using c#?
    • Post Points: 0
  • 07-26-2003 6:00 AM In reply to

    Bulleted Indenting

    Bulleted indenting is fine.
    But how to get number indentation?
    Is there any way?
    thank you
    • Post Points: 0
  • 08-26-2003 7:59 PM In reply to

    • ulaska
    • Not Ranked
    • Joined on 08-26-2003
    • New Member
    • Points 5

    a work around

    Try the following code as work around:

    ' flag the section with bullet mark
    rtfSectionText.SelBullet = True

    ' replace bullet with numbers
    rtfSectionText.SelRTF = Replace(rtfSectionText.SelRTF, "\pnlvlblt", "\pndec", 1, -1, vbTextCompare)

    I found som rtf documentation on the Microsoft site:
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnrtfspec/html/rtfspec_16.asp

    Hope it helps
    • Post Points: 0
  • 02-03-2005 12:34 AM In reply to

    Saving and Loading Text formats

    I am wondering if thier is a way to save and load text formatting using VB6, for example fonts, text colors etc. Does anybody know any easy ways round it???
    • Post Points: 0
  • 04-21-2005 9:04 AM In reply to

    bullet intending

    how to chane the bullet intend as arrow
    • Post Points: 0
  • 04-21-2005 9:05 AM In reply to

    arrow intendation

    how to get arrow intendation
    • Post Points: 0
  • 10-17-2005 8:16 AM In reply to

    • kailas
    • Not Ranked
    • Joined on 10-17-2005
    • New Member
    • Points 5
    hi redstar...

    m also facing same problem.. do u got any solution?

    with regards,

    kailas
    • Post Points: 0
Page 2 of 2 (29 items) < Previous 1 2