Code center > Darwinbots Program Source Code
Sentence Split
PurpleYouko:
That was what I thought too but when I looked it up int the help files it looks like this only applies to ODBC database interactions.
Haven't had the time to test it yet to find out.
Another possibility is Lower(string)
Zelos:
ive been starting to experimentate with commondialog, when ive open a file with it like this:
Private Sub Command1_Click()
CommonDialog1.ShowOpen
End Sub
how do I make so it apphere in a text box or stored as a string?
Numsgil:
Now we're getting into areas of VB I'm still fuzzy in.
Botsareus:
I don't get the qustion:
--- Quote ---Private Sub Command1_Click()
CommonDialog1.ShowOpen
End Sub
how do I make so it apphere in a text box or stored as a string?
--- End quote ---
You mean how do you get the path into a string? It is :
--- Quote ---FileName Property
Returns or sets the path and filename of a selected file. Not available atdesign time for the FileListBox control.
CopyLeft msdn only in the case of needing that a person gets msdn.
--- End quote ---
Numsgil:
I think Bots is saying that it'd be:
Private Sub Command1_Click()
CommonDialog1.ShowOpen
End Sub
some_string = CommandDialog1.FileName
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version