VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A Album ScreenSaver by Anil Choudary N

Nagalla Anil Choudary  (2 Submissions)   Complete Applications   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

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

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 (5(5 Vote))
A Album ScreenSaver by Anil Choudary N.bas

A Album ScreenSaver by Anil Choudary N Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters