how can i add
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
how can i read and add items from notepad and print them to listview in form vb.net kilany
You mean how can you read a text file ? Notepad has nothing to do with it, it's just a program that reads text file. System.IO.File.ReadAllText is the easiest way to read a file. Christian Graus - Microsoft MVP - C++