Page 2 of 3

Re: Screen Recorder 2 TUT

Posted: Sat Aug 27, 2011 9:52 pm
by MJPdog
On the following section of code you'll see "C:\Test.Avi"
Code: Select all
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 have a file called "Test.Avi" at the C:\ Directory
To make a .AVI file just make a .txt file and rename it to "Test.Avi" and place it in your C:\ Directory

Re: Screen Recorder 2 TUT

Posted: Fri Sep 02, 2011 12:56 am
by volttide
:lol: why you dont make one textbox then add these codes:
Code: Select all
Private Sub CreateFile()
Dim Writer As New AviWriter

Writer.OpenAVI("C:\" + textbox1.text + ".avi", 10)
For Frame As Integer = 0 To currentBitmap - 1
Writer.AddFrame(screenBimaps(Frame))
Next
Writer.Close()
End Sub
see it's easy!!!!

Re: Screen Recorder 2 TUT

Posted: Mon Sep 05, 2011 8:56 pm
by Tilen
I will try to fix and post full project later on

Re: Screen Recorder 2 TUT

Posted: Fri Sep 23, 2011 4:44 pm
by xawia
Download link of the project please ^^ and thanks :D

Re: Screen Recorder 2 TUT

Posted: Sun Sep 25, 2011 6:28 am
by volttide
xawia wrote:
Download link of the project please ^^ and thanks :D
How can you will become more smart if I give the project link?

Re: Screen Recorder 2 TUT

Posted: Mon Sep 26, 2011 1:17 am
by WildMonkeys
For this project, it gives me about a billion errors(Try not to take that literally).

Anybody have some help/source download?

Re: Screen Recorder 2 TUT

Posted: Thu Sep 29, 2011 11:05 pm
by volttide
try to use vb 2010 express not ultimate, not professional.

Re: Screen Recorder 2 TUT

Posted: Thu Sep 29, 2011 11:19 pm
by WildMonkeys
volttide wrote:
try to use vb 2010 express not ultimate, not professional.
I have express, still won't work. Strange..

Re: Screen Recorder 2 TUT

Posted: Sat Oct 01, 2011 4:26 am
by volttide
WildMonkeys wrote:
volttide wrote:
try to use vb 2010 express not ultimate, not professional.
I have express, still won't work. Strange..
Is there warnings?
or Errors?

Re: Screen Recorder 2 TUT

Posted: Sun Jan 15, 2012 8:55 pm
by clanc789
Dont bump please, its not nice to do that. Thx