Hi all,
i need to select the paragrah from the current cursor position.
any ideas?

Recommended Answers

All 3 Replies

Use following properties:

textBox1.SelectionStart = 1
textBox1.SelectionLength = 10

i dont think it works....
whats the logic behind it
?

I got it guys.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.