|
-
Mar 14th, 2006, 05:14 AM
#1
Thread Starter
Banned
[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
Last edited by xtreme vb6; Mar 14th, 2006 at 04:15 PM.
Reason: [RESOLVED]
-
Mar 14th, 2006, 05:38 AM
#2
Re: is it possible to display a .txt file in a textbox?
Welcome to the forums 
Check out the File I/O tutorial: Read/Write Text File FAQ
To launch an exe from your app use the Shell Function
-
Mar 14th, 2006, 07:14 AM
#3
Member
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
-
Mar 14th, 2006, 03:26 PM
#4
Thread Starter
Banned
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...
-
Mar 14th, 2006, 04:04 PM
#5
Addicted Member
Re: is it possible to display a .txt file in a textbox?
 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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|