3 messages in org.openoffice.fr.progRe: [prog] lancer une page internet
FromSent OnAttachments
nico...@interim-nation.frMar 19, 2007 9:51 am 
Didier Dorange-PattoretMar 19, 2007 10:06 am 
TroumadMar 19, 2007 11:03 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [prog] lancer une page internetActions...
From:Troumad (trou@libertysurf.fr)
Date:Mar 19, 2007 11:03:26 pm
List:org.openoffice.fr.prog

Didier Dorange-Pattoret a écrit :

Bonjour,

Voici une macro qui lance une page spécifique :

Sub Join_dmaths On error resume next Dim sUrl as String Dim sys As Object Dim iFlags As Integer sUrl=ConvertToURL("http://www.dmaths.org") sys = CreateUnoService("com.sun.star.system.SystemShellExecute") iFlags = com.sun.star.system.SystemShellExecuteFlags.NO_SYSTEM_ERROR_MESSAGE ' = 0 sys.execute(sUrl," ", iFlags) End Sub

Cela vous convient-il ?

Tu peux aussi regarder mon fichier COOojugaison.sxc il yu a la même chose avec le décryptage des caractères spéciaux.