Vb System Library
http://vbsystemlibrary.free.fr/


' Librairie de fonctions permettant d'agir simplement et rapidement sur le systme.
' Copyright (C) 2007 - L'quipe Vb System Library
'
' This library is free software; you can redistribute it and/or
' modify it under the terms of the GNU Lesser General Public
' License as published by the Free Software Foundation; either
' version 2.1 of the License, or (at your option) any later version.
'
' This library is distributed in the hope that it will be useful,
' but WITHOUT ANY WARRANTY; without even the implied warranty of
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
' Lesser General Public License for more details.

' You should have received a copy of the GNU Lesser General Public
' License along with this library; if not, write to the Free Software
' Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA

' If you want to contact us, you can visit :
' http://vbsystemlibrary.free.fr/
' or send a mail at vbsystemlibrary@free.fr


------------------------------------------------------------
Version 1.1.0
------------------------------------------------------------

- Ajout de la classe clsMemory
- Ajout des fonctions GetSystemCache et SetSystemCache
- Ajout des fonctions LoadModuleInProcess et UnLoadModuleFromProcess
- Ajout de la fonction CreateModuleList
- Ajout des fonctions GetAssociatedExecutableProgram, GetFileSize, GetSpecialFolder
- Ajout des fonctions GetIconFromHandle, GetFileIcon32 et GetFileIcon16
- Ajout de la mthode File.Delete
- Ajout des fonctions RenameWindow, EnableWindow, DisableWindow, CloseWindow, EnableCloseButton, DisableCloseButton
- Ajout de la proprit MemoryInfos  la classe Process
- Ajout de la structure ProcessorTimes
- Ajout de la proprit ProcessorTimes  la classe Process
- Ajout de la mthode CloseWindow  la classe Window
- Renommage des fonctions sur la transparence des fenetres (Transparency -> Opacity)
- Ajout de la proprit Visibile  la classe Window
- Ajout de la fonction WindowEnabled dans la classe clsWindow
- Ajout de la proprit Enabled  la classe Window

------------------------------------------------------------
Version 1.0.3
------------------------------------------------------------

- Ajout des objets File et ListFiles
- Ajout du copyright
- Ajout de proprits et fonctions pour agir sur les fenetres et sur les processus

------------------------------------------------------------
Version 1.0.2
------------------------------------------------------------

- Ajout des objets Window et ListWindows
- Ajout de quelques proprits aux objets
- Ajout de quelques fonctions

------------------------------------------------------------
Version 1.0.1
------------------------------------------------------------

- L'architecture objet est dbute : Objets Process et ListProcesses
- Ajout de nouvelles fonctions

------------------------------------------------------------
Version 1.0.0
------------------------------------------------------------

- Quelques fonctions pour agir sur les processus et les fenetres.