Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/06/2011, 21:44
gerardot08
 
Fecha de Ingreso: diciembre-2010
Ubicación: puebla
Mensajes: 17
Antigüedad: 14 años, 2 meses
Puntos: 0
Respuesta: Como usar el codigo app.path

Cita:
Iniciado por Aquaventus Ver Mensaje
Hola gerardot08 usa este codigo
Código vb.net:
Ver original
  1. Dim url As String = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase.ToString()).Remove(0, 6) & "\archivo.txt"
  2. System.Diagnostics.Process.Start(url)
Espero te sirva. Saludos!.
Ok! Gracias me funciono