Is it possible to display images on desktop (not as an icon)?

  • Thread starter Thread starter GH
  • Start date Start date
G

GH

Is it possible to display images on the desktop itself, like the
bacground but not as a background? And not as icons either. Anything
you put in the \Desktop folder shows up as an icon on the desktop, but
i want to display images directly on the desktop surface.

XP / VB.Net

--GH
 
You can display a HTML page on the desktop

So add a image to a HTML page and then display the web page on the
desktop

To do that right click desktop Properties, Desktop, Customize Desktop
then Web, New then select your web page.
 
Could you explain why you're doing this? It would help us give some
more suggestions.

Also, one other way would be to grab the current desktop background,
edit your picture into it, and then resave the picture as the
background image.

Thanks,

Seth Rowe
 
Wha I want to do is allow the user to create text notes on the desktop
that would stay there, even after rebooting. Like StickyNotes that
could be moved around like icons but would be bigger and would allow
for a few lines of text.

Thanks,
GH
 
GH,

i have written a application in VS2005 to do exactly that.

It uses a windows form to allow user to enter To Do's that are
written to a access database.

Then on a button click it creates a html page with the current to do's
in a list format.

The web page is then used to add to the desktop. It can be resized on the
desktop or moved etc.

The app allows you to change colors and even have a background specified for
the web page.

You can have a copy if you like its free.

Just ask.

rotsey
 
Thanks, that sounds great. I would probably change it to have multiple
"lists" available, but Yes, please send to (e-mail address removed)

--GH
 
Back
Top