what is the name of the controle and where it is????

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • seshu
    New Member
    • Nov 2006
    • 156

    what is the name of the controle and where it is????

    Hi Everybody
    i want to know the name of the controle which i see in my vb.net ie non other the tool box there i am able to see five tabs in that but what is the name of that controle do that controle exists or i have to design that
    if it is existing where it is?
  • Teenzonez
    New Member
    • Mar 2007
    • 36

    #2
    Hi
    Can you describe it clearly?

    Regards
    TeenzoneZ

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      Not sure what you mean, but if you see the control in your toolbox, add it to your form. Then look at the designer code and see what it is?

      Comment

      • rsr2
        New Member
        • Jan 2007
        • 8

        #4
        If you're trying to add new controls to your toolbox, you just go to the designer tab and look in the toolbox. Right click on the Windows Forms tab and go to Add/Remove items. You can pick what you want to add from there. If you're trying to create one, I don't know how you would go about it.

        Comment

        • seshu
          New Member
          • Nov 2006
          • 156

          #5
          I am sorry actually my question is i am able to see five tabs in my toolbar when ever i am clicking on the data tab iam able to see the data controles similarly i want to create a controle with five table when ever i click on any tab it should show me the all the icons in that tab

          what is thatr controle name i think you understood now


          Regards
          seshu

          Comment

          • decyclone
            New Member
            • Dec 2006
            • 7

            #6
            Originally posted by seshu
            I am sorry actually my question is i am able to see five tabs in my toolbar when ever i am clicking on the data tab iam able to see the data controles similarly i want to create a controle with five table when ever i click on any tab it should show me the all the icons in that tab

            what is thatr controle name i think you understood now


            Regards
            seshu
            I think you are talking about collapsible panels. There is no standard control in the base class library that provides the functionality like that. But you can easily do that by inheriting the panel control or other container control, or create a user control. If you don't know how to do this, just search the web for the collapsible panel control for windows forms.

            Jay Joshi,
            decyclone@gmail .com

            Comment

            • seshu
              New Member
              • Nov 2006
              • 156

              #7
              Originally posted by decyclone
              I think you are talking about collapsible panels. There is no standard control in the base class library that provides the functionality like that. But you can easily do that by inheriting the panel control or other container control, or create a user control. If you don't know how to do this, just search the web for the collapsible panel control for windows forms.

              Jay Joshi,
              decyclone@gmail .com
              Thank You Joshi actually i am strugling for this as i dont know this name ok i will try today to do this if i dint get i will come back again ok any how Thank You once again

              Regards
              Seshu

              Comment

              Working...