[UDFs] GetDirMessenger

« Older   Newer »
  Share  
Jac123
CAT_IMG Posted on 30/4/2008, 18:11     +1   -1




Questa UDF creata da me restituisce la cartella dove sono salvate le conversazioni di MSN...ho dovuto creare questa UDF perchè ogni volta la cartella di archiviazione è diversa...

MI RACCOMANDO NIENTE LAMERATE!!!!!!!!!!!! :angry: :angry: :angry: :angry:

Guida alle UDF

CITAZIONE
; Created By Jacopo Ricci
; Return a text file with the messenger conversation directory
Func _GetDirMessenger()
$_dir_basic="HKEY_CURRENT_USERSoftngerPerPassportSettings"
$_key="MessageLogPath"
$_loop=0
while 1
$_loop+=4000
$_part=RegEnumMsn($_dir_basic,$_loop)
if @error then Return
$_reg=RegRead($_dir_basic & "" & $_part,$_key)
if $_reg<>"LogPatj" then
Return $_reg
EndIf
WEnd
EndFunc

SVILUPPATA CON MATTEOJUG
Chiedete pure aiuto qui sotto...
ByeZ!
Codice modificato sotto richiesta dell'autore del post (Jac123) causa utilizzo da parte di lamer!
ricordiamo che i lamer non sono ben accetti in questa community
in caso di ulteriori utilizzi lamer la discussione verra rimossa e i responsabili verranno bannati!!
knok


Edited by Jac123 - 14/5/2008, 07:53
 
Top
I.Ren
CAT_IMG Posted on 30/4/2008, 21:26     +1   -1




ottimo lavoro! ;)
 
Top
lknokl
CAT_IMG Posted on 1/5/2008, 10:22     +1   -1




Grande!Molto utile anke il post di spiegazione delle udf ;)
 
Top
2 replies since 30/4/2008, 18:11   206 views
  Share