Results 1 to 5 of 5

Thread: Open Paint, wordpad,ie netscape

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2002
    Location
    Australia
    Posts
    635

    Open Paint, wordpad,ie netscape

    How do I open Microsoft Paint, Microsoft wordpad, netscape and Internet Explorer-I want the eaisist weay, like wwith the Shell command?
    A.A. Fussy
    Babya Software Group

  2. #2
    Frenzied Member KayJay's Avatar
    Join Date
    Jul 2001
    Location
    Chennai
    Posts
    1,849

    Re: Open Paint, wordpad,ie netscape

    Originally posted by aafuss
    How do I open Microsoft Paint, Microsoft wordpad, netscape and Internet Explorer-I want the eaisist weay, like wwith the Shell command?
    VB Code:
    1. Shell "Drive:\Path\Filename.extension", vbMaximizedFocus

    "Brothers, you asked for it."
    ...Francisco Domingo Carlos Andres Sebastian D'Anconia

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2002
    Location
    Australia
    Posts
    635
    Your wauy is o,bnut it will be hardcoded to the cyrent compouter-any others wau, so those app i listed can be run-instead being hardcoded to the current user's computer-say if thet y installed them into otherv directories, that i may not know? So it neerds to workon any system i come actross0but not just restricted ionne pc.
    A.A. Fussy
    Babya Software Group

  4. #4
    Fanatic Member seec77's Avatar
    Join Date
    Jan 2003
    Posts
    596
    there is an api that opens a file with the program that by default should open it...
    i don't remember it but get api-guide from AllAPI
    Best Regards,
    seec77

    If you helped me, cosinder yourself thanked.

    Get each and every Garfield strip here!
    Here you can get all Calvin & Hobes strips!
    Damn UComics! It was probably unprofitable for them to allow us to just download Garfield and Calving & Hobes strips... so they made folder indexing unallowed on their server!!!

    I am 33% addicted to Counterstrike. What about you?
    I am 23% addicted to Star Wars. What about you?
    I am 0% addicted to Tupac. What about you?

  5. #5
    Frenzied Member KayJay's Avatar
    Join Date
    Jul 2001
    Location
    Chennai
    Posts
    1,849
    aafuss: the apps U listed should all work with the names of their executables alone ( I do not know much abt Netscape). The "Shell" function mimics START ---> RUN. So, have a go at
    VB Code:
    1. Shell "Wordpad", vbMaximizedFocus
    2. Shell "IExplore", vbMaximizedFocus
    3. Shell "MSpaint", vbMaximizedFocus

    HTH

    "Brothers, you asked for it."
    ...Francisco Domingo Carlos Andres Sebastian D'Anconia

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