Non ca ne marche pas car startuppath n'existe pas dans la librairie PocketPC. Shell pourtant mais je me demande franchement à quoi il sert........je me tires les cheveux avec ce problême qui ne devrait vraiment pas en être un.......A moin que ce soit la version beta 2005 qu'a un gros BUG. Si tu as reussi a lancer un .exe en vb sur PPC, pourrais je obtenir la source pour que je puisse tester : j'ai essayé plusieurs methode (même les plus stupide) mais toutes sans exeption me dise la même chose (fichier introuvable)........
Shell("""\Storage Card\calc.exe""")
Shell("\Storage Card\calc.exe")
Shell("file:\Storage Card\calc.exe")
Shell("file:\\\Storage Card\calc.exe")
Shell("file:/\\\Storage Card\calc.exe")
Shell("/Storage Card/calc.exe")
Shell("file:/Storage Card/calc.exe")
Shell("
[ Lien ] Card/calc.exe")
Shell("file:/\\Storage Card/calc.exe")
Shell("file://\Storage Card\calc.exe")
Dim AA As Object
Dim AB As Integer
Dim AC As Integer
AA = Shell("\Storage Card\calc.exe", 1)
AB = Shell("""\Storage Card\calc.exe""", , True, 100000)
AC = Shell("\Storage Card\calc.exe", AppWinStyle.NormalFocu