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.
On the following section of code you'll see "C:\Test.Avi"
To make a .AVI file just make a .txt file and rename it to "Test.Avi" and place it in your C:\ Directory
Code: Select all
You actually need to have a file called "Test.Avi" at the C:\ DirectoryPrivate 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
To make a .AVI file just make a .txt file and rename it to "Test.Avi" and place it in your C:\ Directory
:lol: why you dont make one textbox then add these codes:
Code: Select all
see it's easy!!!!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
xawia wrote:Download link of the project please ^^ and thanksHow can you will become more smart if I give the project link?
For this project, it gives me about a billion errors(Try not to take that literally).
Anybody have some help/source download?
Anybody have some help/source download?
There are ten kinds of people in the world; those who know Binary, and those who don't.
volttide wrote:try to use vb 2010 express not ultimate, not professional.I have express, still won't work. Strange..
WildMonkeys wrote:Is there warnings?volttide wrote:try to use vb 2010 express not ultimate, not professional.I have express, still won't work. Strange..
or Errors?
Dont bump please, its not nice to do that. Thx
Practice makes perfect!
VIP since: 6-10-2011
VIP since: 6-10-2011
Copyright Information
Copyright © Codenstuff.com 2020 - 2023