
LOULOU
Active Members-
Posts
464 -
Joined
-
Last visited
Everything posted by LOULOU
-
IUIAutomation MS framework automate chrome, FF, IE, ....
LOULOU replied to junkew's topic in AutoIt Example Scripts
Has someone an example for controlling Silverlight object ? Thanks in advance -
Hi, Try with FFxpath with that you can do what you want
-
Hi water How can i add an inline attachment with your udf? Ex. <BOdy src="cid:toto.jpg"> or <Img src="cid:tre.jpg"> Thanks in advance
-
iT4S NOT POSSIBLE TO SEND LIKE THAT tO SEE NOT THE EMAIL ADRESS BUT THE NAME LIKE "TOTO<toto@toto;fr>"
-
In fact that's what i do and after all is good except if i want to pass a name and an adress email of a contact which is not in my address contact I can do what i want. Can you help me to solve this problem i want to display and after to send a mil to a personn which is not in my contatc adress
-
I see that's even with error message the message go into "brouillon" folder only the subject is written , no body no receiver adress Others questions : If the name of the receiver is not in Exchange how can i do example : I want to send a mail to DUPONT Henri id.henri@toto.fr and dupont is not in my adress contact ? Thanks in advance
-
I use your standard example without any change , with exchange 2007 and vista french version pack 2. What is trange is that with old version there was no problem to send #AutoIt3Wrapper_AU3Check_Parameters= -d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 #AutoIt3Wrapper_AU3Check_Stop_OnWarning=Y #include "OutlookEX.au3" #include "OutlookEXConstants.au3" $iOL_Debug = 2 Global $oOutlook =_OL_Open() ; ***************************************************************************** ; Example 1_OutlookSendMail ; Send a html mail to the current user. ; Add an attachment and set importance to high. ; ***************************************************************************** Global $sCurrentUser = $ooutlook.GetNameSpace("MAPI" ).CurrentUser.Name _OL_Wrapper_SendMail($Ooutlook, $sCurrentUser, "", "", "TestSubject", "<BR>Bodyfettnormal.","", $olFormatHTML, $olImportanceHigh) If @error <> 0 Then Exit MsgBox(16, "OutlookEX UDF: _OutlookSendMail Wrapper Script", "Error sending mail. @error = " & @error & ", @extended: " & @extended) MsgBox(64, "OutlookEX UDF: _OutlookSendMail Wrapper Script", "Mail successfully sent to user '" & $sCurrentUser & "'!")
-
With new version 0.7.1.1 Bug , it's impossible to send a mail with OL_WRAPPER_SENDMAIL Error sending mail @error : 2002 @extended : 6 And with the old version 0.7.1 no problem Did you Know that's problem ? Thanks in advance
-
Hi, Shall it be possible to have more property for task item , or an example of script which allows declaring more properties. Thanks in advance
-
For allowing Outlook to send file atachnments store on network instead of If StringMid($aOL_Temp[1], 2, 1) = ":" Ligne 2166 OutlookEx.udf type If StringMid($aOL_Temp[1], 2, 1) = ":" or StringMid($aOL_Temp[1], 1, 2) = "" Then ; Attachment specified as file
-
In fact i discover that's MOZREPL 1.1 works only on Windows 7 with Vista and XP it doesn't works. that's the reason i didn't arrive to automate Firefox
-
I try from the way you describe but with windows Vista French version and nothing happen only the website is loading but after there's a problem and the automation doesn't works. Can you sya me how to automate Firefox.Thanks in advance
-
Hi Is there a plan to implement forms in MPDF Thanks for answering
-
Has someone find a solution for reseting a gui without deleting it Thanks in advance
-
Since the eight version of Firefox there a problem to connect to Firefox. Here is the log __FFStartProcess: ""C:Program FilesMozilla Firefoxfirefox.exe" -new-window "http://www.xxx.fr" -repl 4242 _FFConnect: OS: WIN_VISTA WIN32_NT 6002 Service Pack 2 _FFConnect: AutoIt: 3.3.6.1 _FFConnect: FF.au3: 0.6.0.1b-3 _FFConnect: IP: 10.244.144.52 _FFConnect: Port: 4242 _FFConnect: Delay: 2ms _FFConnect: Socket: 508 _FFConnect: Browser: __FFSendJavascripts: Sending functions to FireFox .......... done _FFLoadWait: ................................................. Her i was obliged to cancel And i use MOZREPL Version 1.1 +>12:34:40 AutoIT3.exe ended.rc:0 >Exit code: 0 Time: 20.186 Maybe someone know how to contact Stilgar which is the author of this nice tools , because even with the new version of MOZREPL 1.1 FF3.au3 don't walk
-
In fact MOZREPL 1.1b2 works with Firefox 7.0 but not with Firefox 8.0 The new version of mOZREPL 1.1b3 doesn't work wit Firefox8 and lock the system I don't know if the problem comes from MOZREPL or from FF.AU3. I have tell this problem to stilgar one week ago but not response since ..........
-
It seems that since the eigth version of firefox then function _FFLoadWait blocks. Has someone finding a solution of that Vith ff.au3 last version and mozrepl 1.1 beta
-
Is someone can help Me on this problem : I want to include an image in a FDF File and i don't know how to do ? Eventually if someone have the adress of a site which describe FDF Files specification it will be good Thanks in advance
-
Thanks for your great application. Any chance that you implement Forms ?
-
With VISTA Professional French version Autoit 3.6.1 and Acrobat 9.4 i have trouble when the file was printing in Acrobat , i have the following message "This page have an error. Acrobat may have a problem to display this page" Have you the same problem ?
-
Thanks for your ButtonBar I have another problem I use ButtonBar on an usb key and sometime the lettrer of the usb key si d:\ and sometime f:\ or g:\ How can i modify button not to be depend from the letter of the usb key example [0] exe=d:\MIGRATION\Importfilbanque\IMPORTFILBANQUE.exe ico=d:\MIGRATION\Importfilbanque\IMPORTFILBANQUE.exe and if i modify it [0] exe=\MIGRATION\Importfilbanque\IMPORTFILBANQUE.exe ico=\MIGRATION\Importfilbanque\IMPORTFILBANQUE.exe It doesn't find the files. Thanks in advance
-
I have a problem with buttonbar because when i launch an external program, the file instead of beeing create in the working directory of the programm launch ed are created in the working directory of Buttonbar.exe. What have i to do to correct that. Thanks in advance
-
No because this version is from Valuater and doensn't answer to what i want to do Jscript have developped skin for professional use Link to this post Thanks