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
  1. Home
  2. General Programming
  3. WPF
  4. Placing WPF user control into VS tool-box

Placing WPF user control into VS tool-box

Scheduled Pinned Locked Moved WPF
csharpvisual-studiotutorialwpfhelp
5 Posts 2 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.
  • P Offline
    P Offline
    Prasoon Chaudhary
    wrote on last edited by
    #1

    How can we display our WPF user control into Visual Studio ToolBox under a particular tab? I understand that we can drag a DLL into toolbox or right-click and select 'choose items', but what if we want to deploy it to some other user? Now for example, as soon as I install Telerik controls - it creates a tab 'RadControls for WPF Q1 2010' and places all related controls inside that. Also, it places all controls into 'Assets' tab of Expression Blend. So how to do that with our user control? Any help/ website reference?

    M 1 Reply Last reply
    0
    • P Prasoon Chaudhary

      How can we display our WPF user control into Visual Studio ToolBox under a particular tab? I understand that we can drag a DLL into toolbox or right-click and select 'choose items', but what if we want to deploy it to some other user? Now for example, as soon as I install Telerik controls - it creates a tab 'RadControls for WPF Q1 2010' and places all related controls inside that. Also, it places all controls into 'Assets' tab of Expression Blend. So how to do that with our user control? Any help/ website reference?

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      I would assume you build your controls into a control library (it is a project type) which will compile into a DLL and then you include that DLL same as any other. Blend I have no idea about. Caveat - I have not used this so it is an assumption.

      Never underestimate the power of human stupidity RAH

      P 1 Reply Last reply
      0
      • M Mycroft Holmes

        I would assume you build your controls into a control library (it is a project type) which will compile into a DLL and then you include that DLL same as any other. Blend I have no idea about. Caveat - I have not used this so it is an assumption.

        Never underestimate the power of human stupidity RAH

        P Offline
        P Offline
        Prasoon Chaudhary
        wrote on last edited by
        #3

        Thanks for your reply. But my question is related to already compiled DLL using control library project type. I am sorry if I couldn't make it clear, but I am not asking about including a DLL into the project. Once we have the DLL with us, how can we put into VS tool box under a particular tab - along with other default controls. Again, that should not be by dragging DLL into VS tool box. Because I need to deploy that DLL. So, I guess - I need to create some EXE, which will perform some specific action - and everything will be done. Just like in the case of Telerik and other professional WPF controls. I need to get an idea about how to do that.

        M 1 Reply Last reply
        0
        • P Prasoon Chaudhary

          Thanks for your reply. But my question is related to already compiled DLL using control library project type. I am sorry if I couldn't make it clear, but I am not asking about including a DLL into the project. Once we have the DLL with us, how can we put into VS tool box under a particular tab - along with other default controls. Again, that should not be by dragging DLL into VS tool box. Because I need to deploy that DLL. So, I guess - I need to create some EXE, which will perform some specific action - and everything will be done. Just like in the case of Telerik and other professional WPF controls. I need to get an idea about how to do that.

          M Offline
          M Offline
          Mycroft Holmes
          wrote on last edited by
          #4

          Yeah I felt the answer was way too simplistic. I presume you are looking to create an installation package that will place the controls into a specified tab in VS.

          Never underestimate the power of human stupidity RAH

          P 1 Reply Last reply
          0
          • M Mycroft Holmes

            Yeah I felt the answer was way too simplistic. I presume you are looking to create an installation package that will place the controls into a specified tab in VS.

            Never underestimate the power of human stupidity RAH

            P Offline
            P Offline
            Prasoon Chaudhary
            wrote on last edited by
            #5

            Yess!! :)

            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