Page 1 of 1
Screen Recorders in vb.net
Posted: Thu Jul 05, 2012 4:23 am
by Shim
hello guys
,
i am wondering hehaho; if i can create my own screen recorder like camstudio and i can use them when i am making videos it will be very awesome lmao; if i can create like that .
i like to ask you guys have you ever made a screen recorder ?? and is it still working can you please help me to make my own screen recorder ??
waiting for a positive reply :geek:
thank you
peace be upon you
Re: Screen Recorders in vb.net
Posted: Thu Jul 05, 2012 6:22 am
by comathi
Re: Screen Recorders in vb.net
Posted: Thu Jul 05, 2012 7:47 am
by Shim
#comathi i am looking something more advance
Re: Screen Recorders in vb.net
Posted: Fri Jul 06, 2012 10:00 am
by MrAksel
And what do you mean by advanced? Most screen recorder tutorials you find on the net saves images, not even an AVI movie. I would say that the one here is pretty advanced
Re: Screen Recorders in vb.net
Posted: Fri Jul 06, 2012 5:36 pm
by Shim
MrAksel wrote:And what do you mean by advanced? Most screen recorder tutorials you find on the net saves images, not even an AVI movie. I would say that the one here is pretty advanced
i have used this
show.php?id=4 and i am looking something more in that i mean i want more features

.
Re: Screen Recorders in vb.net
Posted: Fri Jul 06, 2012 8:57 pm
by comathi
Maybe add a feature where the user can select which part of the screen he or she would like to record. I don't know if this is already included in the tutorial, but you could make the window disappear before the recording starts, so that the program does not show in the video.
Re: Screen Recorders in vb.net
Posted: Fri Jul 06, 2012 9:07 pm
by Bogoh67
#comathi i have made that feature here
code:
Add Region Feature to Your Screen Recorder
the downside is it is only pictures not video files.
So maybe #mshimranpro can convert it to where he converts all the pictures to video. which is the thing i could never figure out when i worked with programming video software
Re: Screen Recorders in vb.net
Posted: Fri Jul 06, 2012 11:56 pm
by Shim
Bogoh67 wrote:#comathi i have made that feature here
code: Add Region Feature to Your Screen Recorder
the downside is it is only pictures not video files.
So maybe #mshimranpro can convert it to where he converts all the pictures to video. which is the thing i could never figure out when i worked with programming video software
#Bogoh67 do you have the source code of that application ??

if yes kindly pm it to me i want to develop it lmao;
Re: Screen Recorders in vb.net
Posted: Sat Jul 07, 2012 12:37 am
by Bogoh67
Sorry bro, but i got a new computer and i lost the files.
I did get all the code for the screen recorder off this website though
MiniScreenRecorder
I did that tutorial(
Add Region Feature to your Screen Recorder) completely based on that application. Also in that tutorial I made you see my mouse looks a little weird. That's because these type of screen recorders record only your uhhh screen. So in turn it does not record your mouse. So i created a class where you can control how your mouse looks and if you want it showing up on the recordings. It also allowed you to choose the background of the mouse such as you see the yellow circle behind the cursor that is made in the application. I can make some prototype code for that feature if you want it too. Just PM me
Re: Screen Recorders in vb.net
Posted: Sat Jul 07, 2012 12:41 am
by Shim
Bogoh67 wrote:Sorry bro, but i got a new computer and i lost the files.
I did get all the code for the screen recorder off this website though
MiniScreenRecorder
I did that tutorial(Add Region Feature to your Screen Recorder) completely based on that application. Also in that tutorial I made you see my mouse looks a little weird. That's because these type of screen recorders record only your uhhh screen. So in turn it does not record your mouse. So i created a class where you can control how your mouse looks and if you want it showing up on the recordings. It also allowed you to choose the background of the mouse such as you see the yellow circle behind the cursor that is made in the application. I can make some prototype code for that feature if you want it too. Just PM me
is this a screen video recorder or just capture pictures ? :?: