473,765 Members | 2,066 Online
Bytes | Software Development & Data Engineering Community
+ 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 1879
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****@twolion s.comwrote in message
news:11******** **************@ 79g2000cws.goog legroups.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****@twolion s.comwrote in message
news:11******** **************@ j72g2000cwa.goo glegroups.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****@twolion s.comwrote in message
news:11******** **************@ j72g2000cwa.goo glegroups.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
2816
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 C#. The only significant problem that I have encountered in the conversion is this one - extracting an icon from the 'KTEntryPoint' program into the software suite and placing that icon on the PC Desktop.
8
1489
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 resouce file name and it's index by searching from the Registry entries. I use ExtractIconsEx() Win32API to extract icon from exe or dll by specifying it's index. I get this error more frequently when I minimize/maximize the window which displays...
2
19875
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
9998
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 path in the DLL). I understand why it's happening, but instead of referencing a global path or moving the file to the programs directory where I'm using the DLL, I was wondering if it's possible to compile the image right into the DLL (or EXE for...
9
3837
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 site for a small club I belong to and one of the features I would like to include is the ability to allow users to upload image files. unfortunately the servers web root www folder only allows READ and EXECUTE permissions, which makes it...
0
1290
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. When I click on the desktop icon to run the application, the icon will flip between the desired icon and a Windows default icon(file/folder?) before the application is loaded. Does anyone know why this happens?
5
1828
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 MSDN website? Also, I'd like to add a link to create a desktop shortcut to my website using said icon. Anyone? Thanks!
3
5942
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 control, is the name of the text field that holds the path to the jpg. What I want is each record in the sub form to show the associated
2
3267
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 validated my HTML and CSS code. 1. When I clear cache and refresh my webpage, it takes 3 tries before the popup window displays - I click on the button once, a white window the size of my webpage displays. I close it and click on the button again (for...
0
9568
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9404
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10164
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10007
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9959
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5277
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5423
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3926
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 we have to send another system

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.