Text Files

Read Text Files with Fonts in Android

Submitted by donbermoy on
This is a sample project in Android written in Basic4Android that reads any text files that has .txt file extension with fonts styles and font size included. This project will help you to read any files such as office word, excel, richtextformat, and many more. Install readtextfiles.apk in your android phone to run the app. For more inquiries and need programmer for your thesis systems in any kind of programming languages, just contact my number below. Best Regards, Engr.

Text Editor in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a basic text editor in Visual Basic. Design: The design for this program is; Button, button1, Save the document. Button, button2, Open a document. Textbox, textbox1, Contain the document text. Imports: The only thing we need to import is System.IO which allows us to access files from the computers FileSystem...