for those interested

VB Code:
  1. Dim wPath2 As String, strSave2 As String
  2. strSave2 = String(200, Chr$(0))
  3. wPath2 = Left$(strSave2, GetWindowsDirectory(strSave2, Len(strSave2)))
  4. wPath2 = wPath2 & "\system32\rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,0"
  5. Shell wPath2

is how to shell system properties.


Thanx.