Code center > Darwinbots Program Source Code
Sentence Split
Zelos:
thx, a question,m if I have a list, how do I with commands add something to the list?
Botsareus:
GET MSDN GOD DAM IT.
Private Sub Form_Load()
List1.AddItem "moo"
List1.AddItem "beee"
End Sub
Zelos:
^_^ this is getting fun ^_^
the thing is that a human is easier to understand. and another thing, when I use this to open a txt file:
Private Sub Command1_Click()
CommonDialog1.ShowOpen
Open CommonDialog1.FileName For Input As #1
Input #1, variable1
Text1.Text = variable1
Close #1
List1.AddItem CommonDialog1.FileName
End Sub
it only shows in text1 the first row, wgy? and how do I fix it?
Navigation
[0] Message Index
[*] Previous page
Go to full version