Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/24/2024 in Posts

  1. mr-es335

    FileSelectFolder Issues

    Dan_555, No! It was just that ioa747 noted that the initial _Working.au3 script apparently did not contain the _MoveSourceAudioData function - which it however, did. I simply updated the GUI...
    1 point
  2. GUIRegisterMsg($WM_COMMAND, WM_COMMAND) and Func WM_COMMAND($hWnd, $iMsg, $wParam, $lParam) Local $idCombo = _WinAPI_LoWord($wParam) Local $iNotif = _WinAPI_HiWord($wParam) If $iNotif = $CBN_SETFOCUS and $idCombo = $countryInput Then GUICtrlSendMsg($idCombo, $CB_SHOWDROPDOWN, True, 0) Return $GUI_RUNDEFMSG EndFunc
    1 point
×
×
  • Create New...