Jump to content

Recommended Posts

Posted (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 by Melba23
Video removed
  • Moderators
Posted

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

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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:

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...