Extended WPF Toolkit - How to add reference to project?

前端 未结 5 1907
醉酒成梦
醉酒成梦 2021-01-31 10:12

I am new to WPF. I want to use datetime picker. I have downloaded the \"Extended WPF Toolkit - 1.9.0\" from below site.

http://wpftoolkit.codeplex.com/releases/view/9697

5条回答
  •  -上瘾入骨i
    2021-01-31 11:18

    Graphical Way to add the controls in VS 2013

    1. First, reference those dlls in your project.
    2. Right click on References in the Solution Explorer and click Add Reference, now browse and add the two dlls.
    3. Right Click to toolbox > General Area and Choose "Add Tab" - Give the name to the Tab say "WPF Toolkit Controls"!
    4. Now Clcik on Choose Items..It opens choose toolbox Items dialog box...!
    5. In WPF Component tab - Now Click on Browse button and locate the downloaded dll and click on open
    6. WPF Component Tab will show all the control
    7. By Clicking on OK "WPF Toolkit Controls" will populate all the controls of the WPF Toolkit
    8. Now Drag and Drop the Required Control - It will automatically add the namespace reference required.

提交回复
热议问题