genial!
du hast vollkomen recht, so muss es sein.
**********************************************
Sub New(ByVal FormName As Control, ByVal Left As Int32, ByVal Top As Int32, ByVal Width As Int32, ByVal Height As Int32)
ListView1 = New System.Windows.Forms.ListView
With ListView1
.View = View.Details
.Left = Left
.Top = Top
.Width = Width
.Height = Height
End With
FormName.Controls.Add(ListView1)
End Sub
**********************************************
Ich stelle die fertige DLL sobald ich fertig bin.
Danke und Ciao
FIlippo
__________________
PPC: MDA Pro, 2GB SD
Device: HTC Desire , Android 2.2
______________________
|