Categories: How To | Symbian C++ | Customization | UI | Code Examples
This page was last modified 10:40, 9 April 2008.
Change Wallpaper
From Forum Nokia Wiki
To change wallpaper programmatically you can use the AknsWallpaperUtils class defined in aknswallpaperutils.h.
Example
_LIT(KWallpaperImage, "c:\\data\\images\\mywallpaper.jpg"); AknsWallpaperUtils::SetIdleWallpaper(KWallpaperImage, iCoeEnv);
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Selecting your ringtone from J2ME | deps777 | Mobile Java General | 1 | 2007-02-14 13:54 |
| Problems with SonyEricssonP900 wallpaper | danielsbv | Digital Rights Management & Content Downloading | 1 | 2004-11-16 21:07 |
| Using gif image as wallpaper.... | SkyWire | General Discussion | 1 | 2004-05-10 06:00 |
| Wallpaper real size on series 60 | frogi | General Symbian C++ | 2 | 2004-02-20 08:58 |
| N70 | pinkthistle | General Discussion | 4 | 2007-12-07 19:55 |
