A voir également:
- Liaison VB et site internet
- Site comme coco - Accueil - Réseaux sociaux
- Site de telechargement - Accueil - Outils
- Quel site remplace coco - Accueil - Réseaux sociaux
- Url site internet - Guide
- Site pour vendre des objets d'occasion - Guide
2 réponses
déclaration:
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
puis
ShellExecute 0, "open", "http://www.jeromax.free.fr", 0&, 0&, 1
Bonne prog
[ JEROMAX ] http://www.jeromax.free.fr
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
puis
ShellExecute 0, "open", "http://www.jeromax.free.fr", 0&, 0&, 1
Bonne prog
[ JEROMAX ] http://www.jeromax.free.fr
salut!
une autre solution, plus simple mais qui nécessite que internet explorer soit installé dans son répertoire par défaut:
Shell "C:\Program Files\Internet Explorer\iexplore.exe http://www.google.fr/", vbNormalFocus
Lord AsKy
Un intelligent peut jouer l'imbécile, pas le contraire:-)
une autre solution, plus simple mais qui nécessite que internet explorer soit installé dans son répertoire par défaut:
Shell "C:\Program Files\Internet Explorer\iexplore.exe http://www.google.fr/", vbNormalFocus
Lord AsKy
Un intelligent peut jouer l'imbécile, pas le contraire:-)