Adblock breaks this site

I Need Help

Discussion in 'Archives' started by kool626106, Sep 14, 2009.

Thread Status:
Not open for further replies.
  1. kool626106

    kool626106 Newcomer

    Joined:
    Sep 14, 2009
    Posts:
    4
    Referrals:
    0
    Sythe Gold:
    0
    I Need Help

    Im making a program so other people can download but i want some buttons to open the apps in the download they download so say they download my program there is a file in side saying apps i want a code so a button can open the apps i want plz help
     
  2. Swan

    Swan When They Cry...
    Retired Global Moderator

    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner
    I Need Help

    Now, can you say that in English?
     
  3. kool626106

    kool626106 Newcomer

    Joined:
    Sep 14, 2009
    Posts:
    4
    Referrals:
    0
    Sythe Gold:
    0
    I Need Help

    when people download my program i want them to click a button and open a .exe that is in my download
     
  4. Swan

    Swan When They Cry...
    Retired Global Moderator

    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner
    I Need Help

    You've lost me. Refine your terminology and come back.
     
  5. kool626106

    kool626106 Newcomer

    Joined:
    Sep 14, 2009
    Posts:
    4
    Referrals:
    0
    Sythe Gold:
    0
    I Need Help

    ok say now that my program is in a .rar and there are 2 files in side my app and a folder with .exe programs so i want my program to acsses them files through a button
     
  6. fabs

    fabs Newcomer

    Joined:
    Sep 14, 2009
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0
    I Need Help

    Look up the function shell(). Now go study some English grammar.
     
  7. makla_uniit

    makla_uniit Member
    Banned

    Joined:
    Feb 16, 2010
    Posts:
    54
    Referrals:
    0
    Sythe Gold:
    0
    I Need Help

    work on english
     
  8. Visual Basic Matt

    Visual Basic Matt Apprentice

    Joined:
    Jan 29, 2008
    Posts:
    647
    Referrals:
    2
    Sythe Gold:
    56
    Discord Unique ID:
    223154494878253056
    I Need Help

    Just execute your program from the applications path. :p Shell executes the program and AppDomain.CurrentDomain.BaseDirectory get the application directory or if ur using vb6 you can use "app.path"
    Code:
    Shell(AppDomain.CurrentDomain.BaseDirectory & "YourApplication.exe")
     
  9. sashpa25

    sashpa25 Newcomer

    Joined:
    Feb 27, 2010
    Posts:
    8
    Referrals:
    0
    Sythe Gold:
    0
    I Need Help

    Sorry no idea. I am waiting for this one too, soon or later we will have it (I hope soon)


    __________________
    Lanzarote
     
  10. vbpro

    vbpro Member
    Banned

    Joined:
    Apr 20, 2010
    Posts:
    91
    Referrals:
    0
    Sythe Gold:
    0
    I Need Help

    ok i dont really understand but you either want what visual basics matt said or:

    if you have a form open and in that form you want a button to open another form then the code is

    form1.show

    but the form1 bit is the name of the form you want to open.

    is this what your asking for?
     
< members world url and rs window size | How the Staff handles this is Wrong. >
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site