Search results for query: *

  • Users: F-U
  • Content: Threads
  • Order by date
  1. F

    reading lines in a text file after selecting from a File Chooser

    Hi There, The following code here is abt choosing a file from a file chooser and capturing the contents of that file: dlgOpen.InitialDirectory = "C:\Desktop" dlgOpen.Filter = " D (*.doc;*.htm;*.html *.txt; *.rtf; *.xls; *.xlw)| *.doc; *.htm; *.html; *.txt; *.rtf; *.xls; *.xlw"...
  2. F

    How to convert an txt file to a XML document?

    Hi there I'm pretty new to VB so pardon me :o Is there a way to convert a text file into a XML document after i choose the selected text file in a selected from a file chooser. Regards
Back
Top