


Then, is it possible to save and/or export a listview from AH to excel ? ToolTip let's check the price for the dates %A_EventInfo%. LV_GetText(Dates, A_EventInfo) Get the dates from the row's first field. So that the user can check the price, and eventually buy the matching plane ticket.Īnd also, adding 2 other column : "date of search" and "website". When double -click on a row will open the webpage and fill with dates on this row, and make search I thought i could be nice to add this function in the 1st script : after all prices have been found, ToolTip You double-clicked row number %A_EventInfo%. LV_GetText(RowText, A_EventInfo) Get the text from the row's first field. In AH help examples, i noticed we can double-click on a row of listview to make action. When i did a script with coordonates filling, i just made AH type the first letters of month to select the good one :īut without using coordonates, i dont know if it workds. Working in background is great, cause it avoids to open tab everytime. I was wondering if it could work with Chrome also? Loop optional check to wait for the page to completely load Loop Once it starts loading wait until completes If !Pwb If Pwb is not a valid pointer then quit IELoad(Pwb) You need to send the IE handle to the function unless you define it as global. _out_day.Value := "20"į7:: Press F7 if you want to press the Recherchez button IELoad(Pwb) Wait until it's completely loadedį5:: Press F5 when you want to show the window Pwb := ComObjCreate("InternetExplorer.Application") OK i put the source code with COM functions here coz it's useful :

#Iexplorer registration code 4.0 feb 2017 software#
Wow Autohotkey is really an awesome software !Īnd there are some genius like u to understand quickly the source code to make precise task :wink: Gui, Show, x167 y81 h554 w801, New GUI WindowĪfter clicking button, dates are displaying well ! Gui, Add, Button, x312 y460 w70 h60, Save prices list (html format) Gui, Add, Text, x412 y460 w380 h70, By clicking on the above button`, you get the list of best prices for all dates between your minimal departure date and maximal arrival date`, taking account of minimal and maximal duration ot trip Gui, Add, ListView, x22 圓50 w280 h180 vList, Dates|Price Gui, Add, Button, x472 y400 w160 h40 gCalc, Find best prices !

Gui, Add, Text, x22 圓20 w130 h20, Maximal duration of trip Gui, Add, Text, x22 y290 w120 h30, Minimal duration of trip Gui, Add, Text, 圆22 y190 w120 h20, Maximal Return date Gui, Add, Text, x372 y190 w110 h20, Minimal Departure date Gui, Add, CheckBox, x22 y240 w280 h20, No return (One Way only) Gui, Add, Edit, x132 y210 w160 h20 +Center, Buenos Aires Gui, Add, Text, x22 y215 w110 h20, Destination city Gui, Add, Text, x22 y185 w110 h20, Departure city Gui, Add, Text, x303 y10 w190 h20, Find the cheapest Ticket ! Gui, Font, S13 CDefault Bold, Times New Roman Ok i integrated your code in this general appearance window :
