Search found 1 match

Go to advanced search

by pepaloji
23 Jul 2020 22:49
Forum: Web and scripting
Topic: video.takeSnapshot 0.9.0 ActiveX, how to specify file name?
Replies: 5
Views: 31876

Re: video.takeSnapshot 0.9.0 ActiveX, how to specify file name?

Thank you corvusvideo. in VB works too. Imports System.IO ... AxVLCPlugin21.playlist.togglePause() System.Threading.Thread.Sleep(100) Dim tempPath As String = Path.GetTempPath() Dim imgPath As String = tempPath + "Captured.jpg" Dim bmpScreenshot As Bitmap = New Bitmap(AxVLCPlugin21.ClientR...

Go to advanced search