Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/06/2016 in all areas

  1. BBs19

    MetroGUI UDF

    Version 5.1

    8,853 downloads

    Features: Create modern looking borderless and resizable GUIs with control buttons (Close,Maximize/Restore,Minimize, Fullscreen, Menu) True borderless, resizeable GUI with full support for aerosnap etc. Many color schemes/themes included. See MetroThemes.au3 for more details. 2 type of Windows 8/10 style buttons. Modern checkboxes, radios, toggles and progressbar. All buttons, checkboxes etc. have hover effects! Windows 10 style modern MsgBox. Windows 10/Android style menu that slides in from left.
    1 point
  2. 1 point
  3. Melba23

    Trial 7day Problem.

    LuisPro, As you suspected, the site has changed the format for its date presentation. Try changing these lines: $aDate = _StringBetween($sSource, '<div id="anzeige_datum">', '</div>') $sDate = $aDate[0] $aDate = StringSplit($sDate, " ") $sYear = $aDate[$aDate[0]] ; <<<<<<< $sDate = StringTrimRight($aDate[$aDate[0] - 2], 1) ; <<<<<<< $iMonth = 0 Switch $aDate[$aDate[0] - 1] ; <<<<<<< Case "Januar" $iMonth = 1 That works for me now for a single digit date - please come back if it fails when the date has 2 digits, although I rather hope it will still extract it correctly. M23
    1 point
  4. I second the motion. Orange is a nice colour, and it's the only one that contains vitamin C.
    1 point
  5. AutoBert

    Notification Pop Up

    Reading in help about GuiCreate is a good starting point. If you use Outlook, read also
    1 point
  6. Skysnake

    Notification Pop Up

    Hi Our @Melba23 wrote something like that Regards, Skysnake
    1 point
  7. The use of local variables in the global scope only confuses
    1 point
×
×
  • Create New...