| |
|
|
| CompileMarkSeparation
proc getDeskBgPicture
declare mem#,s$
dim mem#,260
clear mem#
external("user32","SystemParametersInfoA",$73,260,mem#,0)
s$:=string$(mem#,0)
dispose mem#
return s$
endproc
proc getDeskBgTiledProp
return val(readini$("HKEY_1","Control Panel\Desktop","TileWallpaper"))
endproc
proc getDeskBgStretchedProp
return if(val(readini$("HKEY_1","Control Panel\Desktop","WallpaperStyle")),1,0)
endproc
salvo, iF. |
|
|
| |
|
|
|
Jörg Sellmeyer | [quote:2f993f4cfe]s$:=String$(Mem#,0)[/quote:2f993f4cfe] The colon must there still certainly not there or? |
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 08/13/05 ▲ |
|
|
|
|
| From must is no speech.
XPSE-View source recognized. Precompiler XPSE for process needed.
Please let once The XPSE-Help - - then understand You me. in the Help under Zuweisungs/Vergleichsoperatoren.
salvo, iF.
PS: Link is in of my Signatur. |
|
|
| |
|
|