473,473 Members | 1,535 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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

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

Dec 8 '06 #1
5 1861
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.

"GH" <ge****@twolions.comwrote in message
news:11**********************@79g2000cws.googlegro ups.com...
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

Dec 8 '06 #2
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
GH wrote:
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
Dec 8 '06 #3
GH
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
rowe_newsgroups wrote:
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
GH wrote:
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
Dec 9 '06 #4
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

"GH" <ge****@twolions.comwrote in message
news:11**********************@j72g2000cwa.googlegr oups.com...
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
rowe_newsgroups wrote:
>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
GH wrote:
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

Dec 10 '06 #5
GH
Thanks, that sounds great. I would probably change it to have multiple
"lists" available, but Yes, please send to ge****@twolions.com

--GH


Rotsey wrote:
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

"GH" <ge****@twolions.comwrote in message
news:11**********************@j72g2000cwa.googlegr oups.com...
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
rowe_newsgroups wrote:
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
GH wrote:
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
Dec 11 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Dickyb | last post by:
Extracting an Icon and Placing It On The Desktop (C# Language) I constructed a suite of programs in C++ several years ago that handle my financial portfolio, and now I have converted them to...
8
by: Dinesh Jain | last post by:
Hi al,, I have written a code which displays directory listing of files from FTP server directory.I display all the files in a listview with its associated icons. To display icons, I get the...
2
by: Mamatha | last post by:
Hi I want to add an icon to the textbox's text. I don't know how to display icon in textbox in VB.NET. If any one knows please let me know. Thanks in advance. Mamatha
5
by: Mark Denardo | last post by:
I have a DLL that I created that contains a reference to an image file on my hard drive and when I go to use that DLL in another program it complains that it can't find it. (I'm using a relative...
9
by: Wayne Smith | last post by:
I've come up against a major headache that I can't seem to find a solution for but I'm sure there must be a workaround and I would really be grateful of any help. I'm currently building a web...
0
by: Steve | last post by:
After installing my application (which I developed using Visual Studio 2005) on a target desktop, the desktop icon shows the icon that is assigned to the application exe - which is what I want. ...
5
by: Ron Hinds | last post by:
OK, I know this isn't an ASP question. But I'm hoping someone here knows the answer. How do I get *my* icon to display in the address bar instead of the standard browser's icon, like e.g. on the...
3
by: Ian | last post by:
I have a form with a sub form, on the continues sub for I want to display some data along with a picture, on the On Current event I have the code: .Picture = Nz() is the name of the picture...
2
by: wreed06 | last post by:
Hello, I have 2 problems. In my webpage, I have a dropdown list with a button that takes the user to a popup window specific to the option. I am using Firefox 2.0.0.13. I have successfully...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.