I have been trying to get the desktop picture name the correct way,
using SystemParametersInfo_ according to MSDN
http://msdn.microsoft.com/library/defau ... rsinfo.asp
Code: Select all
Get_DeskTop_WallPaper=AllocateMemory(#MAX_PATH+1)
SystemParametersInfo_(#SPI_GETDESKWALLPAPER, #MAX_PATH, *Get_DeskTop_WallPaper, 0)
Debug PeekS(Get_DeskTop_WallPaper)
I suppose I could always get it from the Registry as a last resort...
P.S. I am using Bitmaps
Regards
Kevin
