Search found 1 match

Search found 1 match Page 1 of 1
by MJPdog
Sat Aug 27, 2011 9:52 pm
Forum: Tutorials
Topic: Screen Recorder 2 TUT
Replies: 20
Views: 9912

On the following section of code you'll see "C:\Test.Avi" Private Sub CreateFile() Dim Writer As New AviWriter Writer.OpenAVI("C:\Test.Avi", 10) For Frame As Integer = 0 To currentBitmap - 1 Writer.AddFrame(screenBimaps(Frame)) Next Writer.Close() End Sub You actually need to hav...
Search found 1 match Page 1 of 1
Go to advanced search