Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Problem in loading controls into a Tab page

Problem in loading controls into a Tab page

Scheduled Pinned Locked Moved Visual Basic
helpdockerquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Krishnaraj Barvathaya B
    wrote on last edited by
    #1

    hi, I am working with tab control in a MDI form. In one of my tab page, I’ve a split container control. Now I want to load another form in the panel2 of split container. Using “mytab_enter” event, I am loading all the controls of that Form into the panel container. Dim objFrm1 As Form2 objFrm1 = New Form2() objFrm1.TopLevel = False SplitContainer2.Panel2.Controls.Add(objFrm1) objFrm1.Show() the form is getting loaded without any controls being displayed. A blank form. In this the fact what I observed is. If I add controls to 1st tab page all the controls will get loaded without any problem. I face this problem with subsequent tabs. Can any body please help me out in this problem? Thank you, Regards, Krishnaraj

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups