|
-
Jun 3rd, 2008, 07:42 AM
#1
Thread Starter
Fanatic Member
vb6 screen recorder?
how do i make a screen recorder?
-
Jun 3rd, 2008, 08:16 AM
#2
Re: vb6 screen recorder?
You will need a timer that will execute something like this every so often.
-
Jun 3rd, 2008, 08:54 AM
#3
Thread Starter
Fanatic Member
Re: vb6 screen recorder?
that didn't help me the code doesn't work
-
Jun 3rd, 2008, 10:06 AM
#4
Re: vb6 screen recorder?
That doesn't tell us anything at all - what didn't work for you?
Be more specific please.
-
Jun 3rd, 2008, 10:52 AM
#5
Thread Starter
Fanatic Member
Re: vb6 screen recorder?
i tried the code there and added picturebox and button and it didint work so i dont know if i can use that
-
Jun 3rd, 2008, 12:18 PM
#6
Re: vb6 screen recorder?
But what exactly did not work for you?
-
Jun 3rd, 2008, 03:09 PM
#7
Thread Starter
Fanatic Member
Re: vb6 screen recorder?
i dont know what didn't work i tested the program you showed me and it didn't work for me nothing worked
-
Jun 3rd, 2008, 03:50 PM
#8
Re: vb6 screen recorder?
OK, I rest my case - maybe somebody else. At least I tried... Sorry.
-
Jun 3rd, 2008, 04:56 PM
#9
Thread Starter
Fanatic Member
Re: vb6 screen recorder?
its ok but thanks for trying!
-
Dec 5th, 2010, 07:24 AM
#10
New Member
Re: vb6 screen recorder?
Hey RhinoBull, the problem is here:
Private Type Rect
Left As Long
Top As Long
Right As Long
Bottom As Long
End Type
Private Declare Function CreateEnhMetaFile Lib "gdi32" _
Alias "CreateEnhMetaFileA" _
(ByVal hdcRef As Long, _
ByVal lpFileName As String, _
ByRef lpRect As Rect, _
ByVal lpDescription As String) As Long
Where it says End Type and then goes to private declare function, an error comes up saying: Compile Error: Only Comments may appear after End Sub, End Function, or End Property
-
Dec 5th, 2010, 07:25 AM
#11
New Member
Re: vb6 screen recorder?
I'm quite interested in this too, if there's a fix, please tell
-
Dec 5th, 2010, 07:44 AM
#12
Re: vb6 screen recorder?
Welcome to VBForums 
That error means that you put the code in the wrong place - it needs to go in the "General" -> "Declarations" section, which is at the very top of the code file.
-
Dec 5th, 2010, 07:50 AM
#13
New Member
Re: vb6 screen recorder?
Hey, Where is the General bit? Sorry, quite new to this program, just want to help out some friends i know
-
Dec 5th, 2010, 07:51 AM
#14
New Member
Re: vb6 screen recorder?
ahh i found it, but how does this work? It says create metafile, what does it do lol?
-
Jan 7th, 2012, 05:11 AM
#15
New Member
Re: vb6 screen recorder?
i want to do this for our game project ... i put the timer and i can see it display the changes happening on the desktop
but idunno how to save it for me to view it in a media player
if possible i want it in mp4 format cuz avi uses too much disk space
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|