Jump to content

LOULOU

Active Members
  • Posts

    464
  • Joined

  • Last visited

Everything posted by LOULOU

  1. Has someone an example for controlling Silverlight object ? Thanks in advance
  2. Hi, Try with FFxpath with that you can do what you want
  3. 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
  4. iT4S NOT POSSIBLE TO SEND LIKE THAT tO SEE NOT THE EMAIL ADRESS BUT THE NAME LIKE "TOTO<toto@toto;fr>"
  5. 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
  6. 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
  7. 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 & "'!")
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. Hi Is there a plan to implement forms in MPDF Thanks for answering
  14. Has someone find a solution for reseting a gui without deleting it Thanks in advance
  15. 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
  16. 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 ..........
  17. 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
  18. I habe an unsolved problem I want to give focus to a window whose icon was flashing in window taskbarlist to allow sending key to the programm ? anyone can help me to solve ?
  19. 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
  20. I try your program with SampleControls.au3 and i don't arrive to see the new skin with autoit 3.3.6.1 What can i do ?
  21. Thanks for your great application. Any chance that you implement Forms ?
  22. 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 ?
  23. 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
  24. 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
  25. 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
×
×
  • Create New...