Hey Leute...
mein Script:
[autoit]#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <webcam.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 353, 230, 248, 195)
$id = _WebcamOpen($Form1, 10, 10, 200, 200)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
_WebcamClose($id)
Exit
EndSwitch
WEnd
und mein problem ist folgende fehlermeldung, die meistens kommt, wenn man das script das 3e mal startet ...
(also nachdemman die anderen beendet hat...;))
hat jemand ne antwort...?