CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Posts
    17

    Dynamically created DataGrid

    Hi All !
    Anybody knows how to create DataGrid dynamically ?


  2. #2
    Join Date
    Jun 2001
    Posts
    44

    Re: Dynamically created DataGrid

    Dim t as TextBox
    set t=me.controls.add("VB.TextBox",Text1)
    t.visible=true

    you can create a textbox with this code.
    I don't know grid class name. If you know use it.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured