Results 1 to 15 of 15

Thread: vb6 screen recorder?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    1,023

    vb6 screen recorder?

    how do i make a screen recorder?

  2. #2

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    1,023

    Re: vb6 screen recorder?

    that didn't help me the code doesn't work

  4. #4

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    1,023

    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

  6. #6

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    1,023

    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

  8. #8

  9. #9

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    1,023

    Re: vb6 screen recorder?

    its ok but thanks for trying!

  10. #10
    New Member
    Join Date
    Dec 2010
    Posts
    4

    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

  11. #11
    New Member
    Join Date
    Dec 2010
    Posts
    4

    Re: vb6 screen recorder?

    I'm quite interested in this too, if there's a fix, please tell

  12. #12
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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.

  13. #13
    New Member
    Join Date
    Dec 2010
    Posts
    4

    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

  14. #14
    New Member
    Join Date
    Dec 2010
    Posts
    4

    Re: vb6 screen recorder?

    ahh i found it, but how does this work? It says create metafile, what does it do lol?

  15. #15
    New Member
    Join Date
    Dec 2011
    Posts
    5

    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
  •  



Click Here to Expand Forum to Full Width