Resimde gorulduğu gibi...



Kod:
'// Interop Servisi Imports System.Runtime.InteropServices '// DLL Cağırma _ Public Shared Function SetWindowTheme(ByVal hWnd As IntPtr, ByVal textSubAppName As String, ByVal textSubIdList As String) As Integer End Function '// Form Load ile etkinleştirme SetWindowTheme(ListView1.Handle, "explorer", Nothing)

__________________