Link to home
Start Free TrialLog in
Avatar of WDAFFA
WDAFFAFlag for Saudi Arabia

asked on

how to put bullets in richtextbox

how to enter bullets in ritchtextbox?
do i have to put it at every line , like the code here?
On Error Resume Next
        RichTextBox1.SelectionStart = RichTextBox1.Find("Writing Quality Learning Objectives")
        RichTextBox1.SelectionColor = Color.Crimson
        RichTextBox1.SelectionStart = RichTextBox1.Find("Facilitate overall course development by encouraging goal-directed planning ")
        RichTextBox1.SelectionBullet = True
        RichTextBox1.SelectionStart = RichTextBox1.Find("Inform students of the standards and expectations of the course  ")
        RichTextBox1.SelectionBullet = True
and so on..........

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of WDAFFA

ASKER

the first link is an old code i think its not acceepted with visual studio 2005
the second the part i want its c#