Oppure

Loading
14/05/06 8:41
Impakto
Ciao a tutti sapete mica come posso fare a creare collegamenti tramite VB? Quelli .ink che vanno sul desktop. Biosgna richiamare delle API? Grazie in anticipo.
aaa
17/05/06 15:09
raideNx
prova questo :
Private Declare Function OSfCreateShellLink Lib "vb6stkit.dll" Alias 
"fCreateShellLink" (ByVal lpstrFolderName As String, ByVal lpstrLinkName As 
String, ByVal lpstrLinkPath As String, ByVal lpstrLinkArguments As String, 
ByVal fPrivate As Long, ByVal sParent As String) As Long 


risultato = OSfCreateShellLink("..\..\Desktop", "NOME_ICONA" & Chr(0), 
"PERCORSO_E_NOME_FILE_DESTINAZIONE", "", True, "$(Programs)") 
aaa
18/05/06 14:32
Impakto
grazie, appena ho un po' di tempo lo provo.
aaa