ouverture de IE + une @internet , possible ?? [VB] - VB/VBA/VBS - Programmation
Marsh Posté le 15-05-2002 à 18:27:36
avec kke chose du genre shell start.exe? 
 
(c un code ki existe sur www.vbfrance.com) 
Marsh Posté le 15-05-2002 à 18:30:08
http://www.vbfrance.com/article.asp?Val=208 
 
 
Private Sub Label_Click() 
Dim http As Long 
http = ShellExecute(hwnd, "Open", Label.Caption, "", App.Path, 1) 
End Sub 
Marsh Posté le 16-05-2002 à 14:00:34
-------------------------------------------------------- 
Dim oIE As InternetExplorer 
Set oIE = CreateObject("InternetExplorer.Application" ) 
oIE.Visible = True 
oIE.Navigate "http://www.site.fr/page.html" 
-------------------------------------------------------- 
 
Tu peux avoir besoin de rajouter la reference "Microsoft Internet Controls" si tu veux avoir acces aux Events (DownloadComplet, onFullScreen, etc...) 
 
Voili 
Marsh Posté le 15-05-2002 à 18:24:07
j'ai un bouton qui lance Internet Exploreur
mais je voudrais forcé l'ouverture d'une @ internet mais ça marche pas ,quelqu'un a une idée ?
mon raccourcie c ça
C:\Program Files\Internet Explorer\IEXPLORE.EXE [si je met un truc ici ça marche pas]
---------------
Les cons, ça ose tout. C'est même à ça qu'on les reconnaît.