VB Code:
  1. Declare Function SetParent Lib "user32" Alias "SetParent" (ByVal _
  2. hWndChild As Long, ByVal hWndNewParent As Long) As Long
  3.  
  4. 'Then go find the Desktop sysListView's handle and ur app's
  5. 'handle, then
  6. SetParent Me.hWnd, LstViewhWnd