Hi guys I was wondering I use the following code to load to a texbox from a textfile
VB Code:
Open App.Path & "\status.txt" For Append As #1 Write #1, "Manual" Close #1
but how do I load to a listbox?
Thanks!!
|
Results 1 to 15 of 15
Threaded View
|
Click Here to Expand Forum to Full Width |