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
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |