Quantcast
Channel: Ordered List in a Textbox
Browsing all 6 articles
Browse latest View live

Ordered List in a Textbox

It's the AppendText that does the trick.Nice when it works, Nice when you understand why.

View Article



Ordered List in a Textbox

 For i = 1 To 50            TextBox1.Text = (i.ToString & ")  " & (arrNumber(i))) & vbCrLf & TextBox1.Text            ListBox1.Items.insert(i-1,(i.ToString & ")  " &...

View Article

Ordered List in a Textbox

TextBox1.AppendText((i.ToString & ") "& (arrNumber(i))) & vbCrLf)

View Article

Ordered List in a Textbox

Thanks Renee,But that doesn't work the numbers still appear as,50)13249)2648 56etc,

View Article

Ordered List in a Textbox

 Dim Count as Integer = 1For i = 50 To 1 Step -1            TextBox1.Text = (count.ToString & ")  " & (arrNumber(count))) & vbCrLf & TextBox1.Text...

View Article


Ordered List in a Textbox

Below is the code to place 50 items in a Textbox/Listbox  in the Listbox the items show 1 - 50 but in the Textbox they show 50 - 1 I know why it's doing this but how do I reverse it to show 1 - 50 same...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>