| |
|
|
| KompilierenMarcaSeparación
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
Salve, IF. |
|
|
| |
|
|
|
Jörg Sellmeyer | [quote:2f993f4cfe]S$:=String$(Mem#,0)[/quote:2f993f4cfe] Der Doppelpunkt muß como doch determinado no hin oder? |
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 13.08.2005 ▲ |
|
|
|
|
| Von muß es no Rede.
XPSE-Ver código fuente erkannt. Precompiler XPSE para Ausführung benötigt.
Bitte ließ una vez el XPSE-Ayuda - - entonces verstehst Usted mich. In el Ayuda bajo Zuweisungs/Vergleichsoperatoren.
Salve, IF.
PS: Link es en meiner Signatur. |
|
|
| |
|
|