VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Build Flash Screen Saver акщь your application using Sparkle.dll (shareware

by www.vandog.com (1 Submission)
Category: Windows API Call/Explanation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 2nd May 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Build Flash Screen Saver акщь your application using Sparkle.dll (shareware, $39,95).

API Declarations


BuildScreenSaver Lib "Sparkle" ( _
strOutput As String, _
strReadMeText As String, _
strAboutText As String, _
strMovieName As String _
) As Boolean

Rate Build Flash Screen Saver акщь your application using Sparkle.dll (shareware



    Dim strOutput As String, _
        strReadMeText As String, _
        strAboutText As String, _
        strMovieName As String, _
        strUnlockCode As String

    ' We want an Installation package (*.exe).
    ' Use *.scr extension for simple scren savers:
    strOutput = "C:\Sample\ScreenSaver.exe"

    ' All links found will be highlighted and clickable!
    strReadMeText = "C:\Sample\ReadMe.rtf"

    ' Your texts may be also "simple" *.txt files:
    strAboutText = "C:\Sample\About.rtf"

    ' Finally, this is the Movie!!!
    strMovieName = "C:\Sample\Movie.swf"

    ' Need I say something witty here?
    If BuildScreenSaver(strOutput, _
                        strReadMeText, _
                        strAboutText, _
                        strMovieName) = False Then
       MsgBox "BuildScreenSaver ERROR"
    End If

End Sub


Download this snippet    Add to My Saved Code

Build Flash Screen Saver акщь your application using Sparkle.dll (shareware Comments

No comments have been posted about Build Flash Screen Saver акщь your application using Sparkle.dll (shareware. Why not be the first to post a comment about Build Flash Screen Saver акщь your application using Sparkle.dll (shareware.

Post your comment

Subject:
Message:
0/1000 characters