wpSetFldrBackground - Example Code

This exmaple sets the background for the current folder to WARPLOGO.BMP in the OS2\BITMAP directory on the boot drive as a tiled image.

  _wpSetFldrBackground(somSelf,
                       "?:\\os2\\bitmap\\warplogo.bmp",
                       BACKGROUND_TILED_IMAGE,
                       1,
                       BACKGROUND_IMAGE,
                       CYAN);


[Back: wpSetFldrBackground - Related Methods]
[Next: wpSetFldrBackground - Topics]