Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/05/2013, 09:56
Nahuelhm
 
Fecha de Ingreso: mayo-2013
Mensajes: 1
Antigüedad: 11 años
Puntos: 0
Respuesta: ¿Cómo hacer que cree este archivo txt en donde tengo la aplicación?

Yo uso Visual Studio 2012.
Prueba con este codigo:
Dim guardar As New System.IO.StreamWriter("Prueba.txt")

Creo que en Visual Studio 2010 es:

Dim guardar As New System.IO.StreamWriter("/Prueba.txt")