Jump to content

mason88

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by mason88

  1. Is it even possible to launch an application in VB without typing the full path or is there some sort of DLL file u can make so it knows?
  2. Hi, I'm trying to make a program where it launches a .exe from within the same folder as which the program is being run. So say if the program gets installed to D:\program files\etc and then the program is run and you click one of the options to launch another .exe thats in that same folder how would you do it without using the full path e.g. Shell "D:\program files\etc\otherprogram.exe" But so it just runs the otherprogram.exe from the same folder that the main program is installed to. Because the user may not install it to the D: or the C: drive. I hope this makes sense.
×
×
  • Create New...