ssah8 Posted October 31, 2016 Share Posted October 31, 2016 (edited) Hello. I was wondering how to make a number from a website update in my program aswell. <snip> How can I get the view count and make it update as the view count actually updates? #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 208, 93, 254, 120) $Label1 = GUICtrlCreateLabel("Number", 80, 40, 41, 17) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd Edited October 31, 2016 by Melba23 Video removed Link to comment Share on other sites More sharing options...
AutoBert Posted October 31, 2016 Share Posted October 31, 2016 Use the _IE*- and the AdLib funcs. Link to comment Share on other sites More sharing options...
ssah8 Posted October 31, 2016 Author Share Posted October 31, 2016 Thank you. Could you give me an example due im new to AutoIT. Thanks! Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted October 31, 2016 Moderators Share Posted October 31, 2016 ssah8, You were told by another Mod not to post this question again - and yet here you are doing exactly that. This is your final warning - do not post anything like this again or you will be sanctioned. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Developers Jos Posted October 31, 2016 Developers Share Posted October 31, 2016 This actually was strike 3 .. so 5 days unable to post in our forums and think about the future here. Jos 232showtime 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Recommended Posts