Jump to content

mohamad

Members
  • Posts

    17
  • Joined

  • Last visited

mohamad's Achievements

Seeker

Seeker (1/7)

1

Reputation

  1. ... i probably should read more about StringRegExpReplace,used to use a long code to remove "-" between words , thanks , this meant more than fun to me .
  2. That's amazing ,i never thought such thing could be possible. this helped me alot,thanks!
  3. works great
  4. Hello guys, i want to split $sText and get the same results as displayed except "hardalot"(hard alot),i want them to be seperate but in the same time i want sug-gestion to be combined.
  5. look here '?do=embed' frameborder='0' data-embedContent>>
  6. Hello guys,so i made this code to auto translate from English to Arabic,it translates the word "apple" and displays the translations in a message box, the speed of translation is normal. is there a way to get the same results with higher speed?. and "iexplorer.exe" doesn't close why? and i get this warning --> IE.au3 T3.0-1 Warning from function _IECreate, (Foreground Window Unlock Failed!) #include <IE.au3> $oIE = _IECreate("http://dictionary.cambridge.org/dictionary/english-arabic/",0,0) _IELoadWait($oIE) $oSb = _IEGetObjByName($oIE, "q") _IEFormElementSetValue($oSb, "apple") Local $button = _IEGetObjById ($oIE, "cdo-search-button-submit") _IEAction($button, "click") _IELoadWait($oIE) $oIE=_IECreate(_IEPropertyGet($oIE,"locationurl"),Default,0) $divs = _IETagNameGetCollection($oIE, "div") For $div In $divs If $div.className == "trans" Then MsgBox(0, "Bestimmter Inhalt", $div.innerText) EndIf Next _IEQuit($oIE)
  7. hhhh no wonder i couldn't make it. sure take your time ,but pm me after a week so i know you didn't forget.
  8. if your having troubles then that's enough i took so much of your time. yes i cant use it, i need Cambridge because its more accurate.
  9. put the english word in excel file and put the translation in arabic next to the word.
  10. Put them in excel file.i can do that myself though
  11. that would be wonderful,4. do what ever u want both work great. Edited: its important for me to get all the translations that exist of a word, not only the first one.so i think copying to clipboard may not work take your time.
  12. Thanks for helping, i make it hard to help dont i.I want to capture the text from text file ,not a web page ,i hope i answered your correctly this time,the hard part is to auto translate the word from the website Cambridge. i dont care about capturing the text really,i want something like this Local $string="Hello" ..... .... ..... $translation[0]="أهلاً وسَهْلاً / مَرْحَباً" $translation[1]="ألو" this is the only part that i want.
  13. True i dont really know why that matters, since i can read it from anyone of them : Text file ,PDF,word doc not excel i would preffer pdf.
  14. umm ,reading a book and need to translate specific words,so a word doc
×
×
  • Create New...