Results 1 to 2 of 2

Thread: CALLING APPLICATIONS

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    2

    Question

    HELOO EVERYBODY
    I HAVE A COUPLE OF QUESTIONS


    1.CAN I CALL A VBAPPLICATION(.EXE) FROM ANOTHER VB APPLICATION?IF YES THEN HOW?


    2.CAN I CALL A NON-VB APPLICATION FROM A VB APPLICATION?
    IF YES THEN HOW?


  2. #2
    Fanatic Member zmerlinz's Avatar
    Join Date
    May 2000
    Location
    in a world where the sun always shines on the bloody tv!!
    Posts
    604
    hi,

    it is the same coomand for both non-vb and vb apps

    you need to type this into a button or what you want to use to run the program

    shell "the apps path goes here" place commans here for differnt options

    e.g.

    shell "c:\windows\explorer.exe",VBNormalFocus
    hope that helps

    Merlin ?

    Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
    -- Linus Torvalds

    [Galahtech.com] | [My Site] | [Fishsponge] | [UnixForum.co.uk]

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