PDA

View Full Version : how to change windows wallpaper?



gbdor
06-30-2006, 03:37 PM
i want change windows wallpaper

plz insert a sample file

tnqqqqqqqqq:D

AGRO
06-30-2006, 03:46 PM
Lets see..............Oh I know!!

I will go up to the black bar above and click on the Search button, then I will type in 'wallpaper'. Lets see if that works...


Yep!!!

http://www.indigorose.com/forums/search.php?searchid=317661

gbdor
06-30-2006, 05:31 PM
Please but one omens example :rolleyes

gbdor
07-02-2006, 09:33 AM
ooh my friends
plz help meeeeeeeeeee
just insert exmaple file
pleaseeeeeeeee

Intrigued
07-02-2006, 09:49 AM
Check through this Search (done through this Website, like Eric put forth):

http://www.indigorose.com/forums/search.php?searchid=318501

and don't forget this one:

http://www.indigorose.com/forums/showthread.php?t=8094&highlight=set+wallpaper

gbdor
07-02-2006, 02:12 PM
dos'nt work
plz insert one sample file

pleaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaase

TJ_Tigger
07-02-2006, 02:17 PM
What doesn't work. The links above, the suggestions to do a search (obviously), the code you have found? What? Please provide more detail about what doesn't work. If you want a project, use the search and may find that a project already exists that contains this code and it functions, or at least functioned when last I tried it.

SAMPLEFILE (http://www.indigorose.com/forums/showpost.php?p=53735&postcount=17)

gbdor
07-02-2006, 04:35 PM
it is not difficult ( insert sapmple file )

tnx

Intrigued
07-02-2006, 04:48 PM
gbdor, but you earn a better understanding, experience, and respect from forum members when you try to find the solution yourself, first. Also, showing part of the code you have tried to get to work shows to the rest of us that you have indeed tried to work on the problem.

Just something to think about the next time you run into any problem you may encounter, including AMS problems.

gbdor
07-02-2006, 05:47 PM
o yes
my english language is weak
im sorry
:rolleyes

Corey
07-02-2006, 06:29 PM
gbdor, keep it polite in here. I don't want to see any more of this impolite stuff from you. If I do, I will revoke your forum privileges immediately. So keep it polite at all times henceforth. Thanks.

gbdor
07-02-2006, 07:12 PM
i Pardon asks
very very sorry
:rolleyes

ve2atb
03-07-2007, 06:41 AM
I try the code given in this thread and this work well with .bmp file. But when I change SetWallpaper(1,0,"\\Autoplay\\Images\\myfile.bmp")
for SetWallpaper(1,0,"Image1") where Image1 was image objet and I'm sure the image in my image objet is a .bmp file that not work. "Image unsupported"

Any suggestion to solve my problem?

RizlaUK
03-07-2007, 07:19 AM
you are useing the function wrong, you need to tell it the path to the file, not the object name

try this way


ImageName = Image.GetFilename("Image1");
SetWallpaper(1,0,ImageName)

ve2atb
03-07-2007, 05:07 PM
That work exactly as I want.

Tks a lot