[RESOLVED]is it possible to display a .txt file in a textbox?
title explains most of it but i also want to know how to make another exe open while my program is both at same time?
thanks all
xtreme
Re: is it possible to display a .txt file in a textbox?
Welcome to the forums :wave:
Check out the File I/O tutorial: Read/Write Text File FAQ
To launch an exe from your app use the Shell Function
Re: is it possible to display a .txt file in a textbox?
Shell ("x:\xxxxx\xxx.exe")
You can also add a vbHide by adding True or 1 after thatto run that pgm unseen in Taskbar or to user. Yes You can View .txt files
Re: is it possible to display a .txt file in a textbox?
thanks guys
also wanted to know if i can add a print button that would actually print...
Re: is it possible to display a .txt file in a textbox?
Quote:
Originally Posted by xtreme vb6
thanks guys
also wanted to know if i can add a print button that would actually print...
Maybe you should post this as a new thread then mark this thread resolved. Thanks.