[Source] Calling a File From Your Application Using Shell

Discussion in 'Programming General' started by Blupig, Dec 3, 2007.

[Source] Calling a File From Your Application Using Shell
  1. Unread #1 - Dec 3, 2007 at 8:43 AM
  2. Blupig
    Joined:
    Nov 23, 2006
    Posts:
    7,145
    Referrals:
    16
    Sythe Gold:
    1,609
    Discord Unique ID:
    178533992981594112
    Valentine's Singing Competition Winner Member of the Month Winner MushyMuncher Gohan has AIDS Extreme Homosex World War 3 I'm LAAAAAAAME
    Off Topic Participant

    Blupig BEEF TOILET
    $5 USD Donor

    [Source] Calling a File From Your Application Using Shell

    [SOURCE] Calling a file from your application with Shell

    Code:
    On Error GoTo Error1
    Shell App.Path & "/files/file.exe", vbNormalFocus
    Error1:
    If Err.Number = 0 Then
    Exit Sub
    Else
    MsgBox "File not found.", vbCritical, "Error Error"
    Exit Sub
    End If
    
    ~Blupig
    :D
     
  3. Unread #2 - Dec 3, 2007 at 11:15 AM
  4. N00b my boob
    Referrals:
    0

    N00b my boob Guest

    [Source] Calling a File From Your Application Using Shell

    Nice code
     
< need help on first world changer | Help! :o >

Users viewing this thread
1 guest


 
 
Adblock breaks this site