Bonjour,

J'ai besoin de créer un fichier exécutable à partie d'un code source en Visual Basic cependant je n'ai pas de compilateur VB disponible afin de le faire moi même.

Voilà le code qu'il me faudrait compiler :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
 
 
Dim strURL As String
 
strURL = Command
 
Set objShell = CreateObject("WScript.Shell")
 
objShell.Run strURL
 
Set objShell = Nothing
 
End
Pour information, ce code provient de ce site

http://support.citrix.com/article/CTX101648

Merci à l'âme charritable qui voudra bien me compiler ce bout de programme.

Vous pouvez l'envoyer à cette adresse nchiron AT charier DOT fr.