TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
tdpowell23
NA
38
0
opening a text file from the bin folder and displaying in a listbox
Mar 12 2005 4:17 PM
Hi I am trying to open a text file using the FileOpen command and display the file in a listbox...but i am not sure how to go about this? any help? this is what i have so far but im unsure where to go from here Dim strname As String FileOpen(1, "Programs.txt", OpenMode.Input) Do While Not EOF(1) Input(1, strname) programslistbox.Text = strname & ControlChars.NewLine Loop FileClose(1) any help is appreciated
Reply
Answers (
9
)
How to color the specific row of datagrid?
Getting an error after using ActiveForm in debug mode!!!