VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Daily Dilbert

Bjorn Larsson  (1 Submission)   Jokes/Humor   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

This program Downloads the archive page from
' https://www.unitedmedia.com/comics/dilbert
' extracts the file name of the picture. Download it. Convert it to bitmap.
' Changes the desktop wallpaper to the new dilbert strip.

Assumes
You must have an internet connection..

Returns
2 files on c:\ dilbert.gif and dilbert.bmp ' A changed wallpaper.

Side Effects
Sometimes the desktop wallpaper is not visible ' unless you refresh the desktop yourself ' or select it manually. I don't know why this happends...

API Declarations
Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As Any, ByVal fuWinIni As Long) As Long

Rate Daily Dilbert (110(110 Vote))
Daily Dilbert.bas

Daily Dilbert Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters