Jump to content

Extract data from website / source


Recommended Posts

Hello,

I would like to know how to read basic information on web page like a timer countdown time or a number/value displayed.

It seems ie.au3 is the way to go but I am a real noob. I tried to check some tutorial but that is too advanced for me.

If you know any great tutorial for what I am looking for, let me know!

Thank you

Edited by Cherenkov
Link to comment
Share on other sites

Could first explain the site you're intending to automate please.

UDF List:

 
_AdapterConnections()_AlwaysRun()_AppMon()_AppMonEx()_ArrayFilter/_ArrayReduce_BinaryBin()_CheckMsgBox()_CmdLineRaw()_ContextMenu()_ConvertLHWebColor()/_ConvertSHWebColor()_DesktopDimensions()_DisplayPassword()_DotNet_Load()/_DotNet_Unload()_Fibonacci()_FileCompare()_FileCompareContents()_FileNameByHandle()_FilePrefix/SRE()_FindInFile()_GetBackgroundColor()/_SetBackgroundColor()_GetConrolID()_GetCtrlClass()_GetDirectoryFormat()_GetDriveMediaType()_GetFilename()/_GetFilenameExt()_GetHardwareID()_GetIP()_GetIP_Country()_GetOSLanguage()_GetSavedSource()_GetStringSize()_GetSystemPaths()_GetURLImage()_GIFImage()_GoogleWeather()_GUICtrlCreateGroup()_GUICtrlListBox_CreateArray()_GUICtrlListView_CreateArray()_GUICtrlListView_SaveCSV()_GUICtrlListView_SaveHTML()_GUICtrlListView_SaveTxt()_GUICtrlListView_SaveXML()_GUICtrlMenu_Recent()_GUICtrlMenu_SetItemImage()_GUICtrlTreeView_CreateArray()_GUIDisable()_GUIImageList_SetIconFromHandle()_GUIRegisterMsg()_GUISetIcon()_Icon_Clear()/_Icon_Set()_IdleTime()_InetGet()_InetGetGUI()_InetGetProgress()_IPDetails()_IsFileOlder()_IsGUID()_IsHex()_IsPalindrome()_IsRegKey()_IsStringRegExp()_IsSystemDrive()_IsUPX()_IsValidType()_IsWebColor()_Language()_Log()_MicrosoftInternetConnectivity()_MSDNDataType()_PathFull/GetRelative/Split()_PathSplitEx()_PrintFromArray()_ProgressSetMarquee()_ReDim()_RockPaperScissors()/_RockPaperScissorsLizardSpock()_ScrollingCredits_SelfDelete()_SelfRename()_SelfUpdate()_SendTo()_ShellAll()_ShellFile()_ShellFolder()_SingletonHWID()_SingletonPID()_Startup()_StringCompact()_StringIsValid()_StringRegExpMetaCharacters()_StringReplaceWholeWord()_StringStripChars()_Temperature()_TrialPeriod()_UKToUSDate()/_USToUKDate()_WinAPI_Create_CTL_CODE()_WinAPI_CreateGUID()_WMIDateStringToDate()/_DateToWMIDateString()Au3 script parsingAutoIt SearchAutoIt3 PortableAutoIt3WrapperToPragmaAutoItWinGetTitle()/AutoItWinSetTitle()CodingDirToHTML5FileInstallrFileReadLastChars()GeoIP databaseGUI - Only Close ButtonGUI ExamplesGUICtrlDeleteImage()GUICtrlGetBkColor()GUICtrlGetStyle()GUIEventsGUIGetBkColor()Int_Parse() & Int_TryParse()IsISBN()LockFile()Mapping CtrlIDsOOP in AutoItParseHeadersToSciTE()PasswordValidPasteBinPosts Per DayPreExpandProtect GlobalsQueue()Resource UpdateResourcesExSciTE JumpSettings INISHELLHOOKShunting-YardSignature CreatorStack()Stopwatch()StringAddLF()/StringStripLF()StringEOLToCRLF()VSCROLLWM_COPYDATAMore Examples...

Updated: 22/04/2018

Link to comment
Share on other sites

The site I would like to automate has a countdown. Once the countdown reach zero, the page refresh to update stock (it already does that by default).

Now what I need is to detect when the stock are updated. If possible I would like to read the stock value and if it is above let's say 50, then the script execute a function like buy until there is <50.

For the moment, I just being able to read a value would be a major step in the right direction.

Edited by Cherenkov
Link to comment
Share on other sites

Please read the Forum rules at the bottom of this page. Thanks.

UDF List:

 
_AdapterConnections()_AlwaysRun()_AppMon()_AppMonEx()_ArrayFilter/_ArrayReduce_BinaryBin()_CheckMsgBox()_CmdLineRaw()_ContextMenu()_ConvertLHWebColor()/_ConvertSHWebColor()_DesktopDimensions()_DisplayPassword()_DotNet_Load()/_DotNet_Unload()_Fibonacci()_FileCompare()_FileCompareContents()_FileNameByHandle()_FilePrefix/SRE()_FindInFile()_GetBackgroundColor()/_SetBackgroundColor()_GetConrolID()_GetCtrlClass()_GetDirectoryFormat()_GetDriveMediaType()_GetFilename()/_GetFilenameExt()_GetHardwareID()_GetIP()_GetIP_Country()_GetOSLanguage()_GetSavedSource()_GetStringSize()_GetSystemPaths()_GetURLImage()_GIFImage()_GoogleWeather()_GUICtrlCreateGroup()_GUICtrlListBox_CreateArray()_GUICtrlListView_CreateArray()_GUICtrlListView_SaveCSV()_GUICtrlListView_SaveHTML()_GUICtrlListView_SaveTxt()_GUICtrlListView_SaveXML()_GUICtrlMenu_Recent()_GUICtrlMenu_SetItemImage()_GUICtrlTreeView_CreateArray()_GUIDisable()_GUIImageList_SetIconFromHandle()_GUIRegisterMsg()_GUISetIcon()_Icon_Clear()/_Icon_Set()_IdleTime()_InetGet()_InetGetGUI()_InetGetProgress()_IPDetails()_IsFileOlder()_IsGUID()_IsHex()_IsPalindrome()_IsRegKey()_IsStringRegExp()_IsSystemDrive()_IsUPX()_IsValidType()_IsWebColor()_Language()_Log()_MicrosoftInternetConnectivity()_MSDNDataType()_PathFull/GetRelative/Split()_PathSplitEx()_PrintFromArray()_ProgressSetMarquee()_ReDim()_RockPaperScissors()/_RockPaperScissorsLizardSpock()_ScrollingCredits_SelfDelete()_SelfRename()_SelfUpdate()_SendTo()_ShellAll()_ShellFile()_ShellFolder()_SingletonHWID()_SingletonPID()_Startup()_StringCompact()_StringIsValid()_StringRegExpMetaCharacters()_StringReplaceWholeWord()_StringStripChars()_Temperature()_TrialPeriod()_UKToUSDate()/_USToUKDate()_WinAPI_Create_CTL_CODE()_WinAPI_CreateGUID()_WMIDateStringToDate()/_DateToWMIDateString()Au3 script parsingAutoIt SearchAutoIt3 PortableAutoIt3WrapperToPragmaAutoItWinGetTitle()/AutoItWinSetTitle()CodingDirToHTML5FileInstallrFileReadLastChars()GeoIP databaseGUI - Only Close ButtonGUI ExamplesGUICtrlDeleteImage()GUICtrlGetBkColor()GUICtrlGetStyle()GUIEventsGUIGetBkColor()Int_Parse() & Int_TryParse()IsISBN()LockFile()Mapping CtrlIDsOOP in AutoItParseHeadersToSciTE()PasswordValidPasteBinPosts Per DayPreExpandProtect GlobalsQueue()Resource UpdateResourcesExSciTE JumpSettings INISHELLHOOKShunting-YardSignature CreatorStack()Stopwatch()StringAddLF()/StringStripLF()StringEOLToCRLF()VSCROLLWM_COPYDATAMore Examples...

Updated: 22/04/2018

Link to comment
Share on other sites

  • Moderators

Cherenkov,

Can you give us the URL of this site please? Then we can look at the HTML and see how we might help. :)

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:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

I am having hard time finding how to "extract" data from a web site to get my variable from.

Just to take an example,

from this site: http://mc24.ch/

