Results 1 to 5 of 5

Thread: [RESOLVED]is it possible to display a .txt file in a textbox?

  1. #1

    Thread Starter
    Banned
    Join Date
    Mar 2006
    Posts
    7

    [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]

  2. #2
    Oi, fat-rag! bushmobile's Avatar
    Join Date
    Mar 2004
    Location
    on the poop deck
    Posts
    5,592

    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

  3. #3
    Member
    Join Date
    Mar 2006
    Location
    Palakkad,Kerala,India.
    Posts
    52

    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

  4. #4

    Thread Starter
    Banned
    Join Date
    Mar 2006
    Posts
    7

    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...

  5. #5
    Addicted Member bulletrick's Avatar
    Join Date
    Jul 2005
    Location
    Philippines
    Posts
    248

    Talking 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width