Hi, everyone :
If I want create a Label on running time .
I can code like under :

Dim Label1 as Label
set Label1 = Controls.Add("VB.Label", "Label1")




but If I want create a "DataGrid" on running time ,
Can you tell me how to code ?


Thanks very much