VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A Album ScreenSaver by Anil Choudary N

by Nagalla Anil Choudary (2 Submissions)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

This is a full-fledged screensaver with settings options this is compatible to windows
screen saver window settings. It displays the images continueously u can set
the display interval in milli seconds between any two image displays
if you reduce the intervel and map the multiple sequences of images
you will get a feel of Animation. Entire source code is available in Zip
interactive help is also provided. It employes two windows API calls specified
in .BAS file . Application is very fast you can just set the paths of your varipous images stored
in divverent locations no need to copy them to any directory. The application
will locate the images and display. This can also be used just as your Photo Album.

Inputs
nothing
Assumes
nothing just copy the nacware.scr file into windows directory select this as your default screensaver ...thats all
Code Returns
nothing
Side Effects
no
API Declarations
Public Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long
Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long

Rate A Album ScreenSaver by Anil Choudary N

Upload

Download this snippet    Add to My Saved Code

A Album ScreenSaver by Anil Choudary N Comments

No comments have been posted about A Album ScreenSaver by Anil Choudary N. Why not be the first to post a comment about A Album ScreenSaver by Anil Choudary N.

Post your comment

Subject:
Message:
0/1000 characters