I would like to buy euro when Eur/Usd is under 1.25.

For that I need to know when the actual asked value (let's name it $eur) =< 1.25

I checked the IE help but it wasn't of much help. I can read the page source from the web-site but that pretty much all I can do.

I guess I have to search between a particular string that doesn't vary and from there I can tell the program to look after a certain amount of characters when the value I want is.

I did some research but still have no clue how to do that...

Here is the source I am looking at (eur/usd) with asked value being 1.2999:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="robots" content="noindex" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="P3P" content='CP="IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA"'>
<link rel="stylesheet" href="http://c1802182.cdn.cloudfiles.rackspacecloud.com/wmtools_rates_v1b.css" type="text/css" />
<style>
.arial_11{font:11px arial;color:#000000;}
.arial_11_b{font:bold 11px arial;color:#000000;}
.ftqa11bb{font:bold 11px arial;color:#0059b0;}
</style>
<style type="text/css">.ftqa11wb{color:#2e2e2e}.ftqa11bb{color:#ffffff}.ftqa11, .arial_11{color:#cccccc}.gbg, .green-background {background-color:#2b8215;}.gfnt, .green-font {color:#2A8215}.rbg, .red-background {background-color:#9e0000;}.rfnt, .red-font {color:#9e0000}.ftqbb {border-bottom:solid 1px #4a494a;}.ftqrbb {border-right:solid 1px #4a494a;}.ftq4, .ftq_4 {border:solid 1px #4a494a;}.ftqtr1 {background-color:#000000}.ftqtr2 {background-color:#242424}</style><script type="text/javascript" src="http://c1802182.cdn.cloudfiles.rackspacecloud.com/jquery_plus_func.js"></script><script type="text/javascript" src="http://c1802182.cdn.cloudfiles.rackspacecloud.com/js/refresher_v10.js"></script>
</head>
<body>
<div style="float:left"><a href="http://www.investing.com" style="padding-bottom:1px;" target="_blank"><img src="http://c1802182.cdn.cloudfiles.rackspacecloud.com/forexpros_en_logo.png" border="0"/></a></div><div id="cross_rates_container" style="clear:both"><table id="cross_rate_1" border=0 class="ftq_4 ftq_5_1" style="width:561px;margin:0px;padding:0px;" cellspacing=0 cellpadding=0 id="curr_table"><tr class="arial_11_white_b ftq_5"><td class="ftqw2 ftqh ftqa11wb ftqac" nowrap><nobr>Symbol</nobr></td><td class="ftqw2 ftqh ftqa11wb ftqac" nowrap>Bid</td><td class="ftqw2 ftqh ftqa11wb ftqac" nowrap>Ask</td><td class="ftqw2 ftqh ftqa11wb ftqac" nowrap>Open</td><td class="ftqw2 ftqh ftqa11wb ftqac" nowrap>High</td><td class="ftqw2 ftqh ftqa11wb ftqac" nowrap>Low</td><td class="ftqw2 ftqh ftqa11wb ftqac" nowrap>Chg.</td><td class="ftqw2 ftqh ftqa11wb ftqac" nowrap>Chg. %</td><td class="ftqw2 ftqh ftqhr ftqa11wb ftqac" nowrap>Time</td></tr><tr id="pair_1" class="arial_11 ftqtr1" style="background-color:#000000;"><td class="ftqbb ftqw1 ftqrl" nowrap="nowrap"><nobr><span class="vertical arrow_red_down" title="_cross_rates_last_tick" style="margin-right:5px;">&nbsp;</span><span class="ftqa11bb arial_11_b">EUR/USD</span></td></nobr><td class="ftqbb ftqw2 " style="direction:ltr;">1.2996</td><td class="ftqbb ftqw2 " style="direction:ltr;">1.2999</td><td class="ftqbb ftqw2" style="direction:ltr;">1.3109</td><td class="ftqbb ftqw2" style="direction:ltr;">1.3134</td><td class="ftqbb ftqw2" style="direction:ltr;">1.2956</td><td class="ftqbb ftqw2 bold red-font" style="direction:ltr;">-0.0111</td><td class="ftqbb ftqw2 bold red-font" style="direction:ltr;">-0.85%</td><td class="ftqbb ftqw2 ftqrr ftqac">08/03</td></tr><tr id="pair_9" class="arial_11 ftqtr2" style="background-color:#242424;"><td class="ftqbb ftqw1 ftqrl" nowrap="nowrap"><nobr><span class="vertical arrow_red_down" title="_cross_rates_last_tick" style="margin-right:5px;">&nbsp;</span><span class="ftqa11bb arial_11_b">EUR/JPY</span></td></nobr><td class="ftqbb ftqw2 " style="direction:ltr;">124.80</td><td class="ftqbb ftqw2 " style="direction:ltr;">124.86</td><td class="ftqbb ftqw2" style="direction:ltr;">124.31</td><td class="ftqbb ftqw2" style="direction:ltr;">125.98</td><td class="ftqbb ftqw2" style="direction:ltr;">123.81</td><td class="ftqbb ftqw2 bold green-font" style="direction:ltr;">0.52</td><td class="ftqbb ftqw2 bold green-font" style="direction:ltr;">0.42%</td><td class="ftqbb ftqw2 ftqrr ftqac">08/03</td></tr><tr id="pair_6" class="arial_11 ftqtr1" style="background-color:#000000;"><td class="ftqbb ftqw1 ftqrl" nowrap="nowrap"><nobr><span class="vertical arrow_red_down" title="_cross_rates_last_tick" style="margin-right:5px;">&nbsp;</span><span class="ftqa11bb arial_11_b">EUR/GBP</span></td></nobr><td class="ftqbb ftqw2 " style="direction:ltr;">0.8715</td><td class="ftqbb ftqw2 " style="direction:ltr;">0.8719</td><td class="ftqbb ftqw2" style="direction:ltr;">0.8731</td><td class="ftqbb ftqw2" style="direction:ltr;">0.8743</td><td class="ftqbb ftqw2" style="direction:ltr;">0.8676</td><td class="ftqbb ftqw2 bold red-font" style="direction:ltr;">-0.0014</td><td class="ftqbb ftqw2 bold red-font" style="direction:ltr;">-0.16%</td><td class="ftqbb ftqw2 ftqrr ftqac">08/03</td></tr><tr id="pair_10" class="arial_11 ftqtr2" style="background-color:#242424;"><td class="ftqbb ftqw1 ftqrl" nowrap="nowrap"><nobr><span class="vertical arrow_red_down" title="_cross_rates_last_tick" style="margin-right:5px;">&nbsp;</span><span class="ftqa11bb arial_11_b">EUR/CHF</span></td></nobr><td class="ftqbb ftqw2 " style="direction:ltr;">1.2365</td><td class="ftqbb ftqw2 " style="direction:ltr;">1.2373</td><td class="ftqbb ftqw2" style="direction:ltr;">1.2356</td><td class="ftqbb ftqw2" style="direction:ltr;">1.2391</td><td class="ftqbb ftqw2" style="direction:ltr;">1.2352</td><td class="ftqbb ftqw2 bold green-font" style="direction:ltr;">0.0013</td><td class="ftqbb ftqw2 bold green-font" style="direction:ltr;">0.11%</td><td class="ftqbb ftqw2 ftqrr ftqac">08/03</td></tr><tr id="pair_16" class="arial_11 ftqtr1" style="background-color:#000000;"><td class="ftqbb ftqw1 ftqrl" nowrap="nowrap"><nobr><span class="vertical arrow_red_down" title="_cross_rates_last_tick" style="margin-right:5px;">&nbsp;</span><span class="ftqa11bb arial_11_b">EUR/CAD</span></td></nobr><td class="ftqbb ftqw2 " style="direction:ltr;">1.3368</td><td class="ftqbb ftqw2 " style="direction:ltr;">1.3375</td><td class="ftqbb ftqw2" style="direction:ltr;">1.3493</td><td class="ftqbb ftqw2" style="direction:ltr;">1.3540</td><td class="ftqbb ftqw2" style="direction:ltr;">1.3280</td><td class="ftqbb ftqw2 bold red-font" style="direction:ltr;">-0.0122</td><td class="ftqbb ftqw2 bold red-font" style="direction:ltr;">-0.90%</td><td class="ftqbb ftqw2 ftqrr ftqac">08/03</td></tr><tr id="pair_15" class="arial_11 ftqtr2" style="background-color:#242424;"><td class="ftqbb ftqw1 ftqrl" nowrap="nowrap"><nobr><span class="vertical arrow_red_down" title="_cross_rates_last_tick" style="margin-right:5px;">&nbsp;</span><span class="ftqa11bb arial_11_b">EUR/AUD</span></td></nobr><td class="ftqbb ftqw2 " style="direction:ltr;">1.2695</td><td class="ftqbb ftqw2 " style="direction:ltr;">1.2702</td><td class="ftqbb ftqw2" style="direction:ltr;">1.2767</td><td class="ftqbb ftqw2" style="direction:ltr;">1.2795</td><td class="ftqbb ftqw2" style="direction:ltr;">1.2658</td><td class="ftqbb ftqw2 bold red-font" style="direction:ltr;">-0.0069</td><td class="ftqbb ftqw2 bold red-font" style="direction:ltr;">-0.54%</td><td class="ftqbb ftqw2 ftqrr ftqac">08/03</td></tr><tr id="pair_52" class="arial_11 ftqtr1" style="background-color:#000000;"><td class="ftqbb ftqw1 ftqrl" nowrap="nowrap"><nobr><span class="vertical arrow_red_down" title="_cross_rates_last_tick" style="margin-right:5px;">&nbsp;</span><span class="ftqa11bb arial_11_b">EUR/NZD</span></td></nobr><td class="ftqbb ftqw2 " style="direction:ltr;">1.5817</td><td class="ftqbb ftqw2 " style="direction:ltr;">1.5827</td><td class="ftqbb ftqw2" style="direction:ltr;">1.5825</td><td class="ftqbb ftqw2" style="direction:ltr;">1.5876</td><td class="ftqbb ftqw2" style="direction:ltr;">1.5721</td><td class="ftqbb ftqw2 bold red-font" style="direction:ltr;">-0.0003</td><td class="ftqbb ftqw2 bold red-font" style="direction:ltr;">-0.02%</td><td class="ftqbb ftqw2 ftqrr ftqac">08/03</td></tr></table></div><script type="text/javascript">setTimeout(function() { refresher('13629255037055', '10000', '0', '0', '0', '0', 'fxrates-tool'); }, 4000);</script><iframe src="http://fls.doubleclick.net/activityi;src=3598367;type=wmt_i753;cat=en_wm661;u2=mc24.ch;u1=http://mc24.ch/;ord=1;num=1362925503?" width="1" height="1" frameborder="0" style="display:none"></iframe><iframe src="http://fls.doubleclick.net/activityi;src=3106981;type=forex027;cat=forex010;ord=1;num=1?" width="1" height="1" frameborder="0" style="display:none"></iframe>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-2555300-21");
pageTracker._trackPageview();
} catch(err) {}</script></body>
</html>

All the displayed values seem to be there:

EUR/USD</span></td></nobr><td class="ftqbb ftqw2 " style="direction:ltr;">1.2996</td><td class="ftqbb ftqw2 " style="direction:ltr;">1.2999</td><td class="ftqbb ftqw2" style="direction:ltr;">1.3109</td><td class="ftqbb ftqw2" style="direction:ltr;">1.3134</td>
Edited by Cherenkov
Link to comment
Share on other sites

Are you sure that automatically download data from their site doesn't violate their rules?

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

  • Moderators

Cherenkov,

How about sticking to one thread at a time? ;)

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:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Cherenkov,

How about sticking to one thread at a time? ;)

M23

Could you please change the title? Sorry bout that.

"extract data from website" sounds like what I am looking for.

Are you sure that automatically download data from their site doesn't violate their rules?

Their copy-right thingy:

This web-site's design and Market 24h Clock are under copyright. Copying, distribution (also by copying copyrighted materials to other sites and resources on the Internet) or using of copyrighted materials of this web-site in other ways are strictly prohibited without the prior consent of the possessor. All rights reserved.

I'm only looking for data. These data are directly taken from stock market. It's not even their "own" data as far as I know.

Edited by Cherenkov
Link to comment
Share on other sites

  • Moderators

Cherenkov,

You can do that yourself - edit the first post and select the "Use Full Editor" option. ;)

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:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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