PDA

View Full Version : commandbutton


neo571
24-04-2005, 07:13
Come posso far si che un commandbutton richiami
l'apertura di un altro file esterno al programma?ad es un'altro .exe nella
Directory C:\Programmi\Xxx\xxx.exe?

matpez
24-04-2005, 11:34
Dim lRet as Long

lRet = Shell("C:\Programmi\Xxx\xxx.exe",vbNormal)

neo571
25-04-2005, 06:41
Grazie 1000!!!

neo571
26-04-2005, 10:09
e per richiamare un .txt ad esempio?

matpez
26-04-2005, 22:23
"notepad path_e_nome_file.txt"