|  |  | 
|  | 
|  | 
|  | | KompilierenMarkierenSeparieren
 Salve, iF.
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
 | 
 | 
|  | 
|  |  | 
|  | 
| 
 
 
 | 
|  | 
|  Jörg
 Sellmeyer
 | | [quote:2f993f4cfe]S$:=String$(Mem#,0)[/quote:2f993f4cfe] Der Doppelpunkt muß da doch bestimmt nicht hin oder?
 | 
 | 
|  | 
|  | | Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ...  | 13.08.2005  ▲ | 
 | 
|  | 
| 
 
 
 | 
|  | 
|  | | Von muß ist keine Rede. 
 XPSE-Quelltext erkannt. Precompiler XPSE für Ausführung benötigt.
 
 Bitte ließ einmal die XPSE-Hilfe -
  - dann verstehst Du mich.    In der Hilfe unter Zuweisungs/Vergleichsoperatoren. 
 Salve, iF.
 
 PS: Link ist in meiner Signatur.
 | 
 | 
|  | 
|  |  | 
|  | 
| 
 
 
 |