December 20th, 1999, 01:30 PM
Could someone tell me if there is a way to load a .Csv file into a RichTextBox.
Thanks!
Thanks!
|
Click to See Complete Forum and Search --> : Loading a Csv file to a RichTextBox. December 20th, 1999, 01:30 PM Could someone tell me if there is a way to load a .Csv file into a RichTextBox. Thanks! Chris Eastwood December 20th, 1999, 03:57 PM There's a really simple way - the '.LoadFile' method of the RichEditControl, eg : RichTextBox1.LoadFile "c:\test.csv" - although somehow I think you probably want a little more than this..... Chris Eastwood CodeGuru - the website for developers http://codeguru.developer.com/vb codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |