• Sábado 18 de Mayo de 2024, 22:21

Autor Tema:  No Puedo Converitir Mi Proyecto A Exe  (Leído 1089 veces)

martov

  • Nuevo Miembro
  • *
  • Mensajes: 3
    • Ver Perfil
No Puedo Converitir Mi Proyecto A Exe
« en: Lunes 29 de Octubre de 2007, 03:01 »
0
cuando termine, quise exportar mi proyecto a un .exe

fui a archivo... make .exe y me encontre con la sorpresa de que no puedo clikear el boton, las letras de "make exe" aparecen en gris y no pueden ser clikeadas, pero si las de guardar y demas

les dejo el codigo, tal vez tenga algo que ver

Código: Text
  1.  
  2. Option Explicit
  3.  
  4.  
  5.  
  6. Private Sub cdMP3_Click()
  7. Shell App.Path & "\data\mp3doc.exe", vbNormalFocus
  8. End Sub
  9.  
  10. Private Sub crearISOs_Click()
  11. Shell App.Path & "\data\burner.exe", vbNormalFocus
  12. End Sub
  13.  
  14.  
  15. Private Sub extraerMP3IPOD_Click()
  16. Shell App.Path & "\data\Floola.exe", vbNormalFocus
  17. End Sub
  18.  
  19. Private Sub Option1_Click()
  20.  
  21. End Sub
  22.  
  23. Private Sub protegerCDs_Click()
  24. Shell App.Path & "\data\cd protect.exe", vbNormalFocus
  25. End Sub
  26.  
  27. Private Sub quemarISOs_Click()
  28. Shell App.Path & "\data\Iso-Burner.exe", vbNormalFocus
  29. End Sub
  30.  
  31. Private Sub recuperarCDs_Click()
  32. Shell App.Path & "\data\CD RECOVER.exe", vbNormalFocus
  33. End Sub
  34.  
  35. Private Sub ripearCDs_Click()
  36. Shell App.Path & "\data\deepreeper.exe", vbNormalFocus
  37. End Sub
  38.  
  39. Private Sub ripearDVDs_Click()
  40. Shell App.Path & "\data\freedvdreeper.exe", vbNormalFocus
  41. End Sub
  42.  
  43.  

muchas gracias ;)

cpmario

  • Miembro HIPER activo
  • ****
  • Mensajes: 629
    • Ver Perfil
    • http://www.cpimario.com
Re: No Puedo Converitir Mi Proyecto A Exe
« Respuesta #1 en: Lunes 29 de Octubre de 2007, 16:13 »
0
Posiblemente tengas un VB6 incompleto o de demostración. Consigue un VB6 completo.
 :comp: