hello,

i want to read and store a specific line of Multiline TextBox in a simple TextBox.

for eg,
TextM is Multiline TextBox, And Text1 is simple TextBox
i want to store 3rd line of TextM to Text1..

please help in coding

Okay, you can use the split function to split apart the contents of the multiline textbox on vbnewline, and since it will create a zero based array you would need to set the simple textbox to the second indexed element of the array...

Good Luck

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.