Liebe Autoit-Profis,
ich möchte, dass der Progress von _FTP_ProgressUpload in dieser Gui angezeigt wird:
Script
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <FTPEx.au3>
#Region ### START Koda GUI section ### Form=
$ftpupload= GUICreate ("_FTP_ProgressUpload",620,55,-1,-1,BitOr($WS_SYSMENU,$WS_POPUP,$WS_POPUPWINDOW,$WS_BORDER,$WS_CLIPSIBLINGS))
$progressbar=GUICtrlCreateProgress (32,16,489,25)
$prozent=GUICtrlCreateLabel ("0",544,16,25,24)
$prozentzeichen=GUICtrlCreateLabel ("%",570,16,25,24)
GUICtrlSetFont (-1,12,800,0,"MS Sana Serif")
GUISetState (@SW_SHOW)
#EndRegion ### END Koda GUI section ###
Leider habe ich weder in der Autoithilfe noch im Forum etwas passendes gefunden und hoffe deshalb darauf, dass irgendjemand in diesem Forum diese Funktion versteht. ![]()
Bitte um schnelle Antwort und vielen Dank im Voraus. ![]()