Screen Recorder 2 TUT

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
21 posts Page 2 of 3
User avatar
MJPdog
Just Registered
Just Registered
Posts: 1
Joined: Sat Aug 27, 2011 9:48 pm

Re: Screen Recorder 2 TUT
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
User avatar
volttide
VIP - Donator
VIP - Donator
Posts: 106
Joined: Mon Jan 17, 2011 8:24 am

Re: Screen Recorder 2 TUT
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!!!!
User avatar
Tilen
VIP - Site Partner
VIP - Site Partner
Posts: 100
Joined: Wed Aug 18, 2010 10:27 am

Re: Screen Recorder 2 TUT
Tilen
I will try to fix and post full project later on
User avatar
xawia
Just Registered
Just Registered
Posts: 3
Joined: Fri Sep 23, 2011 4:17 pm

Re: Screen Recorder 2 TUT
xawia
Download link of the project please ^^ and thanks :D
User avatar
volttide
VIP - Donator
VIP - Donator
Posts: 106
Joined: Mon Jan 17, 2011 8:24 am

Re: Screen Recorder 2 TUT
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?
User avatar
WildMonkeys
Just Registered
Just Registered
Posts: 5
Joined: Mon Sep 26, 2011 12:51 am

Re: Screen Recorder 2 TUT
WildMonkeys
For this project, it gives me about a billion errors(Try not to take that literally).

Anybody have some help/source download?
There are ten kinds of people in the world; those who know Binary, and those who don't.
User avatar
volttide
VIP - Donator
VIP - Donator
Posts: 106
Joined: Mon Jan 17, 2011 8:24 am

Re: Screen Recorder 2 TUT
volttide
try to use vb 2010 express not ultimate, not professional.
User avatar
WildMonkeys
Just Registered
Just Registered
Posts: 5
Joined: Mon Sep 26, 2011 12:51 am

Re: Screen Recorder 2 TUT
WildMonkeys
volttide wrote:
try to use vb 2010 express not ultimate, not professional.
I have express, still won't work. Strange..
User avatar
volttide
VIP - Donator
VIP - Donator
Posts: 106
Joined: Mon Jan 17, 2011 8:24 am

Re: Screen Recorder 2 TUT
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?
User avatar
clanc789
Coding Guru
Coding Guru
Posts: 786
Joined: Tue Nov 02, 2010 4:45 pm

Re: Screen Recorder 2 TUT
clanc789
Dont bump please, its not nice to do that. Thx
Practice makes perfect!

VIP since: 6-10-2011
21 posts Page 2 of 3
Return to “Tutorials”