SortIconsMenu




'Dichiarazioni

Declare Function ArrangeIconicWindows Lib "User" (ByVal hWnd As Integer) As Integer
Declare Function GetDesktopWindow Lib "User" () As Integer

'Utilizzo:

Dim DeskHandle As Integer
Dim Ret As Integer

DeskHandle = GetDesktopWindow()

Ret = ArrangeIconicWindows(DeskHandle)










( sorticonsmenu.html )- by Paolo Puglisi - Modifica del 17/12/2023