Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

Windows Mobile Standard uses the registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Rai\:< FolderName> to specify options for the background of a Start menu folder. The following table shows the necessary registry values.

Value : Type Description

BKDefaultGradient: DWORD

Specifies whether the default background has a gradient color or not. If it is set to 0, the background is white. If it is set to 1, the background has a gradient (the left side is white, and the right side is a color specified by the system color).

BKBitmapFileoverrides BKDefaultGradient. If you specify a background image with BKBitmapFile, BKDefaultGradientis ignored.

BKBitmapFile: STRING

Specifies the name of the file that should be used for the background image.

BKBitmapTransparent: DWORD

Determines if the background image is transparent or not.

BKFlags: DWORD

Determines how to justify the image.

Example

Copy Code
HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Rai\:MSStart
   "BKBitmapFile"		= "\\windows\\stonehenge.gif"
   "BKBitmapTransparent" = dword:FF00FF
   "BKFlags"			 = dword:1a
   "GridView"			= dword:1 

HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Rai\:MSStart\Games
   "BKBitmapFile"		= "\\windows\\bliss.gif"
   "BKBitmapTransparent" = dword:FF00FF
   "BKFlags"			 = dword:1a
   "GridView"			= dword:0

See Also

Other Resources

Start Screen and Start Menu

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.